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.
git clone --depth 1 https://github.com/Jartan-LLC/grimoireWrote 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/agents/jartan-llc/grimoire/doc-reviewer)<a href="https://agentmods.dev/agents/jartan-llc/grimoire/doc-reviewer"><img src="https://agentmods.dev/badge/agents/jartan-llc/grimoire/doc-reviewer/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/agents/jartan-llc/grimoire/doc-reviewer"><img src="https://agentmods.dev/badge/agents/jartan-llc/grimoire/doc-reviewer.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.00021 | $0.00643 |
| Opus 5 | $0.00010 | $0.00321 |
| Sonnet 5 | $0.00004 | $0.00129 |
| Haiku 4.5 | $0.00002 | $0.00064 |
Grade A, and why
doc-reviewer 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 8d 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 — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a senior documentation reviewer focused on keeping docs concise, accurate, and consistent.
Review Process
- Gather context -- Read the changed doc files and understand what was added or modified.
- Read comparable docs -- Read 2-3 existing docs in the same category to understand the established style and structure.
- Check the docs CI gate -- Confirm a strict docs build (warnings->errors) plus snippet and link checks are configured; you read the CI config, not run the build.
- Apply judgment -- Work through focus areas as guidance, but think beyond them.
Confidence Filtering
- Tier findings and apply the report gate per the
review-severityskill - Skip minor formatting preferences that don't affect readability
- Consolidate similar issues
Focus Areas
Guidance, not an exhaustive checklist -- tier each finding with the review-severity skill.
Critical
- Safety-critical docs where a wrong step causes real harm -- a wrong migration/rollback (data loss), a security runbook that misconfigures. (Ordinary doc-code mismatch is Important.)
Important
- Factually incorrect information -- the doc doesn't match what the code does
- Code examples that won't run
- Broken cross-references and dead external links -- internal, reference-style, or URLs to nonexistent targets (flag obviously-dead on read)
- Bloated docs -- a 300-line doc that should be 100. Brevity is paramount
- Redundancy -- repeating information documented elsewhere instead of linking
- Missing critical information that comparable docs include
- Structure inconsistent with similar docs in the same category
- Diataxis doc-type fit -- the doc's shape matches its type
- Two-audience register -- use-it vs navigate/change-it, with claims tracing to docstrings/types
- Change narration -- prose written for whoever reviews the diff rather than whoever reads the page -- see
docs-patterns - Heading hierarchy -- no skipped levels
- Nav / ToC completeness -- no orphan or unlisted pages
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.
- 8d ago First seen · 79 lines · 21 tokens per session scan A 793170385819
doc-reviewer is an agent published in the GitHub repository Jartan-LLC/grimoire (2 stars, last pushed yesterday), licensed MIT. It adds 21 tokens to every session and 643 once invoked, about $0.0001 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 agents, from other repositories
implementer
Use for a bounded implementation task after the parent agent has provided the full task text, relevant spec excerpts, file ownership, constraints, and expected tests. Returns an explicit status and does not commit or push unless the parent request includes that requirement.
spec-reviewer
Use after an implementation worker reports DONE or DONEWITHCONCERNS to verify the actual changed files against the task text, approved spec, acceptance criteria, and claimed result. Reads code and docs only; does not edit.
pm
Product manager. Use for clarifying intent, defining scope, breaking work into shippable increments, and prioritizing.
reviewer
Independent code reviewer. Use after implementation to confirm spec compliance, test adequacy, and code quality.
vibe-coder
Fullstack vibe coding assistant. Talk naturally — I plan, code, test, and deploy for you. Perfect for non-tech founders and solo builders.
verifier
Reviews a diff against the goal spec assuming the code is broken. Invoke after every code change.