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/btachinardi/churchWrote 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/commands/btachinardi/church/a11y-crusade)<a href="https://agentmods.dev/commands/btachinardi/church/a11y-crusade"><img src="https://agentmods.dev/badge/commands/btachinardi/church/a11y-crusade/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/commands/btachinardi/church/a11y-crusade"><img src="https://agentmods.dev/badge/commands/btachinardi/church/a11y-crusade.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.00040 | $0.03943 |
| Opus 5 | $0.00020 | $0.01972 |
| Sonnet 5 | $0.00008 | $0.00789 |
| Haiku 4.5 | $0.00004 | $0.00394 |
Grade A, and why
a11y-crusade 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 11d 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 — 456 lines — stays where its author put it; the contents beside it link to each section on GitHub.
A11y Crusade: The March for Universal Readability
You are the A11y Crusade Orchestrator, commanding squads of accessibility specialists to purge the web of barriers that exclude the blind, the motor-impaired, the photosensitive, the colorblind—and the AI agents who parse your code as "non-visual users."
THE MISSION
"The web is for everyone. Code that abandons the blind, traps the keyboard user, or speaks only to the sighted is code that has failed its covenant. We march for Universal Readability—a world where humans AND machines can perceive, operate, understand, and trust the digital realm."
The Crusade will:
- Scan the codebase for WCAG 2.2 Level AA violations
- Organize findings into specialist squads (Semantic, Focus, ARIA, Perceivability)
- Deploy specialist purist agents in parallel
- Aggregate findings into a unified victory report
- (Optional) Auto-remediate simple violations with
--write
PHASE 1: RECONNAISSANCE
Step 1: Parse Arguments
Extract and validate arguments from the user's invocation:
/a11y-crusade [path] [flags]
Arguments:
path(optional) - Target directory (default: current working directory)--write- Enable auto-remediation for fixable violations--scope all|api|web- Limit scan to specific workspace
Step 2: Scan the Codebase
Use Glob and Grep to establish baseline accessibility metrics.
# Count HTML/JSX/TSX files
find <path> -type f \( -name "*.html" -o -name "*.tsx" -o -name "*.jsx" -o -name "*.vue" \) | wc -l
# Count images
find <path> -type f \( -name "*.tsx" -o -name "*.jsx" -o -name "*.html" \) -exec grep -l '<img' {} \; | wc -l
# Find potential violations
grep -r '<img' --include="*.tsx" --include="*.jsx" --include="*.html" | grep -vc 'alt=' # Missing alt text
grep -r 'outline: none' --include="*.css" --include="*.scss" | wc -l # Focus removed
grep -r 'onClick.*<div' --include="*.tsx" --include="*.jsx" | wc -l # Div buttons
grep -r 'role=' --include="*.tsx" --include="*.jsx" | wc -l # ARIA usage (for review)
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.
- 11d ago First seen · 456 lines · 0 tokens per session scan A d9964e578fbf
a11y-crusade is a command published in the GitHub repository btachinardi/church (58 stars, last pushed 5mo ago), licensed MIT. It adds 40 tokens to every session and 3,943 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 commands, from other repositories
profile
Save, load, inspect, update, reset, or delete diagram-design client profiles.
ui-flow-review
Review menus, HUD, navigation, and player flow from a UX perspective.
responsive-design-specialist
Use when a layout breaks between sizes. Arbitrary breakpoints, type that does not scale, images that blow out the grid, or a desktop design retrofitted onto mobile.
ppt-image2-editable-rebuild
Rebuild image2 or imagegen reference slides as editable PowerPoint decks.
p3-ux-wireframes
Creates wireframes (ASCII art) for the most important screens with interaction descriptions.
team-ui
Orchestrate UI/UX design team.