What problem does it solve?
This Skill fixes bloated, contradictory, and hard-to-maintain agent instruction files by minimizing the root document and moving focused guidance into linked sub-documents to reduce context waste.
Core Features & Use Cases
- Contradiction detection: Finds conflicting instructions and asks you to resolve precedence before restructuring.
- Progressive disclosure refactor: Extracts only universal essentials into the root and relocates everything else into categorized files.
- Structure generation + pruning: Produces a consistent hierarchy of linked markdown files and flags redundant, vague, default, or outdated instructions for deletion.
- Use case: Turn an AGENTS.md or CLAUDE.md that has grown to hundreds of lines into a small root with a handful of topic-specific guides (e.g., code style, testing, architecture).
Quick Start
Tell the agent to refactor your AGENTS.md by applying progressive disclosure so the root becomes minimal and the rest is split into linked topic files.