What problem does it solve? Repository knowledge crammed into an oversized CLAUDE.md consumes agent context, cannot be mechanically validated, and rots quickly. This Skill converts that encyclopedia-style entry file into a progressive disclosure model: a slim CLAUDE.md map pointing to structured docs/ files that agents can discover and verify. ## Core Features & Use Cases - CLAUDE.md Slimming: Splits a bloated CLAUDE.md (over 100 lines) by topic into docs/ files and rewrites it as a pointer table with a navigation map. - Docs Skeleton Creation: Builds the docs/ structure from scratch (ARCHITECTURE.md, QUALITY_SCORE.md, design-docs/, exec-plans/, product-specs/) using provided templates. - Inline Document Auditing: The doc-gardener agent runs four read-only checks — broken-link detection, freshness checks (30-day staleness), coverage checks against code domains, and structure checks — with severity-rated repair instructions. - Use Case: A React project's CLAUDE.md has grown to 350 lines mixing architecture, API docs, and deployment notes. The Skill migrates content into docs/, rewrites CLAUDE.md as an 80-line map, and validates that all navigation links resolve. ## Quick Start Use the harness-repo-map skill to slim my oversized CLAUDE.md into a navigation map and reorganize the content into a structured docs/ directory.