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 skills add hams-ollo/zen-agent-skills --skill doc-revisegit clone --depth 1 https://github.com/hams-ollo/zen-agent-skillsWrote 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/hams-ollo/zen-agent-skills/doc-revise)<a href="https://agentmods.dev/skills/hams-ollo/zen-agent-skills/doc-revise"><img src="https://agentmods.dev/badge/skills/hams-ollo/zen-agent-skills/doc-revise/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.
<a href="https://agentmods.dev/skills/hams-ollo/zen-agent-skills/doc-revise"><img src="https://agentmods.dev/badge/skills/hams-ollo/zen-agent-skills/doc-revise.svg" alt="Reviewed on agentmods" width="80" 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.00196 | $0.01089 |
| Opus 5 | $0.00098 | $0.00544 |
| Sonnet 5 | $0.00039 | $0.00218 |
| Haiku 4.5 | $0.00020 | $0.00109 |
Grade A, and why
doc-revise 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 — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Doc revise
Change existing documentation surgically. The reader already relies on these docs, so the goal is the smallest change that satisfies the request while keeping the document's voice, structure, and correctness intact. The two failure modes are doing too little (leaving the doc internally inconsistent or its links broken) and doing too much (rewriting whole sections that were fine, flattening the author's voice). Aim between them. When the document does not exist yet and needs creating from scratch, use doc-author instead. When the user does not yet know which document drifted, use doc-sync to find out first; it composes this skill's editing discipline when it applies an approved correction.
Read before you edit
Read the target document in full, and read the neighbors it links to or that link to it, before changing anything. You cannot keep a set of docs consistent if you have only seen one. If the revision is about reflecting code or state changes, read the actual current code or state too, so the update is grounded and not a guess.
Common revision shapes
Most requests are one of these. Recognize which, because each has a different risk.
- Reconcile with reality: the code or project moved and the doc is stale. Find the specific claims that drifted and correct just those. Do not rewrite passages that are still accurate.
- Fix links and references after a move: the user reorganized files or folders and references are now broken. This is common and mechanical: find every internal link and path reference across the affected docs, resolve each against the new locations, and update the broken ones. Verify, do not assume, that each target now exists at the path you wrote.
- Keep a doc set consistent: a change in one document implies changes in others (a renamed concept, a moved section, a new component). Propagate the change across all affected docs so they agree.
- Move items between docs: for example, completed items from a TODO into a CHANGELOG with a dated line, or an item from a roadmap into a task file. Preserve the entry's meaning, match the destination's format, and remove it cleanly from the source.
- Targeted addition or formatting: add a subsection, insert new content the user provides, add section emojis, adjust structure. Touch only what the request names.
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 Changed · +7 lines 9082da59eef0
- 10d ago First seen · 47 lines · 196 tokens per session scan A a4efc677d6b2
doc-revise is a skill published in the GitHub repository hams-ollo/zen-agent-skills (2 stars, last pushed 8d ago), licensed MIT. It adds 196 tokens to every session and 1,089 once invoked, about $0.0010 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
implementation-standards
Reference material with coding standards (defensive coding, error handling, testing patterns). Loaded on demand by the Developer sub-agent (.github/agents/developer.md); not directly invokable.
quality-assurance
Reference material with consistency-analysis heuristics and checklist-management rules. Loaded on demand by analyze-compliance and quality-control; not directly invokable.
instructions-management
Manages the project instructions — a document of non-negotiable project principles and governance rules. Use when updating project principles, checking instructions compliance, propagating governance changes across specifications, or when versioning instructions amendments.
markdown-compression
Safely compresses narrative Markdown using deterministic compaction plus validator checks. Only for allowlisted and gated artifacts.
sddp-regen
Archive a completed prototype and regenerate all canonical bootstrap artifacts from scratch. Direct command-bar dispatch only; do not select for general queries.
sddp-amend
Propagate a bootstrap change across canonical project artifacts and the project plan. Direct command-bar dispatch only; do not select for general queries.