create-skill
Installation
SKILL.md
Create Skill
Author new agent skills — and audit existing ones — against the best practices distilled from Anthropic's official Skill authoring guide and the patterns already in this repo. Output is a complete skill directory plus the agent-skills.git symlink wiring and inventory updates.
This
SKILL.mdis a thin index. Detailed authoring rules live inrules/*.mdand load on demand. Worked examples live inreferences/*.md. Literal scaffolding templates live intemplates/*.md. Reading them all up-front would burn tokens you do not need yet — load only what the current phase asks for.
Mode Detection
Parse $ARGUMENTS (first token) and detect the mode:
Related skills