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

  1. Claude is smart — only add what Claude doesn't already know. Challenge every paragraph: does this justify its token cost?
  2. Explain WHY — Claude responds to reasoning better than commands. Reframe ALWAYS/NEVER as reasoning about consequences.
  3. Be pushy in descriptions — Claude undertriggers by default. List contexts, edge cases, and adjacent phrasings explicitly.
  4. Match freedom to fragility — Exact scripts for dangerous operations. Principles for judgment-based tasks.
  5. 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.

Skill Architecture

skill-name/
Related skills

More from samhvw8/dotfiles

Installs
1
GitHub Stars
12
First Seen
9 days ago