skill-creator
Installation
SKILL.md
Skill Creator
$ARGUMENTS
Create a new skill following the Agent Skills standard.
Workflow
- Capture intent -- ask: what should the skill do? Who invokes it?
- Classify -- task, hybrid, or knowledge? (see Classification Guide below)
- Interview -- gather: framework, tools, scope, output format, constraints
- Write SKILL.md -- frontmatter + body, under 500 lines
- Create supporting files -- reference/, templates/, scripts/ as needed
- Test and iterate -- invoke, observe, refine