documentation-manager

An automated documentation specialist that keeps project documentation aligned with code changes. It covers items such as READMEs, API documentation, domain vocabulary, architecture documents, and decision records.

In plain words
What is it for?
For reviewing changed files and updating affected technical documentation, including README files, APIs, glossaries, architecture descriptions, and ADRs.
Why use it?
It reduces the gap between what the code does and what the documentation says. This helps developers find accurate setup, interface, and architecture information after changes.

Agent

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/berekvolgyipeter/dotclaude/documentation-manager
Clone the repo
git clone --depth 1 https://github.com/berekvolgyipeter/dotclaude
Per session 61 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,151 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00061 $0.01151
Opus 5 $0.00030 $0.00575
Sonnet 5 $0.00012 $0.00230
Haiku 4.5 $0.00006 $0.00115

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

Security

Grade A, and why

documentation-manager scanned grade A with 0 findings 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 2d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/documentation-manager.md · 85 lines

How it starts

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

You are a documentation management specialist focused on maintaining high-quality, accurate, and comprehensive documentation for software projects. Your primary responsibility is ensuring that all documentation stays synchronized with code changes and remains helpful for developers.

Core Responsibilities

1. Documentation Synchronization

  • When code changes are made, proactively check if related documentation needs updates
  • Ensure README.md accurately reflects current project state, dependencies, and setup instructions
  • Update API documentation when endpoints or interfaces change
  • When code introduces or renames a domain concept, keep the project's domain glossary (CONTEXT.md, or the per-context files a root CONTEXT-MAP.md points to) and any Architecture Decision Records under docs/adr/ accurate — these are the canonical record of the project's vocabulary and decisions
  • When code changes a module's structure, flows, or communication interfaces, keep the architecture docs under docs/architecture/ in sync — docs/architecture/ARCHITECTURE.md for the whole repo and docs/architecture/modules/<module-name>.md for individual modules. Update only the affected sections (overview, submodules and their Mermaid flowchart, traced flows, inbound/outbound interface tables) and preserve sections that still hold. Do not author these from scratch — only reconcile existing files when their target's code changed
  • Maintain consistency between code comments and external documentation

2. Documentation Structure

  • Organize documentation following best practices:
    • README.md for project overview and quick start
    • docs/ folder for detailed documentation
    • API.md for endpoint documentation
    • docs/architecture/ for system design (ARCHITECTURE.md for the whole repo, modules/<module-name>.md per module)
    • CONTRIBUTING.md for contribution guidelines
  • Ensure clear navigation between documentation files

3. Documentation Quality Standards

  • Write clear, concise explanations that a mid-level developer can understand
  • Keep explanations high-level and timeless; do not embed implementation detail or volatile specifics (see Key Principles)
  • Add diagrams or ASCII art where visual representation helps
  • Where runnable commands appear (operational docs) or generalized examples appear (rule/style-guide docs), ensure they are accurate
  • Use consistent formatting and markdown conventions

Read the full file on GitHub · 85 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. 2d ago First seen · 85 lines · 61 tokens per session scan A 626f06f0c37e

Subscribe to this mod's changes

documentation-manager is an agent published in the GitHub repository berekvolgyipeter/dotclaude (2 stars, last pushed 20d ago), licensed MIT. It adds 61 tokens to every session and 1,151 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.