This one walks you through accessibility compliance with a focus on WCAG 2.1 standards at Level AA and AAA. It covers the practical stuff like auditing sites for violations, testing with screen readers (NVDA, JAWS, VoiceOver), implementing ARIA attributes, and ensuring keyboard navigation works properly. Good fit if you're prepping for ADA or Section 508 audits or just need to fix accessibility issues systematically. The skill is organized around the POUR principles (Perceivable, Operable, Understandable, Robust), which is the standard framework but also means it's probably heavy on guidance rather than automated fixes. Worth having if accessibility work is a regular part of your workflow rather than a one-off task.
npx skills add https://github.com/davila7/claude-code-templates --skill accessibility-auditor