a11y-audit
Editor's pickAudit a UI or design against WCAG 2.2 AA/AAA and ARIA patterns, returning criterion-referenced findings with severity and specific fixes. Use when the user wants an accessibility check, contrast verification, keyboard/screen-reader review, or wants to confirm a component meets POUR.
- Type
- skill
- GitHub stars
- ★ 211
- Repository
- plugin87/ux-ui-agent-skills
- Category
- frontend
Install
1Quick install (skills CLI)
npx skills add plugin87/ux-ui-agent-skills --skill a11y-audit-2 --agent claude-codeInstalls a11y-audit-2 into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.