What problem does it solve?
Writing and maintaining Agent Skills is error-prone: bloated SKILL.md files, weak trigger descriptions, duplicated content, and overlapping workflow skills silently degrade agent behavior. This Skill provides a structured runbook for authoring new skills, trimming fat ones into lean spines with references, and merging overlapping workflows without losing behavior.
Core Features & Use Cases
- Create new skills: Gather trigger phrases and context, plan resources (scripts, references, templates), scaffold from a template, and validate with a seven-gate checklist.
- Refactor existing skills: Split bulky SKILL.md files into references/ and templates/ with verbatim extraction, mandatory-read pointers for always-needed output formats, and behavior-preservation checks.
- Consolidate workflows: Trace contracts across overlapping skills, assign single ownership per phase and artifact, design durable handoffs, and retire duplicate paths safely.
- Use Case: Your team has three overlapping planning skills with duplicated logic. Invoke this Skill to trace their inputs and outputs, pick one composition owner, compose the specialist skills by name, and retire the redundant paths while preserving every human gate.
Quick Start
Ask the agent to use the prp-meta-skill to refactor the skill at .claude/skills/my-skill by splitting its detail into references and trimming the body.