delete_skill
Delete an active workspace CLI skill by name to remove it from the team-memory project skills directory.
Instructions
Delete an active workspace CLI skill by name from team-memory workspace//skills/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to current working directory. | |
| json | No | Return pure JSON string instead of Markdown format. | |
| scope | No | Only "project" is currently supported. | |
| skill_name | Yes | Skill name to delete. |