What problem does it solve?
This Skill ensures your web interfaces are usable by everyone, regardless of ability, by adhering to WCAG 2.1 Level AA standards, preventing common accessibility issues.
Core Features & Use Cases
- Semantic HTML Guidance: Choose the right element for every purpose.
- ARIA Implementation: Correctly apply ARIA roles, states, and properties.
- Focus Management: Ensure keyboard navigability and visible focus indicators.
- Color Contrast: Meet 4.5:1 text and 3:1 UI component contrast ratios.
- Form Accessibility: Implement accessible labels, validation, and error handling.
- Screen Reader Support: Ensure content is announced correctly by assistive technologies.
- Use Case: When building a new component like a modal dialog or a tabbed interface, use this skill to ensure it's fully accessible from the start, or use the
a11y-auditor agent to scan an existing page for violations.
Quick Start
Use the accessibility skill to audit the current page for WCAG 2.1 AA compliance.