create_skill
Create or update a CLI skill for the active workspace by providing a skill name, description, and markdown instructions.
Instructions
Create or update an active workspace CLI skill under 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; skills are saved under the active workspace. | |
| skill_name | Yes | Skill name (used as filename, e.g. "code-reviewer"). | |
| description | Yes | Short description of what the skill does. | |
| instructions | Yes | Full markdown instructions for the skill. Define the agent role, rules, and output format. |