What it does
Web Accessibility Plugin provides 23 evidence-based skills that teach LLMs to write accessible code from the start. Rather than relying on AI guessing, each skill encodes actual rules from WAI-ARIA Authoring Practices Guide, WCAG 2.2, and accessibility practitioners—all cited and hallucination-free.
How it works
The plugin works within Claude Code, Codex CLI, and Gemini CLI to guide code generation toward accessibility best practices. Skills cover APG widget patterns (accordions, comboboxes, dialogs, tabs), foundations like focus management and form accessibility, testing strategies, content guidance, and cognitive design considerations.
Use cases
- Building interactive components: Get ARIA patterns right—knowing when to use native HTML vs ARIA roles
- Auditing existing code: Run automated scanning and interpret results with axe-core, pa11y, and Lighthouse
- Content teams: Write alt text, link labels, and error messages that work for all users
- Avoiding hostile patterns: Detect and prevent carousels, infinite scroll, and other UX patterns that harm disabled users
Who benefits
Product designers, developers, content creators, and QA practitioners who want accessibility built in rather than bolted on. Teams serious about WCAG 2.2 compliance and inclusive design.