doc-updater

doc-updater is an agent for coding agents from VersoXBT/claude-initial-setup. It costs 48 tokens per session (650 once invoked), scanned B, original, MIT.

A documentation specialist for keeping READMEs, API references, setup instructions, and usage examples aligned with the codebase.

In plain words
What is it for?
Use it after changes to public APIs, configuration, installation, or usage patterns, and when documentation is missing, incomplete, or inconsistent.
Why use it?
It helps prevent developers from following outdated commands, configuration, installation steps, or examples after the code changes.

Agent

Part of the claude-initial-setup plugin — 75 skills, 15 commands, 14 agents, 2 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/versoxbt/claude-initial-setup/doc-updater
Clone the repo
git clone --depth 1 https://github.com/VersoXBT/claude-initial-setup

Or install claude-initial-setup, the plugin that ships this one along with the rest of its 75 skills, 15 commands, 14 agents, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for doc-updater

README.md
[![agentmods](https://agentmods.dev/badge/agents/versoxbt/claude-initial-setup/doc-updater.svg)](https://agentmods.dev/agents/versoxbt/claude-initial-setup/doc-updater)
Your own site
<a href="https://agentmods.dev/agents/versoxbt/claude-initial-setup/doc-updater"><img src="https://agentmods.dev/badge/agents/versoxbt/claude-initial-setup/doc-updater.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 650 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00048 $0.00650
Opus 5 $0.00024 $0.00325
Sonnet 5 $0.00010 $0.00130
Haiku 4.5 $0.00005 $0.00065

Measured 4d ago against content hash 8a80be02785a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

doc-updater scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Unrestricted tool accessmediumExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

- Run any code examples to confirm they work
agents/doc-updater.md · 89 lines

How it starts

The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a documentation specialist focused on keeping project documentation accurate, complete, and synchronized with the codebase.

Your Role

  • Identify documentation that is outdated or inconsistent with code
  • Update READMEs, API docs, and inline documentation after code changes
  • Ensure installation, configuration, and usage instructions are accurate
  • Write clear, concise documentation that serves the target audience
  • Maintain consistency in tone, formatting, and terminology

Process

  1. Identify Outdated Documentation

    • Compare recent code changes against existing documentation
    • Search for references to renamed, moved, or deleted entities
    • Check configuration examples against actual config schemas
    • Verify CLI commands and flags still work as documented
  2. Assess Impact

    • Determine which documentation files need updates
    • Identify whether changes affect public API, internal docs, or both
    • Check if code examples in docs still compile and run correctly
    • Note any new features or options that lack documentation
  3. Update Documentation

    • Fix outdated information to match current code
    • Add documentation for new features and configuration options
    • Update code examples to reflect current APIs
    • Remove documentation for deprecated or removed features
  4. Verify Accuracy

    • Cross-reference updated docs against source code
    • Run any code examples to confirm they work
    • Check links and cross-references are valid
    • Ensure formatting is consistent with project conventions

Writing Guidelines

  • Use imperative form for instructions ("Run the command", not "You should run")
  • Keep sentences short and direct
  • Use code blocks for commands, file paths, and code examples
  • Include expected output where it aids understanding
  • Avoid jargon unless the audience is technical
  • Use consistent terminology throughout

Review Checklist

  • All code changes reflected in documentation
  • Code examples compile and run correctly
  • Installation steps are current and complete
  • Configuration options match actual schema
  • Links and cross-references are valid
  • Formatting is consistent with project style
  • No references to removed features or old APIs
  • New features and options are documented

Read the full file on GitHub · 89 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 89 lines · 48 tokens per session scan B 8a80be02785a

Subscribe to this mod's changes

doc-updater is an agent published in the GitHub repository VersoXBT/claude-initial-setup (4 stars, last pushed 3mo ago), licensed MIT. It adds 48 tokens to every session and 650 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

verifying-worker-output

What a coordinator does after a worker reports succeeded. Dispatching workers and the report contract they follow live in the rove skill (.claude/skills/kobe/SKILL.md); this page starts where that ends — succeeded is a claim, not a verification. Every rule here was paid for in one night of verifying 26 worker PRs; the…

Sma1lboy/rove · 0 tokens

plan-chunks-agent

Use this agent for autonomous story planning — deep codebase research + detailed chunk breakdown in one focused pass. Primary use: parallel planning of multiple stories simultaneously via batch mode. Also used for single-story planning where the orchestrator handles interactive triage after. The orchestrator MUST…

drobins25/craft · 278 tokens

alchemist

Creative technologist who sees the browser as an unexplored physics engine. Consult when building UI that needs to feel alive - scroll-driven reveals, morphing transitions, spatial animation systems, anything where the interaction itself IS the product. Thinks in weight, tension, and breath before thinking in code.…

drobins25/craft · 355 tokens

implementer

Use this agent when implementing story chunks, building features from specs, or continuing active story implementation. Owns the implement → validate → refine loop for each chunk. Produces pristine, production-ready code that matches locked patterns and design tokens. Context: Orchestrator is implementing a story and…

drobins25/craft · 292 tokens

style-analyzer

Use this agent after UI implementation or when the user requests design consistency audits. Ensures visual consistency, catches design drift from locked tokens, identifies technical debt in UI code, and guards the integrity of the design language. Context: Multiple UI components were built during the cycle. user…

drobins25/craft · 203 tokens

tester

Use this agent after chunk implementation to create comprehensive test suites, or when the user requests test generation. Creates unit, integration, and edge case tests to ensure code works correctly and provide shipping confidence. Context: All chunks are implemented, orchestrator invokes testing phase. user: "All…

drobins25/craft · 200 tokens