This is the accessibility skill you'd want active during any code review that flags missing form labels or broken keyboard navigation. It covers the patterns that actually come up in React and Next.js work: connecting labels to inputs with htmlFor, using aria-describedby for error messages, making custom dropdowns keyboard navigable, and knowing when aria-label beats aria-labelledby. The examples are lifted straight from real accessibility violations, like the classic div with onClick that should've been a button. If you're tired of going back and forth with linters or getting late stage accessibility feedback, this gives you the right patterns up front.
npx -y skills add affaan-m/everything-claude-code --skill frontend-a11y --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar