What problem does it solve? Code changes often leave documentation stale, causing confusion about routes, environment variables, build commands, and conventions. This Skill keeps README, GUIDE, TESTING, AGENTS, and agent-facing files aligned with the real implementation after any code, route, config, CSS, build, Compose, or test change. ## Core Features & Use Cases - Canonical File Coverage: Maintains README.md, GUIDE.md, TESTING.md, AGENTS.md, Copilot instructions, local skill files, and reusable prompt files. - Consistency Rules: Enforces documented conventions such as admin routes under /users, frontend API calls in web/src/js/model/, mobile-first CSS with breakpoints 640/768/1024/1280/1536, and validation commands matching npm scripts. - Use Case: After adding a new API route or changing a Docker Compose command, run this Skill to verify every documentation file reflects the change and remove stale claims instead of layering caveats. ## Quick Start Review the recent route and configuration changes in this repository and update all documentation files so they match the current implementation.