remove_skills
Remove specified skills or bundles from the project workspace and update metadata tracking. Optionally delete them from skills.config.json to prevent auto-reinstallation.
Instructions
Remove one or an array of specified skills or bundles from the project workspace (.agents/skills) and update metadata tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skills | Yes | Array of skill or bundle names to remove. | |
| projectPath | No | Path to the target project workspace directory. AI agents should pass the user's currently active project workspace directory path here. | |
| removeFromConfig | No | Optional. If true, also removes skills from project skills.config.json to prevent auto-reinstallation. |