What problem does it solve?
This skill helps teams maintain concise, well-structured CLAUDE.md files by applying progressive disclosure, reducing clutter and improving readability for end users.
Core Features & Use Cases
- Identify contradictions and surface conflicting instructions, prompting for user resolution.
- Extract essentials for the root CLAUDE.md (one-sentence project description, package manager if not npm, non-standard build/typecheck commands, and anything truly essential).
- Group the rest into logical categories and generate separate markdown files, plus a suggested docs/ folder structure.
Quick Start
Provide your CLAUDE.md content or a path to it, and the skill will produce:
- a minimal root CLAUDE.md with links to the separate files
- per-topic files for the remaining instructions
- a recommended docs/ folder structure ready for review