claude-code-skills
Installation
SKILL.md
Claude Code Skills - Meta Reference
This skill provides the definitive reference for creating, organizing, and maintaining Claude Code skills. Use this when building new skills or improving existing skill architecture.
Quick Reference
| Component | Purpose | Required |
|---|---|---|
SKILL.md |
Main reference file with frontmatter | Yes |
scripts/ |
Executable code (runs, not loaded) | Optional |
references/ |
Documentation (loaded on-demand) | Recommended |
assets/ |
Output files (templates, icons) | Optional |
data/sources.json |
Curated external links | Recommended |
Cross-Platform: Agent Skills standard adopted by Claude Code, Codex CLI, Gemini CLI, and VS Code Copilot. Skills are portable across platforms.