
Context Sync
- Updated April 1, 2026
- ats-kinoshita-iso/agent-workshop
context-sync keeps CLAUDE.md files in sync with the actual codebase by detecting meaningful changes and proposing targeted updates. It maintains the project context documentation agents rely on so instructions stay accurate as code evolves.
Key points
- Syncs CLAUDE.md to code
- Detects meaningful changes
- Proposes targeted updates
Context Sync by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add ats-kinoshita-iso/agent-workshop/plugin install context-sync@agent-workshopAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 1, 2026 |
|---|---|
| Repository | ats-kinoshita-iso/agent-workshop ↗ |
What it does
Keep CLAUDE.md files in sync with the codebase by detecting meaningful changes and proposing targeted documentation updates.
README.md
context-sync
Keeps CLAUDE.md files in sync with the actual codebase by detecting meaningful changes and proposing targeted updates.
Skills
/context-sync— Full audit: reads CLAUDE.md, scans the directory, and rewrites stale/missing sections
Hooks
- PostToolUse — After
Write/Editto files near a CLAUDE.md, evaluates whether the change introduces a new pattern worth recording - Stop — Reviews all files modified during the session and proposes minimal CLAUDE.md patches
Anti-Bloat Rules
- CLAUDE.md sections must be descriptive, not prescriptive (describe what IS, not tutorials)
- Max 200 lines per CLAUDE.md file — if longer, split into sub-directory files
- Never duplicate information already in README.md or docstrings
- Remove references to deleted files/patterns
- Timestamp each update with
<!-- last-synced: YYYY-MM-DD -->