cablate

Doc Sync — Project Management agent for Claude Code

Project Management community

Documentation initialization and sync.

How to install Doc Sync

Installs to ~/.claude/agents/cablate-ai-toolkit-doc-sync.md

Terminal
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.

  1. git diff HEAD~1 --name-only → list changed modules
  2. 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 Repository