docs-maintainer

docs-maintainer is a skill for Claude Code, Codex from aaronnat23/disp8ch. It costs 0 tokens per session (143 once invoked), scanned A, original, MIT.

A workflow for keeping product documentation accurate, clear, and consistent with the software people actually use.

In plain words
What is it for?
Use it to update setup guides, API documentation, and user-interface instructions after checking the current code or product behavior.
Why use it?
It helps remove outdated instructions and makes changed features, setup steps, defaults, edge cases, and failures easier to understand.

Skill for Claude CodeCodex

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 skills/aaronnat23/disp8ch/docs-maintainer
Any agent
npx skills add aaronnat23/disp8ch --skill docs-maintainer
Clone the repo
git clone --depth 1 https://github.com/aaronnat23/disp8ch

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaronnat23/disp8ch/docs-maintainer.svg)](https://agentmods.dev/skills/aaronnat23/disp8ch/docs-maintainer)
Your own site
<a href="https://agentmods.dev/skills/aaronnat23/disp8ch/docs-maintainer"><img src="https://agentmods.dev/badge/skills/aaronnat23/disp8ch/docs-maintainer.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 143 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.00000 $0.00143
Opus 5 $0.00000 $0.00072
Sonnet 5 $0.00000 $0.00029
Haiku 4.5 $0.00000 $0.00014

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

Security

Grade A, and why

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 5d 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.

optional-skills/docs-maintainer/SKILL.md · 18 lines

What it actually says

Docs Maintainer

Keep product documentation accurate, concise, and aligned with the current implementation.

Use when

  • Features changed and docs may now be stale.
  • You need to rewrite setup, API, or UX guidance for clarity.

Workflow

  1. Verify behavior in code or through the running product before editing docs.
  2. Prefer task-oriented guidance over broad marketing language.
  3. Surface prerequisites, defaults, edge cases, and failure modes explicitly.
  4. Remove stale paths, commands, and screenshots rather than layering new text on top.
  5. End with a quick validation pass against the current UX or API.

Deliverable

  • Updated docs with accurate steps, caveats, and verification notes.
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. 5d ago First seen · 18 lines · 0 tokens per session scan A baacaf3f92de

Subscribe to this mod's changes

docs-maintainer is a skill published in the GitHub repository aaronnat23/disp8ch (98 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 143 tokens. 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-30.

Related

Other skills, from other repositories

release

Cut a versioned release and publish everos to PyPI via the tag-triggered workflow.

EverMind-AI/EverOS · 20 tokens

agentfield-use

Whenever you have a discrete task to perform — one the user delegated, or one that arose inside your own work — check FIRST whether an installed AgentField agent covers it, and offload to it by default when one does. Coverage, not task size, is the test: even a small job goes to a covering agent. The check is cheap …

Agent-Field/agentfield · 259 tokens

neuron-structured-output

Design and implement structured output classes for Neuron AI agents using SchemaProperty attributes and validation rules. Use this skill when the user mentions structured output, JSON schema extraction, data validation, output classes, DTOs for AI responses, extracting structured data from LLM, or configuring property…

neuron-core/neuron-ai · 104 tokens

agent-browser

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

Intelligent-Internet/ii-agent · 108 tokens

agent-evaluation

Run one specified Test Agent on one specified Benchmark Case exactly once, privately score that execution, and return one protocol result.

Prism-Shadow/penguin-harness · 28 tokens

search-docs

Search local Fern documentation for content related to a topic.

NVIDIA-NeMo/DataDesigner · 14 tokens