What problem does it solve?
This Skill solves the pervasive problem of web interfaces that exclude users with disabilities, leading to poor user experience, failed WCAG compliance audits, and potential legal liability for non-compliant digital products.
Core Features & Use Cases
- WCAG 2.1 AA Standard Guidance: Covers all four POUR principles (Perceivable, Operable, Understandable, Robust) to meet global accessibility requirements.
- Accessible Implementation Patterns: Provides production-ready examples for semantic HTML, correct ARIA usage, keyboard navigation, focus management, color contrast, and screen reader support.
- Real-World Use Case: When building a public-facing e-commerce site, use this Skill to audit product pages and checkout flows for accessibility gaps, fix issues like missing alt text on product images or broken keyboard navigation for modals, and ensure the site is usable for all users including those using assistive technologies.
Quick Start
Use the accessibility skill to review the attached checkout modal component for WCAG 2.1 AA compliance, identify missing ARIA labels and focus trap gaps, and provide corrected implementation examples.