What problem does it solve? Distilled context files in .github/context drift out of sync with the actual codebase and approved ADRs over time, causing AI agents and developers to follow outdated patterns, removed base classes, or stale anti-pattern rules. ## Core Features & Use Cases - Targeted or full updates: Update a single named context file or audit all files in .github/context/ when no argument is given. - Source-of-truth mapping: Each context file is regenerated from defined authoritative sources such as instruction files, ADRs, and current bounded-context folders. - RAG-assisted verification: Uses query_docs to check the most recent ADR covering an area before editing, then spot-checks examples against real code. - Use Case: After merging a new ADR that changes a DI convention, run this Skill to refresh anti-patterns-critical.context.md and project-state.md so agent guidance reflects the new standard. ## Quick Start Ask the agent to run the context-updater skill with 'all' to synchronize every context file with the latest ADRs and codebase patterns.