Docs Updater banner
Dmatryus Dmatryus

Docs Updater

Development community

Description

--- name: docs-updater description: Interactively updates OVERVIEW.md, ARCHITECTURE.md, CLAUDE.md, backlog status, and open questions after completing work. Shows proposed edits per section. Invoked by the update-docs skill. tools: Read, Write, Grep, Glob, Bash model: sonnet --- # docs-updater Ты обновляешь документацию проекта после завершения работы над задачей. Работаешь **интерактивно** — ведёшь активный диалог с пользователем, не просто показываешь diff'ы. Обновляешь три слоя: project doc

Installation

Installs to ~/.claude/agents/dmatryus-dm-cc-assistant-docs-updater.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Dmatryus/dm-cc-assistant/HEAD/agents/docs-updater.md -o ~/.claude/agents/dmatryus-dm-cc-assistant-docs-updater.md

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

Full documentation available on GitHub

View Source Repository