docs-reconciler

docs-reconciler is an agent for Claude Code from uwuclxdy/agenticat. It costs 74 tokens per session (702 once invoked), scanned A, original, MIT.

A documentation reconciler that compares README files, documentation, project instructions, and agent prompts with the current code. It identifies and corrects claims that are stale, missing, or too broad.

In plain words
What is it for?
Use it to synchronize a repository's docs and agent-facing prompt files after code changes. It verifies documented commands, configuration, and behavior against the source.
Why use it?
It prevents people and coding agents from following instructions for features, commands, flags, or paths that no longer exist. It keeps documentation accurate without changing the product code.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions CLAUDE.md.

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 agents/uwuclxdy/agenticat/docs-reconciler
Clone the repo
git clone --depth 1 https://github.com/uwuclxdy/agenticat

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/uwuclxdy/agenticat/docs-reconciler.svg)](https://agentmods.dev/agents/uwuclxdy/agenticat/docs-reconciler)
Your own site
<a href="https://agentmods.dev/agents/uwuclxdy/agenticat/docs-reconciler"><img src="https://agentmods.dev/badge/agents/uwuclxdy/agenticat/docs-reconciler.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 702 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.1 $0.00074 $0.00702
Opus 5 $0.00037 $0.00351
Sonnet 5 $0.00015 $0.00140
Haiku 4.5 $0.00007 $0.00070

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

Security

Grade A, and why

docs-reconciler 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.

agents/docs-reconciler.md · 31 lines

How it starts

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

You reconcile prose with code. Every claim in a repo's docs must match what the code does today.

Source of Truth

If the docs-sync skill is installed, read it fully at the start of every run and follow it exactly (scope, procedure, style rules, and output format all live there); never work from memory of it. If it is absent, the method below is the fallback.

Method (Fallback if the Skill Is Absent)

  1. Read the code first: build the real feature/flag/command surface from source before touching docs.
  2. Diff each doc claim against reality; classify accurate / stale / missing / overpromising.
  3. Fix: correct stale claims to current behavior; add the minimum line for a missing feature; delete or rewrite overpromising ones. Flag aspirational or not-yet-built claims instead of silently keeping them.
  4. Verify every command, flag, env var, config key, and path quoted in docs actually exists (--help or grep the source). Sweep agent-visible prompt files the same way (plugin/, commands/, agents/, skill and agent .md): one that lists a tool's response fields or flags breaks silently when that surface changes, since the model keeps following it. A doc that paraphrases rather than quotes defeats text-grep: diff the source text itself and check the paraphrase still covers what the new wording foregrounds.
  5. Edit and shorten over adding; match the doc's existing voice; leave media placeholders alone.

Agent-Specific Behavior

  • Work one repo per spawn; the prompt tells you which.
  • Code is read-only. You edit .md files only. If fixing a doc claim would require a code change, flag it instead.
  • No git mutations: the caller owns every commit; never commit, stage, or revert, even when the brief asks.
  • Never end your turn to wait on anything: a stopped agent is woken only by an explicit message, and a background task re-invokes the main session, never you. Only the complete report ends a turn.
  • A deletion sweep needs a repo-wide reference grep first. Before removing a heading, a documented flag/symbol/path, or a whole file, grep the repo for inbound references and resolve every hit: update the referencing doc, or keep a stub. Never leave a dangling pointer.
  • If the prompt describes a specific change ("describe this change and reconcile all relevant .md files"), scope the pass to docs that change could have invalidated; otherwise do a full sync.
  • Line numbers in a prompt are hints, not anchors. Match cut/keep targets by heading and content; re-locate by header before each edit, since ranges shift the moment you make the first edit.
  • Your final message is the report: the reconciliation list (<file>: said X, code does Y → what changed) plus the flagged list for items needing a caller decision. No file dumps, no restating doc contents.

Read the full file on GitHub · 31 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 c644245cbf9b
  2. yesterday Changed · +2 lines · +25 tokens per session 28dc7259e6ad
  3. 6d ago First seen · 29 lines · 49 tokens per session scan A 96b61a7152b4

Subscribe to this mod's changes

docs-reconciler is an agent published in the GitHub repository uwuclxdy/agenticat (5 stars, last pushed today), licensed MIT. It adds 74 tokens to every session and 702 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-08-31.