See the Difference Accessibility Makes
The same article rendered two ways — one with 10 common WCAG violations, one fully accessible. Tab through both with your keyboard and feel the difference.
View Bad Example
10 deliberate WCAG violations — low contrast, no landmarks, missing alt text, broken heading hierarchy, and more.
10 violationsView Good Example
The same content, fully accessible — semantic HTML, proper contrast, focus indicators, skip navigation, and more.
WCAG 2.1 AATry AI-Assisted Accessibility Audits
The ada-compliance skill gives AI context about all 50 WCAG criteria — so it explains what's wrong, why it matters, and how to fix it in your code.
- Clone the skills marketplace
Download the collection of Claude Code skills including the ADA compliance auditor.
git clone https://github.com/anthropics/claude-skills-marketplace.git - Copy the skill to your Claude directory
Place it where Claude Code automatically discovers and activates skills.
cp -r claude-skills-marketplace/skills/enterprise/ada-compliance ~/.claude/skills/ - Run an audit
Start Claude Code in any project and ask for an accessibility audit. The skill activates automatically.
claude "Audit this site for ADA compliance"