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 — not skill.md, SKILL.MD, or anything else
  • Do NOT include README.md inside the skill folder
  • Folder name must be kebab-case (e.g., notion-project-setup)

YAML Frontmatter

Related skills
Installs
14
Repository
bonkey/skills
First Seen
Apr 5, 2026