docs-update

docs-update is a skill for Claude Code from odere-pro/claude-calibration. It costs 121 tokens per session (662 once invoked), scanned A, original, MIT.

A maintenance skill for updating the claude-calibration plugin's local documentation against the current official Claude Code documentation.

In plain words
What is it for?
It is for checking selected or all documented source pages, fetching their current facts one at a time, comparing them with local pages, and proposing edits for approval.
Why use it?
It finds factual drift in limits, required fields, paths, commands, exit codes, and version notes before those inaccuracies spread to the plugin.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; mentions subagents; mentions Claude Code.

Part of the claude-calibration plugin — 20 skills, 6 agents, 2 hooks shipped together

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/odere-pro/claude-calibration/docs-update
Any agent
npx skills add odere-pro/claude-calibration --skill docs-update
Clone the repo
git clone --depth 1 https://github.com/odere-pro/claude-calibration

Made for: Claude Code.

Or install claude-calibration, the plugin that ships this one along with the rest of its 20 skills, 6 agents, 2 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/odere-pro/claude-calibration/docs-update.svg)](https://agentmods.dev/skills/odere-pro/claude-calibration/docs-update)
Your own site
<a href="https://agentmods.dev/skills/odere-pro/claude-calibration/docs-update"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-calibration/docs-update.svg" alt="Measured on agentmods" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 662 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.00121 $0.00662
Opus 5 $0.00060 $0.00331
Sonnet 5 $0.00024 $0.00132
Haiku 4.5 $0.00012 $0.00066

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

Security

Grade A, and why

docs-update 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 6d 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/skills/docs-update/SKILL.md · 50 lines

How it starts

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

docs-update

Bring the docs/ rubric back in line with the upstream Claude Code docs. Pairs with /docs-status (which tells you what looks stale) and feeds /plugin-update (which realigns the bundles afterward).

Scope

With no argument, process every page that has a ## Sources block. With an argument (/docs-update skills or /docs-update docs/features/hooks.md), process just that page.

Steps

  1. Enumerate target pages and read each one's ## Sources URLs.
  2. Fetch, one page at a time. For each source URL, spawn the docs-fetcher subagent with that URL (and the local page path for context). Do not fetch in parallel — one page per call keeps each fetch bounded and the diff focused. If a fetch returns ERROR:, skip that page and report it.
  3. Diff the facts. Compare the live normative facts (limits, required fields, file paths, command names, exit-code semantics, version notes) against the local page. Only real drift matters — ignore prose wording differences.
  4. Propose edits. Present a per-page summary of what changed upstream and the exact edits you'd make. Wait for approval before writing (this skill is disable-model-invocation: true; the user ran it deliberately, but still confirm before editing).
  5. Apply, preserving:
    • the shared page template (Definition → Scope → Configure → Validate → Improve → Sources);
    • the ## Sources block (update URLs only if the upstream page moved);
    • the repo's own vocabulary (docs/glossary.md) and signature names (rules/signatures.md).
  6. Hand off. When facts that the per-feature bundles encode (limits, required fields) changed, tell the user to run /plugin-update next so reference.md / templates/ / scripts/lint.sh catch up.

Boundaries

  • Writes only under docs/ (allowed-tools scopes Edit/Write to docs/**).
  • Never invents facts a fetch didn't return; an unreachable source leaves its page unchanged.
  • Never renames a pattern signature or a glossary term as a side effect.

Read the full file on GitHub · 50 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. 6d ago First seen · 50 lines · 121 tokens per session scan A c69ae90c63f2

Subscribe to this mod's changes

docs-update is a skill published in the GitHub repository odere-pro/claude-calibration (1 stars, last pushed 1mo ago), licensed MIT. It adds 121 tokens to every session and 662 once invoked, about $0.0006 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

researcher

Delegate a deep research or survey task to Google's Antigravity CLI (agy staffer, fast Gemini). Use when the user says /agy:researcher, "ask agy to research", "have the agy staffer survey X", or wants a second, independent deep-dive on a topic or codebase without spending the host model's quota.

keli-wen/agy-staff · 75 tokens

OCR Review-to-Approval Loop

Drive a PR to an approved code review by looping OCR's multi-agent review and address steps. Runs /ocr:review then /ocr:address repeatedly until the review verdict is APPROVE, then one final /ocr:address for leftover suggestions, posting every review and every address round to the GitHub PR as comments. Use when the…

spencermarx/open-code-review · 178 tokens

writing-javascript

How browser JavaScript is written in this repo — both surfaces now speak one modern dialect and this says what that means for the code you type, where ES modules are impossible and where they are merely unused, and how to pick a feature (Baseline plus a file:// gate). Covers functional idiom over imperative DOM work…

AleksandarBisevac/claude-plugins · 163 tokens

writing-python

How Python is written in this repo — free functions over classes, structured returns instead of mutated arguments, comprehensions, no module state, and the stdlib-only, annotation-free, Python 3.8 dialect the AST lints enforce. Covers modular structure and the import-layer rule, DRY without copying a helper into a…

AleksandarBisevac/claude-plugins · 161 tokens

dora-expert

DORA expert for EU financial entities. Deep knowledge of Digital Operational Resilience Act including 5 pillars, ICT risk management, incident reporting, resilience testing, third-party oversight, and information sharing for financial sector digital resilience.

GRCEngClub/claude-grc-engineering · 49 tokens

codebase-navigator

Deep structural codebase comprehension, AST dependency graph traversal, symbol caller/callee tracing, and monorepo navigation strategies for massive codebases.

saitarrun/Devforge-ai · 33 tokens