Doc Sync banner
cablate cablate

Doc Sync

Project Management community

Description

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

Installation

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.

Full documentation available on GitHub

View Source Repository