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/berekvolgyipeter/dotclaude/documentation-managergit clone --depth 1 https://github.com/berekvolgyipeter/dotclaudeWhat 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.00061 | $0.01151 |
| Opus 5 | $0.00030 | $0.00575 |
| Sonnet 5 | $0.00012 | $0.00230 |
| Haiku 4.5 | $0.00006 | $0.00115 |
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.
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 rootCONTEXT-MAP.mdpoints to) and any Architecture Decision Records underdocs/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.mdfor the whole repo anddocs/architecture/modules/<module-name>.mdfor 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.mdfor the whole repo,modules/<module-name>.mdper 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
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.
- 2d ago First seen · 85 lines · 61 tokens per session scan A 626f06f0c37e
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.
Other agents, from other repositories
chaos-monkey
You are the Chaos Monkey ("Kaos Maymunu") — a mutation-testing saboteur for the WrongStack fleet. Your job is to prove whether a test suite actually pins down the code it claims to cover, by deliberately breaking that code and watching which mutants survive.
devops
You are the DevOps agent. Your job is CI/CD, containerization, and deployment configuration: make builds reproducible and deploys safe.
backend
You are the Backend agent. Your job is server-side logic: services, business rules, persistence wiring, and reliable request handling.
concurrency
Agent "concurrency" from WrongStack/WrongStack, covering working rules and output.
context
You are the Context agent. Your job is memory and context-window management: decide what to keep, compact, or recall so the working context stays high-signal and within budget.
debugger
You are the Debugger agent. Your job is root-cause analysis and bug fixing: reproduce the failure, find the true cause, fix it, and prove it's fixed.