skill-creator
Installation
SKILL.md
Skill Creator Guide
This guide covers when to create a skill, how to structure it, and how to keep it aligned with the official Agent Skills specification.
When to Create a Skill
Create a skill when:
- A pattern is used repeatedly and AI needs guidance
- Project-specific conventions differ from generic best practices
- Complex workflows need step-by-step instructions
- Decision trees help AI choose the right approach
Don't create a skill when:
- Documentation already exists (create a reference instead)
- Pattern is trivial or self-explanatory
- It's a one-off task