AI AGENT ADDONS

Accessibility testing makes sure websites work for everyone. This skill helps you find and fix common problems like missing labels, bad color contrast, or tricky keyboard navigation. It uses the same tools that power Chrome DevTools.

The accessibility tree is the real view of what screen readers see. You can take a snapshot to check heading levels, form labels, and focus states. The skill also runs automated Lighthouse audits to give you a score and list of failing elements.

You can test keyboard traps by pressing Tab and seeing where focus goes. You can even check for orphaned form inputs. This skill follows web.dev guidelines to make websites more usable for people with disabilities.

Add A11y Debugging skill to your workflow

Global

mkdir -p ~/.claude/skills/a11y-debugging

Project

mkdir -p .claude/skills/a11y-debugging

Source Repository

Stars
44,618
Forks
2,894
Watchers
44,618
License
Apache-2.0
Last Push
23 days ago
Created
10 months ago