What problem does it solve?
It solves the problem of creating new Claude Code skills that follow consistent authoring conventions, structured frontmatter, and predictable operational instructions.
Core Features & Use Cases
- Skill scaffolding: Creates a complete skill directory with required SKILL.md plus optional REFERENCE.md, EXAMPLES.md, and scripts when needed.
- Guideline-driven drafting: Fetches the latest skill authoring guidelines from a dedicated claude-code-guide sub-agent and validates the draft against them.
- Quality controls: Audits the new skill by running /mp-skill-audit and presents guideline-driven changes for user review.
- Use case: When you need to write a new slash-command skill for a team workflow, the skill produces a ready-to-use implementation structure in the expected format.
Quick Start
Use the mp-skill-create skill to create a new skill by telling Claude Code to: create skill “<skill name or description>”.