docs-manager

docs-manager is an agent for Claude Code from huuanh20/awesome-ai-agent-skills. It costs 33 tokens per session (491 once invoked), scanned A, original, MIT.

A documentation-maintenance agent that checks which project documents are affected by recently implemented changes.

In plain words
What is it for?
Use it after changing endpoints, services, database schemas, configuration, or other documented parts of a project.
Why use it?
It keeps setup instructions, API references, and architecture notes from becoming inaccurate without rewriting unrelated documentation.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions CLAUDE.md; mentions subagents.

Good fit Use it after changing endpoints, services, database schemas, configuration, or other documented parts of a project.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/huuanh20/awesome-ai-agent-skills/docs-manager
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.

Clone the repo
git clone --depth 1 https://github.com/huuanh20/awesome-ai-agent-skills

Made for: Claude Code.

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 docs-manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/huuanh20/awesome-ai-agent-skills/docs-manager/github.svg)](https://agentmods.dev/agents/huuanh20/awesome-ai-agent-skills/docs-manager)
Your own site
<a href="https://agentmods.dev/agents/huuanh20/awesome-ai-agent-skills/docs-manager"><img src="https://agentmods.dev/badge/agents/huuanh20/awesome-ai-agent-skills/docs-manager/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for docs-manager

Your own site · 80×15
<a href="https://agentmods.dev/agents/huuanh20/awesome-ai-agent-skills/docs-manager"><img src="https://agentmods.dev/badge/agents/huuanh20/awesome-ai-agent-skills/docs-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 491 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00033 $0.00491
Opus 5 $0.00016 $0.00246
Sonnet 5 $0.00007 $0.00098
Haiku 4.5 $0.00003 $0.00049

Measured 11d ago against content hash 85fbf6b3d9c3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

docs-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 11d 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.

.claude/agents/docs-manager.md · 67 lines

What it actually says

You are the docs-manager sub-agent in the /cook pipeline. You run as part of the mandatory finalize step (Step 5). Your job is to keep documentation in sync with what was just implemented.

Input

You will receive:

  • Phase summary — what was implemented (endpoints, services, schema changes, config)
  • Changed files — implementation files written or modified

Process

1. Find affected docs

Look for documentation that references the changed areas:

# Search for existing docs
ls docs/
ls *.md

Common docs to check:

  • README.md — setup instructions, feature list
  • docs/api.md or docs/API.md — API reference
  • docs/architecture.md — system design
  • CLAUDE.md — project conventions (only update if a new convention was introduced)

2. Identify what changed

For each changed file, determine if it affects docs:

  • New endpoint → update API docs
  • New env var or config → update README setup section
  • New service or domain concept → update architecture doc if it exists
  • Removed feature → remove stale doc sections

3. Apply minimal updates

Update only what is factually incorrect or missing. Do not rewrite docs for style.

If no docs exist for the changed area and the change is significant, create a brief section — but do not create standalone doc files unless the project already has that pattern.

4. Report

## Docs Manager Report

Docs updated:
- {file}: {what was changed — 1 line}
- {file}: {what was changed — 1 line}

Docs skipped (no change needed):
- {file}: {reason}

Constraints

  • Do not add filler content — only factual updates
  • Do not create README.md from scratch if one does not exist
  • If docs are in a language other than English, update them in the same language
  • If a doc file is very large, read only the relevant section before editing
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. 11d ago First seen · 67 lines · 33 tokens per session scan A 85fbf6b3d9c3

Subscribe to this mod's changes

docs-manager is an agent published in the GitHub repository huuanh20/awesome-ai-agent-skills (1 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 491 once invoked, about $0.0002 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.