Back to skills

accessibility

design

Audits and improves web accessibility against WCAG 2.2 guidelines, covering the POUR principles (Perceivable, Operable, Understandable, Robust). Includes code patterns for ARIA usage, keyboard navigat

Setup & Installation

npx skills add https://github.com/addyosmani/accessibility --skill accessibility
or paste the link and ask your coding assistant to install it
https://github.com/addyosmani/accessibility
View on GitHub

What This Skill Does

Audits and improves web accessibility against WCAG 2.2 guidelines, covering the POUR principles (Perceivable, Operable, Understandable, Robust). Includes code patterns for ARIA usage, keyboard navigation, color contrast, focus management, and form labeling, plus a manual and automated testing checklist. Bundles WCAG 2.2 success criteria with copy-paste HTML/CSS/JS patterns, so you fix issues directly instead of cross-referencing the spec for every rule.

When to use it

  • Working with accessibility functionality
  • Implementing accessibility features
  • Debugging accessibility related issues