What problem does it solve? AI coding agents lose accuracy when repository knowledge is missing, stale, or contradicted by the actual code. This Skill maintains a single authoritative context router file so agents always load correct, current project knowledge. ## Core Features & Use Cases - Full Scan and Delta Modes: Generates process/context/all-context.md from scratch when missing, or performs delta updates that preserve stable sections and record changes since the last update. - Context Group Detection: Detects domains like database, auth, CI/CD, infra, and UI from project signals and writes per-group files such as process/context/database/all-database.md. - Built-in Validation: Runs validate-all-context.mjs to check headings, required sections, freshness dates, secret leakage, and broken path references before reporting success. - Use Case: After adding a Prisma schema and Docker setup to a monorepo, invoke the Skill to refresh all-context.md and create new database and container group docs with real scanned content. ## Quick Start Ask the agent to generate or refresh the repository context at process/context/all-context.md based on the current codebase.