Install the agents
Run one command to install all 55 agents across every supported platform. The installer auto-detects which AI tools you have installed.
curl -fsSL https://raw.githubusercontent.com/Community-Access/accessibility-agents/main/install.sh | bash
irm https://raw.githubusercontent.com/Community-Access/accessibility-agents/main/install.ps1 | iex
The installer is safe and additive — it never overwrites existing files. It sets up auto-updates so you always have the latest agents.
Open your AI coding tool
Open any project in your preferred AI coding environment. The agents are loaded automatically — no configuration needed.
- Claude Code — Launch the Claude Code CLI in your project directory
- GitHub Copilot — Open VS Code with Copilot Chat
- Claude Desktop — Open the Claude Desktop app
Run your first audit
Ask the accessibility wizard to audit your project. The wizard walks you through 11 accessibility domains step by step.
In Copilot Chat, select the Web Accessibility Wizard agent and type:
run a full audit on this project
In your terminal, invoke the agent directly:
/accessibility-wizard run a full audit on this project
The wizard asks a few questions about your project scope, then reviews your code for heading structure, keyboard navigation, forms, color contrast, ARIA usage, data tables, link text, and more.
Review findings
The wizard produces a prioritized report grouped by severity (Critical, Serious, Moderate, Minor) with each finding linked to the relevant WCAG criterion. It tells you exactly what to fix and in what order.
Try a specialist
For targeted checks, invoke a specialist directly. Some examples:
@contrast-master — Check all color contrast ratios
@keyboard-navigator — Verify tab order and focus management
@forms-specialist — Audit form labels and validation
@alt-text-headings — Review images and heading hierarchy
@document-accessibility-wizard — Scan Word, Excel, PowerPoint, and PDF files
What's next?
- Full documentation — Browse all 55 agents, 17 skills, and 54 prompts
- Blog — In-depth articles on AI accessibility auditing
- Contribute — Fix an agent gap, add a rule, or build a new specialist
- GitHub — Star the repo and follow for updates