What problem does it solve? AI coding agents lose project-specific conventions between sessions, and hand-written CLAUDE.md files quickly go stale as frameworks, dependencies, and directory structures evolve. This Skill scans a repository, detects the exact stack from lock files, and generates or audits a tree of lean CLAUDE.md files so agent instructions stay accurate. ## Core Features & Use Cases - Stack Auto-Detection: Reads manifests and lock files to identify language, framework versions, test runner, asset pipeline, and databases, then writes a managed stack block into the root CLAUDE.md. - Parallel Authoring Workers: Dispatches one claudemd-author agent per directory cluster via the context-authors workflow, so concurrent writes never collide and each file reflects real code patterns. - Staleness Auditing with Approval: Flags wrong versions, deprecated APIs, dead paths, and README drift, presenting findings for explicit user approval before any overwrite. - Use Case: After upgrading a Laravel project from version 11 to 13, run the audit to refresh every CLAUDE.md with correct framework conventions, Pest test commands, and new directory guidance. ## Quick Start Ask the agent to scan this project and generate or audit the CLAUDE.md files for the current stack.