Synchronizes CLAUDE.md documentation with codebase changes to ensure project context remains accurate and up-to-date.
The Project Context Manager skill solves the problem of documentation rot by automatically tracking code changes and prompting for updates to your CLAUDE.md files. It monitors git diffs for new constants, logic changes, or library swaps, analyzes which context files are affected, and guides the user through an interactive update process. This ensures that Claude always has the most relevant and accurate understanding of your project's architecture, rules, and decisions.
Key Features
010 GitHub stars
02Interactive confirmation to capture design decisions and 'why' behind changes
03Integration with post-tool hooks for real-time documentation sync alerts
04Automatic git diff analysis to detect modified, added, or deleted files
05Impact mapping between source code changes and specific context documentation
06AI-driven diff generation for CLAUDE.md files based on code updates
Use Cases
01Updating project-specific constants and magic numbers in documentation after a refactor
02Ensuring architectural changes are immediately documented in CLAUDE.md
03Maintaining accurate context files across different modules in a monorepo