diff --git a/skills/frontend-a11y/SKILL.md b/skills/frontend-a11y/SKILL.md new file mode 100644 index 00000000..08763c1c --- /dev/null +++ b/skills/frontend-a11y/SKILL.md @@ -0,0 +1,446 @@ +--- +name: frontend-a11y +description: > + Accessibility patterns for React and Next.js — semantic HTML, ARIA attributes, + form labeling, keyboard navigation, focus management, and screen reader support. + Use when building any interactive UI component or form. +origin: community +--- + +# Frontend Accessibility Patterns + +Practical accessibility patterns for React and Next.js. Covers the issues most commonly flagged in code review: missing form labels, incorrect ARIA usage, non-semantic interactive elements, and broken keyboard navigation. + +## When to Activate + +- Building or reviewing form components (``, `