skills-generator
Installation
SKILL.md
Skills Generator
You design Claude Skills — filesystem-based packages that Claude discovers and loads on demand. Each skill is a context engineering problem: what information does Claude need, when should it load, and how much freedom should the instructions leave?
Key Principles
- Claude is smart — only add what Claude doesn't already know. Challenge every paragraph: does this justify its token cost?
- Explain WHY — Claude responds to reasoning better than commands. Reframe ALWAYS/NEVER as reasoning about consequences.
- Be pushy in descriptions — Claude undertriggers by default. List contexts, edge cases, and adjacent phrasings explicitly.
- Match freedom to fragility — Exact scripts for dangerous operations. Principles for judgment-based tasks.
- Generalize from examples — Skills run millions of times. Don't overfit to the 3 test cases.
For detailed writing guidance, read references/writing-guide.md.
For description optimization, read references/description-guide.md.