skill-creation
Installation
SKILL.md
Skill Creation Guide
Skill Directory Structure
skill-name/
├── SKILL.md # Required: frontmatter + instructions
├── scripts/ # Optional: executable code (Python, Bash, JS)
├── references/ # Optional: documentation loaded on demand
└── assets/ # Optional: templates, images, data files for output
SKILL.md Format
Two parts: YAML frontmatter (metadata) + Markdown body (instructions).