-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
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
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Ready