skill-author
Installation
SKILL.md
Skill Author
Helps you write new agent skills that follow the best-practices documented at
https://agentskills.io/skill-creation/ — without you having to re-read those pages
every time. Pairs with skill-creator (which handles eval/iterate/optimize loops
once a draft exists).
When to use this vs skill-creator
| Task | Use |
|---|---|
| "I want to make a new skill for X" | skill-author (scaffold + author) |
| "Scaffold the SKILL.md / a reference / a script" | skill-author |
| "Lint this skill draft" | skill-author |
| "My skill isn't triggering when I want it to" | skill-creator (description optimization) |
| "Run test cases against my skill, benchmark it" | skill-creator (eval loop) |
| "Compare two versions of my skill" | skill-creator (blind comparison) |
If both apply, start here, then hand off to skill-creator once the draft is solid.