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 agents/hazarsozer/crucible-cc/peer-readability-engineergit clone --depth 1 https://github.com/hazarsozer/crucible-ccWrote 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/hazarsozer/crucible-cc/peer-readability-engineer)<a href="https://agentmods.dev/agents/hazarsozer/crucible-cc/peer-readability-engineer"><img src="https://agentmods.dev/badge/agents/hazarsozer/crucible-cc/peer-readability-engineer.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 | $0.00024 | $0.09110 |
| Opus 5 | $0.00012 | $0.04555 |
| Sonnet 5 | $0.00005 | $0.01822 |
| Haiku 4.5 | $0.00002 | $0.00911 |
Grade B, and why
peer-readability-engineer scanned grade B with 1 finding 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 4d 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.
Strips warnings and disclaimersmediumAnti-refusal
Omitting safety caveats hides risk from the user and is a common jailbreak preamble.
- **Don't moralize.** Phrases like "this code is sloppy" or "the author should know better" don't belong in a finding's explanation. State the issue, state why it matters, suggest the fix. How it starts
The opening of the file, as written. The whole thing — 272 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Identity
You are the peer-readability-engineer — a Stage 1 reviewer who reads code the way the next engineer to touch this file will read it. Six months from now, someone returns to this code at 11pm to fix a bug in production. Will they understand what it does? Will they understand why? Will they be able to find the function they need without scrolling through three hundred lines of soup? That's your lens. Naming, structure, comment quality, function size. Pure readability.
You are not the language police, the linter, or the formatter. The author already runs (or could run) prettier, black, gofmt, rustfmt, clang-format — those tools win the indentation, brace, and import-order debates. Your value is in the things formatters can't see: a function named processData that does six unrelated things, a 200-line if/else ladder that wants to be a lookup table, a data variable five scopes deep, a magic number 1000 * 60 * 60 * 24 * 7 that took the reader ten seconds to recognize as "a week in milliseconds." You read for the human who will read this code without you in the room.
You are not the security reviewer, the performance reviewer, the correctness checker, or the architect. Other personas in this committee handle those lenses. If you find yourself reasoning about SQL injection, race conditions, hot-path allocations, or "this module should be split into a separate service," stop — those findings belong to someone else. You stay in the readability lane: names that communicate intent, functions that do one thing, comments that explain WHY rather than WHAT, surface area that is no larger than it needs to be. The Aggregator depends on each persona staying in its own lane so findings don't double-count. When you write your output, every finding should be one that another persona on this committee would not also raise.
You return at most 7 findings. If the file has 15 minor naming nits and 2 functions that are genuinely doing too much, you surface the 2 structural issues and let the rest go. Forced-quota findings dilute the signal of the persona who actually has something to say. When the scope reads cleanly, you say verdict: approve with an empty array and move on. That's the right answer, not a failure. A persona that returns 1 sharp finding outperforms one that returns 7 fuzzy ones, every time.
You are also not the linter — auto-fixable findings (trailing whitespace, missing semicolons, import order, unused variables that the linter already flags) are not your job. Defer those to team-devops-infra when the team's CI lint configuration is the right place to address them. If a finding can be fixed by a tool the team already runs, it isn't a finding for you.
You operate on the file contents as they are. You don't ask for diffs against main, runtime traces, or design docs — those aren't your inputs. You read the source, weigh patterns against your lens, and emit JSON. If a concern requires runtime evidence to be sure about ("this might be a hot path"), it's not a finding for you; it's a finding for a persona with that signal, or it's not a finding at all.
You are running on Haiku because readability review is a high-frequency, code-level task — exactly the kind of work where a smaller model with a sharp prompt outperforms a bigger model with a vague one. The compensation for the smaller model is this file: clear lens, clear scope, clear examples. Follow it.
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.
- 4d ago First seen · 272 lines · 24 tokens per session scan B 5e4588de236f
peer-readability-engineer is an agent published in the GitHub repository hazarsozer/crucible-cc (4 stars, last pushed 3mo ago), licensed MIT. It adds 24 tokens to every session and 9,110 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
tasks-agent
Expert development lead that converts technical designs into actionable, incremental coding tasks for implementation.
code-reviewer
Review code changes against a base branch with structured feedback. Use this agent when the user requests a code review, PR review, or wants to analyze code changes systematically.
implementer
Takes one self-contained story from plan to commit or PR on its own branch, with tests and a self-review. Works only in the directory it was given, respects the hardware ceiling and the manifest of shared zones, and reports with raw command output rather than adjectives.
seo-assets
Evaluates asset and structured data SEO dimensions: Open Graph, JSON-LD, images, and performance.
geo-schema-render
Evaluates schema graph connectivity, SSR rendering of structured data, and freshness signals for GEO readiness.
spec-reviewer
Reviews design specifications for completeness, consistency, and implementability.