What problem does it solve? Project context documentation and shared skills drift over time: routers stop indexing files, skills become unreachable, and Claude/Codex agent surfaces fall out of sync. This Skill detects that drift by running a suite of Node.js validators against the context layer and skill inventory. ## Core Features & Use Cases - Context Discovery Validation: Verifies every file under process/context/ is indexed by the root router or a group entrypoint, and that concrete backticked references resolve to real files. - Skill Routing & Catalog Checks: Confirms each shared skill is routed from canonical surfaces or explicitly allowlisted, and regenerates a machine-readable skills catalog. - Cross-Reference & Dependency Analysis: Detects missing local references, skill dependency cycles, and confusable skill names. - Use Case: After reorganizing your project's documentation, run this audit to confirm no context file was orphaned, no skill lost its routing, and Claude and Codex agent definitions remain in parity. ## Quick Start Ask the AI to audit the project context routing and skill discoverability, then fix any validator failures it reports.