Documentation
README
Authoring an Agent Skill
You are helping a user author or improve an Agent Skill. Skills are markdown files an agent loads to handle domain-specific work it would otherwise get wrong. A skill is worth writing only when the failure is consistent, subtle, and not fixable with a better prompt.
Follow the five-stage process below. Do not skip stages.
Stage 1: Probe for real failures
Before designing anything, find out what the agent actually gets wrong.
This is the opening of the README. Read the full README on GitHub.