This walks you through implementing proper WCAG 2.2 compliance with real code patterns for screen readers, keyboard navigation, and mobile accessibility. It covers the technical details like ARIA attributes, focus trapping, and contrast ratios that most developers skip or get wrong. The skill includes working examples for accessible buttons, modal dialogs, and forms with proper error handling. Most helpful when you need to audit existing interfaces or build new components that actually work with VoiceOver and TalkBack instead of just looking accessible.
npx skills add https://github.com/wshobson/agents --skill accessibility-compliance