Docs Sync Updater banner
afk101 afk101

Docs Sync Updater

Development community

Description

--- name: docs-sync-updater description: "Use this agent when the user explicitly requests to synchronize documentation files (docs/*.md, README.md) based on recent code changes in the working area or staging area. The docs/ directory contains modular documentation files: spec.md (核心架构规范) and per-command docs (e.g., create.md, merge.md, validate.md, etc.). This agent must NEVER be called proactively or automatically — it must only be invoked when the user explicitly asks for documentation synchr

Installation

Installs to ~/.claude/agents/afk101-clawt-docs-sync-updater.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/afk101/clawt/HEAD/.claude/agents/docs-sync-updater.md -o ~/.claude/agents/afk101-clawt-docs-sync-updater.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository