What problem does it solve?
This Skill helps you author, edit, audit, and debug Claude Code skills so they trigger reliably, have the right shape (frontmatter + layout), and deliver correct prompt behavior in the right scope.
Core Features & Use Cases
- Skill-shape guidance: choose the correct scope and invocation controls (e.g., when to use disable-model-invocation).
- Trigger reliability: craft third-person descriptions and optional when_to_use phrasing that get picked by skill discovery.
- Operational prompt engineering: structure the body prompt for standing instructions, success criteria, and progressive disclosure, while routing body-content work to ac:prompt-writer.
- Bundling strategy: decide when to add references/ and scripts/ and how to reference them portably using ${CLAUDE_SKILL_DIR}.
Quick Start
Use the skill-creator workflow when you are about to write or update a new SKILL.md, especially if the skill needs to trigger on a specific kind of request like “write a SKILL.md”, “turn this into a skill”, “make a slash command”, or “skill not triggering”.