What problem does it solve?
Web projects often ship with accessibility issues that exclude users with disabilities, leading to poor usability and legal risk. This skill provides guidance and checks to ensure products meet accessibility standards from the start.
Core Features & Use Cases
- Semantics-first development: enforce semantic HTML, proper landmarks, and accessible form controls.
- Keyboard and ARIA best practices: ensure all interactive elements are reachable and operable via keyboard with thoughtful ARIA usage when necessary.
- Continuous accessibility checks: integrate linting, audits, and manual reviews into development workflows to catch issues early.
- WCAG-aligned guidance: document and apply WCAG 2.x guidelines to design decisions and code changes.
Quick Start
Ask the agent to perform an accessibility review of your current web project and report WCAG conformance.