Back to Skills
skill-creator
Anthropic's official interactive skill for authoring new skills — scaffolds SKILL.md, structure, and trigger descriptions the right way.
Context EngineeringBEGINNERby Anthropic
Claude CodeClaude DesktopClaude.aiskillsauthoringmeta
Key Information
Install / Load
/plugin install example-skills@anthropic-agent-skills
How This Skill Works
Official Anthropic meta-skill: it interviews you about the capability you want, then scaffolds a well-formed skill — folder layout, SKILL.md with the all-important "Use when…" description, supporting files, and any helper scripts.
The fastest correct way to start a new skill. See /docs/writing-great-skills for the principles it follows.
Related Skills
context-builder
Prepares optimal context for large codebases or agent sessions. Builds smart indexes, summaries, and retrieval strategies so agents stay within token limits while remaining effective.
prompt-engineer
Improves prompts, skills, and AGENTS.md files using a measure-first loop. Diagnoses why an instruction fails and rewrites it to be reliable.
subagent-driven-development
Rapid iteration using subagents with a two-stage review loop, keeping the main context clean. From the Superpowers library.