From ux-designer-skills
WCAG 2.1/2.2 guidelines, ARIA patterns, and inclusive design principles. Use when auditing accessibility, implementing ARIA, reviewing color contrast, or designing for screen readers, keyboard users, and cognitive accessibility.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ux-designer-skills:accessibility-wcagThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Accessibility is not a compliance checkbox you handle at the end. It's a design quality bar. If your product isn't accessible, it's not finished. Full stop. Every accessibility failure is a user you're turning away. That's not just an ethical problem. It's a revenue problem. And it's a legal one too.
Accessibility is not a compliance checkbox you handle at the end. It's a design quality bar. If your product isn't accessible, it's not finished. Full stop. Every accessibility failure is a user you're turning away. That's not just an ethical problem. It's a revenue problem. And it's a legal one too.
Auto-loaded by agents:
Use when you need:
| Component | Key ARIA | Keyboard |
|---|---|---|
| Modal/Dialog | role="dialog", aria-modal="true", aria-labelledby | Escape to close, trap focus |
| Tabs | role="tablist/tab/tabpanel", aria-selected | Arrow keys between tabs |
| Menu | role="menu/menuitem", aria-expanded | Arrow keys, Enter to select, Escape to close |
| Accordion | aria-expanded, aria-controls | Enter/Space to toggle |
| Toast/Alert | role="alert" or role="status" | Auto-announced by screen readers |
| Toggle | role="switch", aria-checked | Space to toggle |
alt="" for decorative)If you're only going to do one thing: test with a keyboard. Tab through your entire flow. If you can't complete the core task with only a keyboard, you've failed the most basic accessibility test. Fix that before you touch anything else.
design-heuristics - Overlaps with Nielsen #2, #6, #9laws-of-ux - Cognitive accessibility (Cognitive Load, Chunking, Working Memory)npx claudepluginhub trevorgrogers/ux-designer-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.