accessibility
Comprehensive accessibility guidelines and code examples based on WCAG 2.2 and Lighthouse audits.
Install
npx skills add https://github.com/addyosmani/web-quality-skills --skill accessibilityStats
| Total installs | 4,266 |
| Weekly installs | 4.3K |
| GitHub stars | 1.5K |
| First seen | Jan 20, 2026 |
| Source | @addyosmani/web-quality-skills |
Summary
- Covers all four WCAG principles (Perceivable, Operable, Understandable, Robust) with conformance levels A, AA, and AAA
- Includes code examples for text alternatives, color contrast, keyboard navigation, focus management, form labels, error handling, and ARIA usage
- Provides testing checklist with automated tools (Lighthouse, axe-core) and manual testing procedures for keyboard, screen reader, zoom, and motion preferences
- Highlights critical issues (missing labels, alt text, contrast, keyboard traps) and new WCAG 2.2 criteria like target size, focus visibility, dragging alternatives, and accessible authentication
Tags
Related skills
| Skill | Installs | vs accessibility |
|---|---|---|
| firebase-hosting-basics | 3,698 | -568 |
| react-modernization | 3,898 | -368 |
| design-taste-frontend | 4,693 | +427 |
| web-component-design | 4,579 | +313 |
| ai-elements | 5,222 | +956 |
FAQ
- How many installs does accessibility have?
- accessibility has 4,266 total installs and 4.3K installs this week.
- Where is accessibility hosted?
- accessibility is published by @addyosmani/web-quality-skills at https://github.com/addyosmani/web-quality-skills.
- How many GitHub stars does accessibility have?
- accessibility has 1.5K GitHub stars.
- When was accessibility first indexed?
- OrangeBot.AI first indexed accessibility on Jan 20, 2026.
- How do I install accessibility?
- Run: npx skills add https://github.com/addyosmani/web-quality-skills --skill accessibility