What problem does it solve? Project context documentation and shared skills drift over time: routers stop indexing files, skills become unreachable from discovery surfaces, and Claude/Codex agent definitions fall out of sync. This Skill audits the durable context layer and skill inventory to detect broken references, unindexed docs, and routing gaps before they cause silent failures. ## Core Features & Use Cases - Context Discovery Validation: Runs validators that confirm every process/context/ doc is indexed by the root router or its group entrypoint, and that concrete backticked references resolve to real files. - Skill Routing & Catalog Checks: Verifies every shared skill is routed from canonical surfaces or explicitly allowlisted, enforces trigger_keywords and layer frontmatter, and keeps the generated skills catalog in sync. - Cross-Surface Parity: Checks Claude and Codex agent name parity, skill cross-references, dependency cycles, and confusable skill names. - Use Case: After reorganizing your project's process/context/ docs or adding a new shared skill, run this audit to confirm the router, group entrypoints, and .agents/skills symlink all still resolve correctly. ## Quick Start Ask the AI to audit the project context routing and skill discoverability, then fix any validator failures it reports.