What problem does it solve? Rules files like CLAUDE.md and AGENTS.md silently go stale as code evolves, and wrong rules actively mislead AI agents on every future run. This Skill compares your rules file against recent git changes and reports only the drift that matters, with the minimal fix for each. ## Core Features & Use Cases - Drift Detection: Flags rules that are now false, architecture-map entries that no longer match reality, and new durable invariants worth adding as one line. - Anti-Bloat Discipline: Suggests only minimal one-line edits and explicitly avoids changelog-style additions, keeping the rules file lean. - Advisory Output: Produces a structured report of fixes, additions, and verified-still-true areas without modifying files unless asked. - Use Case: Before merging a branch that moved routes from src/routes/ to src/api/routes/, run the check to catch the stale path in your CLAUDE.md architecture map and get the exact one-line correction. ## Quick Start Ask the AI to run the rules drift check on the current diff, for example: check whether CLAUDE.md still matches the changes in main...HEAD and report any stale rules.