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/ncoevoet/claude-review-allWrote 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/ncoevoet/claude-review-all/10-a11y-i18n)<a href="https://agentmods.dev/agents/ncoevoet/claude-review-all/10-a11y-i18n"><img src="https://agentmods.dev/badge/agents/ncoevoet/claude-review-all/10-a11y-i18n/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/ncoevoet/claude-review-all/10-a11y-i18n"><img src="https://agentmods.dev/badge/agents/ncoevoet/claude-review-all/10-a11y-i18n.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.00032 | $0.00662 |
| Opus 5 | $0.00016 | $0.00331 |
| Sonnet 5 | $0.00006 | $0.00132 |
| Haiku 4.5 | $0.00003 | $0.00066 |
Grade A, and why
a11y-i18n 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 — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent 10: Accessibility & i18n (CONDITIONAL)
Only spawn this agent if changed files match UI patterns:
- HTML / template files (
.html,.tsx,.vue,.svelte) - Component files with inline templates
- Translation files (
en.json,messages.xlf,dev.json, etc.)
No files match → skip this agent.
Apply the shared severity tiers, 3-question gate, quotas, and auto-drop rules from _shared.md.
Inputs you receive: full diff, changed file list, Project Profile, CLAUDE.md rules, Phase 1 gate results.
Accessibility (WCAG-aligned, focused)
- Interactive elements without accessible names:
<button>/<a>with only icon, noaria-label/ text - Form inputs without labels:
<input>not associated with<label>(oraria-label/aria-labelledby) - Click handlers on non-interactive elements:
<div (click)>/<span onClick>without keyboard handler / role - Color-only signals: error/success indicated only by color, no icon/text
- Missing alt text on
<img>: empty/missingalton content images (decorative images needalt="") - Heading order skips:
<h1>then<h3> - Focus traps missing on modals/dialogs, or focus not restored on close
- Custom components missing role/aria for their pattern (combobox, listbox, tab, etc.)
Internationalization
- Hardcoded user-facing strings in templates/components instead of translation keys
- Translation keys referenced but not present in
en.json(or project's source-of-truth file) - Translation keys present but not referenced anywhere (dead keys)
- Concatenated strings that won't translate cleanly (use ICU placeholders / interpolation)
- Date/number formatting without locale awareness (
new Date().toString()vsIntl.DateTimeFormat) - Right-to-left: layout assumptions breaking in RTL (hardcoded
padding-left,margin-right)
Project conventions
Check CLAUDE.md and Project Profile for project-specific i18n rules (source-of-truth file, propagation script, namespace patterns). Follow them — do not assume conventions from other projects.
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 Changed · +1 lines c3642925858b
- 12d ago First seen · 53 lines · 32 tokens per session scan A a9e61006608f
a11y-i18n is an agent published in the GitHub repository ncoevoet/claude-review-all (28 stars, last pushed yesterday), licensed MIT. It adds 32 tokens to every session and 662 once invoked, about $0.0002 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-30.
Other agents, from other repositories
mobile-app-builder
React Native implementer for Product-Builder products whose users work in the field (home-services dispatch, construction field-docs, field-booking, delivery). Builds the mobile app to the design-advisor's RN contract with TDD — offline-first sync, camera/photo + location capture, push notifications, and…
app-scaffolder
Project-scaffolding builder that stands up a working base application from the pinned stack-baseline so senior-dev implements FEATURES, not boilerplate. Creates the Next.js + TypeScript + Tailwind/shadcn skeleton, wires Drizzle + Postgres, Auth.js (to the auth-engineer contract), env template, folder structure, CI…
designer
Generates design system, component specs, and visual direction for this project. Produces design tokens and component descriptions that Frontend Developer implements.
frontend-dev
Implements UI components, pages, and client-side logic following the project's frontend patterns and design system.
mobile-dev
Implements mobile-specific features, platform APIs, navigation, and responsive layouts for React Native, Flutter, or native iOS/Android projects.
project-auditor
Use for /audit or when no PROJECT.md exists. Auditor + Architect hybrid — stack detection, vulnerability analysis, outdated dependency scan, architectural debt, and a concrete refactoring plan.