doc-management

doc-management is a skill for Claude Code from arimxyer/doc-manager-mcp. It costs 54 tokens per session (1,949 once invoked), scanned A, original, MIT.

A documentation management workflow that checks, updates, and coordinates project documents through specialised agents.

In plain words
What is it for?
Use it to check documentation status and quality, sync docs with code changes, validate links, configure documentation rules, and prepare docs for releases.
Why use it?
It helps prevent outdated guides, missing API documentation, broken links, and unclear release documentation.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the doc-manager plugin — 3 skills, 4 commands, 2 agents, 1 hook, 1 MCP server shipped together

Good fit Use it to check documentation status and quality, sync docs with code changes, validate links, configure documentation rules, and prepare docs for releases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arimxyer/doc-manager-mcp/doc-management
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.

Any agent
npx skills add arimxyer/doc-manager-mcp --skill doc-management
Clone the repo
git clone --depth 1 https://github.com/arimxyer/doc-manager-mcp

Made for: Claude Code.

Or install doc-manager, the plugin that ships this one along with the rest of its 3 skills, 4 commands, 2 agents, 1 hook, 1 MCP server.

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-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/arimxyer/doc-manager-mcp/doc-management/github.svg)](https://agentmods.dev/skills/arimxyer/doc-manager-mcp/doc-management)
Your own site
<a href="https://agentmods.dev/skills/arimxyer/doc-manager-mcp/doc-management"><img src="https://agentmods.dev/badge/skills/arimxyer/doc-manager-mcp/doc-management/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 doc-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/arimxyer/doc-manager-mcp/doc-management"><img src="https://agentmods.dev/badge/skills/arimxyer/doc-manager-mcp/doc-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,949 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.00054 $0.01949
Opus 5 $0.00027 $0.00975
Sonnet 5 $0.00011 $0.00390
Haiku 4.5 $0.00005 $0.00195

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

Security

Grade A, and why

doc-management 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 9d 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.

plugin/skills/doc-management/SKILL.md · 283 lines

How it starts

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

Doc-Management Skill

Documentation lifecycle management through the doc-manager MCP server. This skill routes requests to specialized agents and provides proactive documentation health awareness.

Activation Triggers

Activate when user mentions:

Documentation terms: "documentation", "docs", "README", "API docs", "guide"

Sync/status: "sync docs", "doc status", "update docs", "docs out of date"

Quality: "doc quality", "validate docs", "check docs", "broken links"

Releases: "release", "deploy", "ship", "merge to main", "v1.0"

Setup: "setup docs", "init docs", "documentation management"

Configuration: "config", "configuration", ".doc-manager", "conventions", "api_coverage", "preset", "strategy", "exclude patterns"

Code changes: "committed", "pushed", "finished implementing" (gentle reminder)

Agent Routing

Route to doc-expert agent:

  • Analysis tasks: "check status", "what needs updating"
  • Quality tasks: "assess quality", "is this release-ready"
  • Sync tasks: "sync documentation", "update docs for changes"
  • Setup tasks: "set up doc management", "initialize"
  • Validation tasks: "validate docs", "check for broken links"
  • Migration tasks: "move docs", "reorganize documentation"
  • Config tasks: "tune config", "fix coverage", "add preset", "change strategy"

Route to doc-writer agent:

  • Content tasks: "write API docs for X", "create a guide"
  • Direct editing: "update the README", "add examples"
  • Simple updates: "document this function", "add code samples"

Decision Flow:

Requires analysis, orchestration, quality, or state management?
  YES → doc-expert agent
  NO → Straightforward content with clear scope?
    YES → doc-writer agent
    NO → doc-expert agent (to assess first)

Behavior Guidelines

Do NOT Auto-Run

Never automatically run heavy operations. Always suggest and ask:

  • "Would you like me to check documentation status?"
  • "I can run a quality assessment. Want me to proceed?"
  • "Documentation sync available. Should I start?"

Read the full file on GitHub · 283 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. 9d ago First seen · 283 lines · 54 tokens per session scan A 4990dab97aae

Subscribe to this mod's changes

doc-management is a skill published in the GitHub repository arimxyer/doc-manager-mcp (6 stars, last pushed 7mo ago), licensed MIT. It adds 54 tokens to every session and 1,949 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.

Related

Other skills, from other repositories

authoring-issues-prs

Use when filing a bug, opening or creating a GitHub issue, drafting an epic or ticket, writing up a finding or review observation worth tracking, or opening a pull request for this repository. Routes the change to the right repo first (library / template / domain), picks the right issue form, links epic children as…

pvliesdonk/markdown-vault-mcp · 86 tokens

project-docs

Software development project documentation management and progress tracking. Use when: (1) Initializing a new software project and need to create all required documentation (MRD, PRD, Technical Plan, Roadmap), (2) Updating project roadmap after completing tasks, (3) Getting a summary of current project progress, (4)…

lorissun2025/project-docs · 97 tokens

sw-do

Implement a SpecWeave increment task by task through the ledger, with evidence per task and a verified close. Use for "implement this", "start working", "continue the increment", "keep going".

anton-abyzov/specweave · 41 tokens

done

Close an increment: ledger check, specweave verify, optional review, then specweave complete. Use when all tasks are done and saying "close increment", "we are done", or "finish up".

anton-abyzov/specweave · 0 tokens

handoff

Write a portable, secret-scrubbed handoff doc so this work can continue in any AI tool or on any machine. Use when saying "handoff", "running out of tokens", or "continue elsewhere".

anton-abyzov/specweave · 44 tokens

alive:create-walnut

Something new is emerging. A venture, an experiment, a person entering the orbit, a life area getting serious. It needs its own walnut — its own identity, history, and future. Scaffolds the full structure, maps existing context sources, and optionally migrates files across.

alivecontext/alive · 63 tokens