See the Difference Accessibility Makes
The same article about ADA compliance, rendered two ways — one with 10 common WCAG violations, one fully accessible. Compare them side by side.
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 AAPrevent This in Your Projects
Install the ada-compliance skill for Claude Code to get automated WCAG audits with 44 criteria checks, severity ratings, and specific code fixes.
- 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"