What problem does it solve? Projects accumulate scattered Markdown and text documentation that is hard to track, and manually maintaining an up-to-date documentation index in CLAUDE.md is tedious and error-prone. ## Core Features & Use Cases - Automatic Discovery: Recursively scans the project for all .md and .txt files while excluding build artifacts, dependencies, and temp directories. - Three-Category Organization: Classifies files into FUNCTIONAL (user-facing, requirements), TECHNICAL (architecture, API, design), and PERSONAL (*.local.md files) sections. - CLAUDE.md Integration: Updates section 4 of the Session Startup block in the project CLAUDE.md while preserving surrounding structure. - Use Case: After adding several new design docs and API references to a repository, run the skill to regenerate a clean, categorized documentation index so every session starts with full context. ## Quick Start Ask the assistant to scan the project documentation and update the documentation index in CLAUDE.md.