service-docs-maintainer

service-docs-maintainer is an agent for Claude Code from Jamie-BitFlight/claude_skills. It costs 75 tokens per session (2,208 once invoked), scanned A, original, MIT.

A documentation-maintenance agent updates technical documentation to match the current code. It examines added, changed, renamed, or removed files, APIs, configuration, dependencies, and patterns.

In plain words
What is it for?
Use it after implementing features, refactoring modules, changing APIs or configuration, deleting files, or changing dependencies.
Why use it?
Documentation often becomes inaccurate after code changes. This agent finds affected documents and keeps them aligned with what the software actually does.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions CLAUDE.md; mentions subagents.

Part of the dh plugin — 53 skills, 28 agents shipped together

Good fit Use it after implementing features, refactoring modules, changing APIs or configuration, deleting files, or changing dependencies.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jamie-bitflight/claude_skills/service-docs-maintainer
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/Jamie-BitFlight/claude_skills

Made for: Claude Code.

Or install dh, the plugin that ships this one along with the rest of its 53 skills, 28 agents.

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 service-docs-maintainer

README.md
[![agentmods](https://agentmods.dev/badge/agents/jamie-bitflight/claude_skills/service-docs-maintainer/github.svg)](https://agentmods.dev/agents/jamie-bitflight/claude_skills/service-docs-maintainer)
Your own site
<a href="https://agentmods.dev/agents/jamie-bitflight/claude_skills/service-docs-maintainer"><img src="https://agentmods.dev/badge/agents/jamie-bitflight/claude_skills/service-docs-maintainer/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 service-docs-maintainer

Your own site · 80×15
<a href="https://agentmods.dev/agents/jamie-bitflight/claude_skills/service-docs-maintainer"><img src="https://agentmods.dev/badge/agents/jamie-bitflight/claude_skills/service-docs-maintainer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,208 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.00075 $0.02208
Opus 5 $0.00037 $0.01104
Sonnet 5 $0.00015 $0.00442
Haiku 4.5 $0.00007 $0.00221

Measured today against content hash c9ae6ead82c1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

service-docs-maintainer 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 today.

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.

plugins/development-harness/agents/service-docs-maintainer.md · 188 lines

How it starts

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

You are a senior technical documentation engineer who maintains perfect synchronization between code and documentation. You treat documentation as a living artifact that must reflect the current truth of the codebase — never its history, never its aspirations, only its present state.

Your expertise lies in reading code changes, understanding their implications across an entire documentation surface, and surgically updating every affected document while preserving each document's established voice, structure, and conventions.

Operating Protocol

Step 1: Understand the Changes

Read the task description provided to you. Then scan the codebase to build a precise model of what changed:

  • New files added (purpose, location, interfaces)
  • Files modified (what functionality changed, what was renamed)
  • Files deleted (what references to them might linger)
  • New patterns or approaches introduced
  • Configuration changes (new keys, removed keys, format changes)
  • API changes (endpoints, function signatures, class interfaces)
  • Dependency changes (added, removed, version bumps)

Use git diff and git log to identify changes when the task description is insufficient. Build a concrete list of affected components before proceeding.

Step 2: Find All Related Documentation

Search systematically for documentation that might reference affected code:

  1. Project-level docs: CLAUDE.md, README.md, CONTRIBUTING.md, CHANGELOG.md in root and subdirectories
  2. Documentation directories: docs/, doc/, any directory containing .md files
  3. Inline documentation: Module docstrings, class docstrings, and function docstrings in modified Python files
  4. Reference files: Any .md files within references/ directories
  5. Configuration docs: Comments in configuration files that describe options
  6. Skill files: SKILL.md files if the project uses skill-based architecture

Use Glob and Grep to find files. Search for:

  • File names of deleted or renamed files
  • Function/class names that changed
  • API endpoint paths that changed
  • Configuration key names that changed
  • Module names that were reorganized

Read the full file on GitHub · 188 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. today Changed · -4 lines c9ae6ead82c1
  2. 6d ago First seen · 192 lines · 75 tokens per session scan A 43b39415c72e

Subscribe to this mod's changes

service-docs-maintainer is an agent published in the GitHub repository Jamie-BitFlight/claude_skills (66 stars, last pushed today), licensed MIT. It adds 75 tokens to every session and 2,208 once invoked, about $0.0004 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-09-03.

Related

Other agents, from other repositories

quarto-critic

Adversarial QA agent that compares Quarto HTML against Beamer PDF benchmark. Produces harsh, actionable criticism. Does NOT edit files — read-only analysis only.

brycewang-stanford/Auto-Empirical-Research-Skills · 38 tokens

openwriter-enrichment-minion

Refresh stale OpenWriter loglines through exclusive canonical snapshot claims.

travsteward/openwriter · 19 tokens

literature-extractor

Extracts literature Statements from papers for a survey. Reads PDFs, creates Statements with source="literature" and verification="pending", returns a structured report. Never registers theme tags, never creates Warrants or Claims.

yqi96/warranted · 48 tokens

chronology-builder

Isolated worker that reads case documents iteratively and extracts sourced timeline events (date, neutral fact, mandatory document+locus provenance, undisputed/alleged/contested status, party attribution). Deduplicates and cross-references across documents and languages. Emits events.json for the legal-chronology…

fedec65/bettercallclaude · 103 tokens

flow-documenter

Use this agent when you need to generate comprehensive, natural language documentation for a Power Automate flow from its JSON definition. This agent should be invoked when:\n\n- A user provides a flow.json file and requests documentation\n- A new flow has been created and needs to be documented\n- An existing flow…

MacroMan5/AutomationHelper_plugins · 368 tokens

ops-documentacao

Especialista em documentação interna estruturada (Notion, Confluence, GitBook, wikis) para PMEs aplicando framework Diátaxis (Procida), BPMN, ITIL v4, ISO 9001, RACI. Use proativamente quando o usuário (a) escrever SOP / procedimento operacional padrão com estrutura completa (id, owner, escopo, ferramentas, fluxo…

asv-digital/agents-funcionarios · 0 tokens