Install any skill in seconds. Free to start, no credit card required.
Get Started Free →One sentence that describes WHEN to invoke this skill. Write it as a trigger phrase, not a summary — include the words a user would say ("fix bug", "add feature", "review diff"). The agent routes on this field.
.claude/skills/archive228-my-new-skill/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 4% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -66% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 14% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 58% | 0% |
<!-- Anthropic-shaped SKILL.md template. Copy this folder to skills/<your-name>/ and edit. Keep the body under ~150 lines — long bodies are a context tax on every turn where this skill is loaded.
Recommended structure:
changes behaviour. Ships in the sibling evidence/ folder.
references/ sibling files with deeper material the skilllazy-loads only when needed.
Do not include:
Frontmatter contract (validated by scripts/validate-skills + CI):
name — kebab-case, unique across the repo, matches the directory name.description — one non-empty line, phrased as a trigger.-->
Without this skill, the agent tends to <failure mode>. This skill enforces <the alternative>.
| Thought | Reality | |---|---| | "I've done this before, I don't need the checklist" | Skills evolve; re-read the current SKILL.md. | | "This case is simple" | Simple cases become complex mid-task. | | "The user didn't ask for this rigor" | The user asked for a working result. Rigor is how you get one. |
Every skill ships with a real before/after pair proving it changes agent behaviour on a concrete task. Without this, the skill is a claim, not a tool.
evidence/before.md — a verbatim snippet of what the agent does on arepresentative task WITHOUT this skill loaded. Include the prompt, the agent's response, and what went wrong (or what got skipped).
evidence/after.md — the same prompt with this skill loaded. Show thechanged behaviour and why it is better.
If you cannot produce a before/after pair, the skill is not ready to ship. Land it as a draft in a branch, gather the evidence, then merge.
references/<topic>.md (only if needed; keep the body lightweight)Other measured skills in the registry, with their headline benchmark lift.