What problem does it solve?
Teams and individuals often struggle to structure Claude Code project configurations: they either over-engineer with unnecessary agents, hooks, and output styles, or cram everything into one bloated CLAUDE.md. This Skill diagnoses existing configurations or plans new ones with clear responsibility boundaries.
Core Features & Use Cases
- Configuration Review: Audits existing CLAUDE.md, .claude/skills, .claude/agents, .claude/commands, and .claude/hooks for responsibility clarity, maintainability, and over-design, then delivers a graded verdict with prioritized fixes.
- Structure Design: Recommends a right-sized directory layout (from minimal CLAUDE.md-only setups to team collaboration structures with agents and hooks) based on project scale and goals.
- Use Case: A developer inherits a project with a 500-line CLAUDE.md and unused .claude directories. The Skill reads the key files, identifies mixed responsibilities and over-design, and outputs a restructure plan splitting workflows into skills and commands.
Quick Start
Review my project's CLAUDE.md and .claude directory and tell me whether the configuration structure is reasonable.