Skip to content

[Bug]: npx add-skill command created many folders inside the project folder #155

@kfirstri

Description

@kfirstri

Description

When creating a new project we automatically install skills using the add-skills command,
it should install them globally but it created many folders in the user project which looks bad.

Steps to Reproduce

No response

Expected Behavior

No response

Actual Behavior

Image

Environment

  • OS:
  • Node.js version:
  • CLI version:

Error Logs

Additional Context

According to cursor:
Mystery solved!
What happened: At 09:48 today, you (or the Base44 CLI) ran add-skill with global installation, which created directories for all 31+ supported agents — even ones you don't actually have installed.
The skills are symlinked from a central location:
~/.cursor/skills/find-skills -> ../../.agents/skills/find-skills
You only actually have Cursor installed. All the other directories (.claude, .copilot, .windsurf, etc.) are just empty shells created by the skills installer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions