Help us improve
Share bugs, ideas, or general feedback.
From role-frontend
Audits and implements frontend accessibility for WCAG 2.2 AA compliance, ARIA roles/attributes, keyboard navigation, focus management, screen readers, and automated testing.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-frontendHow this skill is triggered — by the user, by Claude, or both
Slash command
/role-frontend:accessibility-expertThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Auditing or implementing WCAG 2.2 AA compliance
Implements WCAG 2.1/2.2 compliance, ARIA patterns, keyboard navigation, focus management, and accessibility testing for web components.
Guides WCAG 2.2 AA compliance for web UIs: keyboard navigation, focus management, ARIA attributes, color contrast, screen readers, and SPA-specific fixes like route focus and announcements.
Web accessibility discipline: semantic HTML first, ARIA only when needed, keyboard access always. Invoke whenever task involves any interaction with accessible web content -- writing, reviewing, refactoring, or debugging HTML/CSS/JS for WCAG compliance, ARIA usage, keyboard navigation, focus management, screen reader support, or accessible component patterns.
Share bugs, ideas, or general feedback.
<button> beats <div role="button"> every time; ARIA is a last resortreferences/wcag-aria-keyboard.md — WCAG 2.2 AA/AAA requirements, landmark roles, dialog/tabs/combobox ARIA patterns, states reference table, roving tabindex implementation, focus trap, skip linksreferences/screen-readers-forms-focus.md — live regions (polite/assertive), sr-only CSS, alt text strategy, accessible form error messages and validation, error summary, focus management after SPA navigation, accordion and tooltip patternsreferences/testing-color-motion-legal.md — color contrast ratios, touch target sizing, prefers-reduced-motion, semantic document structure, jest-axe and Playwright automated testing, Pa11y CI config, manual tool comparison, legal requirements table