Skill name here
Replace this template. Keep
SKILL.mdunder ~500 lines / 5k tokens. Push long detail intoreferences/, deterministic steps intoscripts/, and templates intoassets/. Claude reads those only when needed (progressive disclosure).
What this does
Two or three sentences on the capability and the outcome it produces.
When to use it
- Trigger condition 1
- Trigger condition 2
The description frontmatter is what Claude actually reads to decide whether to
load this skill — make it specific and include the triggering situation. Write it
in the third person ("Generates…", "Audits…"), never first person.
How to use it
- Step one — be concrete and ordered.
- Step two — reference a bundled file when detail is needed, e.g. see
references/REFERENCE.md. - Step three — prefer a bundled script for anything deterministic:
python scripts/example.py <args>.
Inputs
What the user/agent must provide.
Output
What the skill produces, and where it goes.
Notes & constraints
Edge cases, things to avoid, required tools. Use forward-slash paths. Fully
qualify any MCP tools as Server:tool. Don't assume packages are installed.