What problem does it solve?
This Skill removes embedded agent-call prompt blocks from skill definitions and turns them into standalone markdown files, making prompt libraries easier to maintain, review, and reuse.
Core Features & Use Cases
- Prompt Discovery: Scans skill files for long or reusable prompt templates embedded in fenced blocks.
- Migration Planning: Evaluates whether each candidate should be extracted based on line count, reuse intent, and naming rules.
- Safe Refactoring Workflow: Proposes diffs, requires approval before rewriting, and preserves exact prompt wording after extraction.
- Use Case: A repository owner wants to clean up a large skill file that mixes instructions with reusable agent prompts, and uses this Skill to move those prompts into separate markdown files without changing behavior.
Quick Start
Use this skill to review a skill directory and propose any embedded prompt blocks that should be extracted into standalone markdown files.