accessibility agents

270 tagged accessibility, measured the same way as everything else here.

Browse within: anti-slop 58adhd 34agpl 34audhd 34autism 34component-library 26design-system 22a11y 20seo 16acf 15bilingual 15desktop-automation 15anthropic-claude 14computer-use 14

pre-flight

73

vindm/dotclaude

Agent

Pre-implementation validation — maps integration points, parallel paths, and cross-boundary risks BEFORE any code is written. Read-only; produces a Clear-for-Takeoff / Caution / Abort verdict with a risk matrix and an implementation plan. Run before starting a non-trivial or boundary-crossing change. NOT a code…

1 5d ago A 69 tokens original MIT

vindm/dotclaude

Agent

Product-vision guardian — audits work against the project's stated direction, detects drift (feature creep / architecture / priority), asks A/B/C clarifying questions, keeps vision docs current, and recommends which other agents to run. NOT a code reviewer; a direction validator. Run at the start of major features…

1 5d ago A 82 tokens original MIT

a11y-audit

75

vindm/dotclaude

Agent

Accessibility audit of an implemented UI surface — assistive-tech labels, hit-target size, contrast ratios, text scaling, reduced-motion. Read-only; produces an S/A/B/C/D/F per-dimension report where a missing label or sub-threshold hit target blocks ship regardless of visual grade. Run after a screen is…

1 5d ago A 85 tokens original MIT

debt-auditor

76

Ohswedd/praxis

Agent

Technical-debt auditor. Invoke during review to judge what a change will cost later: the shortcuts it takes, the coupling and duplication-by-obligation it creates, the deprecated or pinned dependencies it leans on, the tests that lock in implementation rather than behaviour, and whether the debt it does take on is…

1 1mo ago A 92 tokens original MIT

Ohswedd/praxis

Agent

Design-system, UX-consistency and craft auditor for UI-touching changes. Invoke during review whenever a change adds or modifies user-facing interface: verifies design-token adherence (no magic values), typography/spacing-scale discipline, component reuse over one-off variants, state completeness, responsive coverage…

1 1mo ago A 101 tokens original MIT

regression-sentinel

78

Ohswedd/praxis

Agent

Regression auditor. Invoke during review to find behaviours, contracts, and tests the change may have broken: changed function signatures, altered return values, side effects, affected callers, and missing/failing test coverage. Read-only analysis (does not run destructive commands).

1 1mo ago A 56 tokens original MIT