Create new Claude Code skills, modify existing skills, and measure skill performance. Use when the user wants to create a skill from scratch, update or optimize an existing skill, test a skill with evals, or optimize a skill description for better triggering accuracy.
Imported from anthropics/skills — Anthropic's official skills repository.
A meta-skill for creating new skills and iteratively improving them.
skill-name/
├── SKILL.md (required)
│ ├── YAML frontmatter (name, description required)
│ └── Markdown instructions
└── Optional Resources
├── scripts/ — Executable code for deterministic tasks
├── references/ — Docs loaded into context as needed
└── assets/ — Files used in output (templates, icons)
---