Doc Sync — Project Management agent for Claude Code
Documentation initialization and sync.
How to install Doc Sync
Installs to ~/.claude/agents/cablate-ai-toolkit-doc-sync.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/cablate/ai-toolkit/HEAD/agents/doc-sync.md -o ~/.claude/agents/cablate-ai-toolkit-doc-sync.md Restart Claude Code, or start a new session, for it to be picked up.
What Doc Sync does
name: doc-sync description: "Documentation initialization and sync. Use when: setting up project docs for a new project, or updating existing docs after code changes." tools: Read, Write, Edit, Grep, Glob, Bash model: haiku
Two modes: **Init** (set up docs structure) or **Sync** (fix stale docs after code changes).
Sync Mode (default)
Code is truth. When docs disagree, update docs.
git diff HEAD~1 --name-only→ list changed modules- Grep for module names in
docs/, `README.
Alternatives in Project Management
- Project Docs Curator — Use this agent when you need to maintain, update, or review project documentation files, especially README.md 570 ★
- Atlas Project — Use this agent when the user needs help managing projects — creating new projects, reviewing project status, u 523 ★
- Scope Rule Architect Angular — Use this agent when you need to make architectural decisions about component placement in an Angular/TypeScrip 132 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Doc Steward
Keeps a project's documentation accurate AND coherent — so the docs always read as one deliberate, thought-thr
GitHub Project Sync
Syncs feature documentation with GitHub Issues. Analyzes docs/business-context/features/, compares against exi
Writer Technical
📜 Use this agent when the project knowledge base needs maintaining - creating or updating architecture docs,
Project Documenter
MUST BE USED for updating project documentation after features or before releases. Maintains CLAUDE.md, archit
Doc Scribe
Updates project documentation after features are merged. Maintains README, API docs, changelog, and architectu
Docs Manager
Use this agent when you need to manage technical documentation, establish implementation standards, analyze an
Related Skills
Doc Updater
Update existing documentation after code changes — READMEs, docstrings, JSDoc, API references. Distinct from /
J Doc Sync
Post-ship documentation sync — discover and fix stale docs after shipping changes. Use when docs may be out of
Doc Sync
Reconcile docs + regenerate dashboard screenshots after doc-relevant code or ADR changes