skills-manual
Installation
SKILL.md
Skills Manual
How to build effective skills for AI coding agents. For the full Anthropic guide, see references/skill-builder-guide.md.
Skill Structure
your-skill-name/ # kebab-case, no spaces, no capitals, no underscores
SKILL.md # Required — must be exactly this name (case-sensitive)
references/ # Optional — supporting docs loaded on demand
scripts/ # Optional — executable code
assets/ # Optional — templates, icons
- The main file MUST be named
SKILL.md— notskill.md,SKILL.MD, or anything else - Do NOT include
README.mdinside the skill folder - Folder name must be kebab-case (e.g.,
notion-project-setup)