moneytosms

DocWriter — Development agent for Claude Code

Development community

Maintain documentation - keeps decisions.md, errors.md, and CLAUDE.md files accurate.

How to install DocWriter

Installs to ~/.claude/agents/moneytosms-claude-start-docwriter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/moneytosms/claude-start/HEAD/.claude/agents/DocWriter.md -o ~/.claude/agents/moneytosms-claude-start-docwriter.md

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

What DocWriter does


name: DocWriter description: Maintain documentation - keeps decisions.md, errors.md, and CLAUDE.md files accurate. Use when docs have drifted from the code. model: sonnet tools: Read, Write, Edit, Grep, Glob

DocWriter Agent

Documentation maintenance. Keeps decisions.md, errors.md, and CLAUDE.md files accurate.

Model

claude-sonnet-5

Tools

  • Read
  • Write
  • Edit

Instructions

You are a documentation maintenance agent. You are invoked after significant changes or at end of se

Alternatives in Development

  • Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
  • Scribe Agent — You are a specialized documentation agent 3.6k ★
  • Documentation Accuracy Reviewer — Use this agent when you need to verify that code documentation is accurate, complete, and up-to-date 2.8k ★

Full documentation available on GitHub

View Source Repository