Skill Creator
Use this skill when you need to create or refine reusable skills.
Core Principles
- Keep skills concise. Put only non-obvious, reusable knowledge.
- Keep
SKILL.mdfocused on triggering and workflow guidance. - Put large reference material in separate files.
- Prefer deterministic scripts for fragile repetitive tasks.
Anatomy
Each skill should have:
SKILL.md(required)- Optional
scripts/ - Optional
references/ - Optional
assets/
Frontmatter
SKILL.md frontmatter should include:
namedescription
Process
- Gather concrete usage examples.
- Plan reusable resources.
- Create/adjust folder structure.
- Write/iterate
SKILL.md. - Test with real requests and refine.