Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Guide · ada compliance

How do you make a website ADA compliant with Claude Code?

Install the accessibility skill by addyosmani - 34,823 installs, 2,470 GitHub stars (skills.sh registry, GitHub) - and audit against WCAG 2.2 AA, the standard US courts and the DOJ reference for ADA web compliance. Then fix regressions with fixing-accessibility (14,306 installs) and gate releases with accessibility-compliance (10,923 installs).

By Skillselion, an Ellelion LLC publication · Updated July 9, 2026 · 3 min read · Stats verified against the live catalog

ADA lawsuits target websites, and the technical yardstick courts use is WCAG. Claude Code can run that audit and fix the findings if you give it the right skills, starting with accessibility at 34,823 installs (skills.sh registry).

Key takeaways

  • The accessibility skill by addyosmani leads the category with 34,823 installs and 2,470 GitHub stars (skills.sh registry, GitHub); the full field is ranked in the accessibility hub.
  • ADA compliance for websites is judged against WCAG success criteria - the DOJ's own guidance points to WCAG as the reference standard (ada.gov).
  • fixing-accessibility (14,306 installs, 3,598 stars) handles the remediation pass after the audit finds issues.
  • accessibility-compliance (10,923 installs, 37,655 stars) turns the audit into a repeatable release gate.
  • Anthropic ships its own reviewer: accessibility-review at 2,421 installs and 22,464 stars (skills.sh registry, GitHub).

What does ADA compliance actually require of a website?

The ADA itself names no technical standard for the web; in practice, US courts and the Department of Justice evaluate websites against WCAG, and the DOJ's small entity compliance guide points businesses to WCAG conformance. That makes the job concrete for developers: meet WCAG Level AA success criteria - perceivable, operable, understandable, robust - and document that you did. Everything below maps that requirement onto Claude Code skills.

What is the best skill for ADA and WCAG auditing?

accessibility by addyosmani is the best pick, with 34,823 installs and 2,470 GitHub stars (skills.sh registry, GitHub). Install it with:

npx skills add addyosmani/web-quality-skills

It audits pages against WCAG criteria - semantics, contrast, focus management, ARIA usage - and reports findings the way a human auditor would, per criterion. Strong alternatives: accessibility-compliance (10,923 installs) if you want the audit wired into an agent workflow, and Anthropic's accessibility-review (2,421 installs) for document and content review. The ranked list is on the best skills for frontend design pillar.

addyosmani, author of web-quality-skills, on GitHub
addyosmani, author of web-quality-skills, on GitHub

How do you fix the issues an audit finds?

Run a remediation skill against each finding rather than asking Claude Code to "make it accessible" in one shot. fixing-accessibility (14,306 installs, 3,598 stars, skills.sh registry, GitHub) is built for that loop: it takes a specific violation - missing labels, broken focus order, insufficient contrast - and patches the component without restyling it. Batching fixes per WCAG criterion keeps diffs reviewable and gives you the paper trail an ADA demand letter makes you wish you had.

How do you keep a site compliant after launch?

Make the audit a release gate, because compliance decays with every shipped feature. accessibility-compliance (10,923 installs, 37,655 stars) runs the check as part of an agent pipeline, and W3C's evaluation guidance recommends exactly this cadence: evaluate early, then re-evaluate on change. Teams that audit once a year discover a year of regressions at once. For component-level habits that prevent violations in the first place, the accessibility hub lists the adjacent skills.

Can automated checks alone make you ADA compliant?

No. Automated tooling catches the mechanical criteria - contrast ratios, missing alt text, label associations - but WCAG includes judgment calls like meaningful reading order and error-message clarity that need human review. The practical split: let skills like accessibility (34,823 installs) and accessibility-a11y (mindrally/skills, 2,157 installs) clear the mechanical layer, then spot-check flows with a keyboard and a screen reader. Skillselion lists 60,702 skills in its live catalog; the accessibility slice of the frontend design category is where the human-plus-agent workflow gets assembled.

A complete starter stack

Common pitfalls

  • Auditing only the homepage - demand letters cite checkout flows, forms, and PDFs, which are exactly the pages teams skip.
  • Fixing contrast with overlays or widgets instead of in the stylesheet; courts have seen the widget defense and it does not hold.
  • Treating the audit as one-time - every feature release can regress focus order, and an annual audit finds a year of debt.

Audit against WCAG AA, fix per criterion, gate every release, and keep the records.

FAQ

Common questions

Is WCAG the same thing as ADA compliance?

Not literally - the ADA is a US law and WCAG is a W3C technical standard - but courts and the DOJ use WCAG conformance as the practical measure of web accessibility, so meeting WCAG AA is how developers implement ADA compliance. The tooling is listed in the [accessibility hub](/design/accessibility).

What is the best Claude Code skill for accessibility auditing?

The accessibility skill by addyosmani, with 34,823 installs and 2,470 GitHub stars (skills.sh registry, GitHub). It audits pages per WCAG criterion. See the [skill page](/skills/addyosmani/web-quality-skills/accessibility).

Can Claude Code fix accessibility issues automatically?

Yes, for the mechanical layer: fixing-accessibility (14,306 installs, skills.sh registry) patches specific violations like missing labels and contrast failures without restyling the component. Judgment-call criteria still need human review. Details on the [fixing-accessibility page](/skills/ibelick/ui-skills/fixing-accessibility).

How often should a website be re-audited for ADA compliance?

On every release, not annually. accessibility-compliance (10,923 installs, skills.sh registry) runs the check as a pipeline gate so regressions surface in the diff that caused them. See the [skill page](/skills/wshobson/agents/accessibility-compliance).

Do automated accessibility tools catch everything WCAG requires?

No. Automated checks cover contrast, alt text, and label associations, but reading order, error clarity, and keyboard flows need a human pass. Combine an audit skill with manual screen-reader checks - the stack is ranked at [best skills for frontend design](/best/skills-for-frontend-design).

Ranked by Skillselion - an independent directory of AI-coding tools, not affiliated with Anthropic, OpenAI or Cursor. Tool rankings reflect real adoption (installs, then GitHub stars) from the skills.sh registry and GitHub, last updated July 9, 2026.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.