From role-frontend
Accessibility expertise including WCAG 2.1 AA/AAA compliance, ARIA roles and attributes, keyboard navigation, screen reader optimization, color contrast requirements, focus management, semantic HTML, and live regions.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-frontendThis skill is limited to using the following tools:
- Auditing or implementing WCAG 2.2 AA compliance
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
<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