From toolkit-skills
Design and create Claude Skills using progressive disclosure principles. Guides building new skills, planning architecture, and writing content.
How this skill is triggered — by the user, by Claude, or both
Slash command
/toolkit-skills:skill-creatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create effective Claude Skills using progressive disclosure.
Create effective Claude Skills using progressive disclosure.
Create a skill when you notice:
Skills load in 3 levels:
Key: Keep Levels 1 & 2 lean. Move details to Level 3. Use npx claude-skills-cli validate to check budgets.
my-skill/
├── SKILL.md # Core instructions + metadata
├── references/ # Detailed docs (loaded as needed)
├── scripts/ # Executable operations
└── assets/ # Templates, images, files
npx claudepluginhub spences10/claude-code-toolkit --plugin toolkit-skillsGuides creation of Claude Code skills, covering SKILL.md structure, YAML metadata best practices, and optional bundled resources like scripts, references, and assets.
Step-by-step walkthrough for designing, writing, testing, and maintaining Claude Skills, including how to write trigger descriptions and structure SKILL.md files.
Guides developers in creating and updating effective Claude skills with best practices, core principles, resource links, and workflow advice for specialized extensions.