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.
npx agentmods add agents/versoxbt/claude-initial-setup/doc-updatergit clone --depth 1 https://github.com/VersoXBT/claude-initial-setupWrote 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.
[](https://agentmods.dev/agents/versoxbt/claude-initial-setup/doc-updater)<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>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.
| Model | Per session | Once 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 |
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 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
-
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
-
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
-
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
-
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
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.
- 4d ago First seen · 89 lines · 48 tokens per session scan B 8a80be02785a
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.
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…
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…
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.…
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…
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…
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…