Update CLAUDE.md documentation files after code changes. Use when user says "update the CLAUDE.md", "sync the docs with my changes", "document what I changed", "update documentation for this package", or after making significant code modifications that should be reflected in project documentation.
Updates CLAUDE.md files to reflect staged git changes and code modifications.
/plugin marketplace add Uniswap/ai-toolkit/plugin install development-productivity@uniswap-ai-toolkitopusclaude-docs-updater/Quickly synchronize CLAUDE.md files based on staged git changes.
git diff --cached --name-statusUpdates triggered when:
- `path/to/file.ts` - [TODO: Add description]
- **package-name** (version)
- `nx command project` - [description]
- Modified `path/to/file.ts` (N lines changed)
git restore CLAUDE.md)git diff before commitAuto-detect (recommended): Analyzes staged changes automatically
Explicit: Update specific path's CLAUDE.md
git add)git diff **/*CLAUDE.md)