skill_manage
Create, edit, patch, or delete a skill, and write or remove its linked files, with each action policy-gated and audited.
Instructions
Create / edit / patch / delete a skill, or write/remove a skill's linked file (governed — every write is policy-gated + audited).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| action | Yes | ||
| content | No | Full SKILL.md for create/edit | |
| category | No | create: category segment | |
| file_path | No | write_file/remove_file/patch target | |
| new_string | No | patch: replacement (empty = delete) | |
| old_string | No | patch: text to replace | |
| replace_all | No | ||
| file_content | No | write_file: content |