skilling-it
Installation
SKILL.md
Skilling It
Create effective Claude Code skills following best practices for discovery, progressive disclosure, and maintainability.
Quick Start
Create a skill in 5 steps:
- Create directory:
mkdir -p ~/.claude/skills/my-skill-name - Create SKILL.md with frontmatter (see template below)
- Write description as triggering conditions ("Use when...")
- Add instructions in imperative form
- Validate against the checklist
Minimal template: