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.
npx agentmods add skills/odere-pro/claude-calibration/docs-updatenpx skills add odere-pro/claude-calibration --skill docs-updategit clone --depth 1 https://github.com/odere-pro/claude-calibrationWrote 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.
[](https://agentmods.dev/skills/odere-pro/claude-calibration/docs-update)<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>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.
| Model | Per session | Once 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 |
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.
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
- Enumerate target pages and read each one's
## SourcesURLs. - Fetch, one page at a time. For each source URL, spawn the
docs-fetchersubagent 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 returnsERROR:, skip that page and report it. - 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.
- 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). - Apply, preserving:
- the shared page template (Definition → Scope → Configure → Validate → Improve → Sources);
- the
## Sourcesblock (update URLs only if the upstream page moved); - the repo's own vocabulary (
docs/glossary.md) and signature names (rules/signatures.md).
- Hand off. When facts that the per-feature bundles encode (limits, required fields) changed,
tell the user to run
/plugin-updatenext soreference.md/templates//scripts/lint.shcatch up.
Boundaries
- Writes only under
docs/(allowed-toolsscopesEdit/Writetodocs/**). - 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.
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.
- 6d ago First seen · 50 lines · 121 tokens per session scan A c69ae90c63f2
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.
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.
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…
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…
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…
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.
codebase-navigator
Deep structural codebase comprehension, AST dependency graph traversal, symbol caller/callee tracing, and monorepo navigation strategies for massive codebases.