create-skill
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Creating Skills
Process
- Gather requirements — ask the user (use AskUserQuestion when available; otherwise present numbered options):
- What task or domain does the skill cover?
- What specific use cases should it handle?
- Does it need executable scripts, or just instructions?
- Any reference material to include?
- Explore existing skills —
ls skills/and read 1–2 neighbors to match conventions. - Draft — create
SKILL.md; split deep material intoreferences/if it exceeds ~150 lines; addscripts/only for deterministic helpers. - Review with user — present the draft and ask:
- Does this cover your use cases?
- Anything missing or unclear?
- Should any section be more or less detailed?