| name | manage-skills |
| description | Create, update, inspect, or manage reusable profile skills with skill_manage. Use when the user wants the agent to remember a repeatable workflow, change a skill, or maintain skill instructions. |
| include-body-on-match | true |
Use skills for repeatable procedures and workflows the agent should execute later. Do not use skills for user facts, preferences, or observations; use the update-profile-memory skill for those.
Primary path — skill_manage
When the skill_manage tool is available, use it for all skill create/update/delete work and for supporting files under a skill directory:
| Action | When |
|---|
create | New reusable workflow — pass full SKILL.md (content) |
patch | Targeted fix — name, old_string, new_string (preferred over rewrite) |
edit | Full SKILL.md replacement — name + content (frontmatter name must match) |
delete | Remove a profile-owned skill — name |
write_file | Supporting file under the skill dir — name, path, content |
|