From b54a4fc2d02f2ab28aae7956cf9c2353fbfe6429 Mon Sep 17 00:00:00 2001 From: hjkim0905 Date: Sun, 24 May 2026 23:50:19 +0900 Subject: [PATCH] feat(skills): add frontend-a11y skill --- skills/frontend-a11y/SKILL.md | 432 ++++++++++++++++++++++++++++++++++ 1 file changed, 432 insertions(+) create mode 100644 skills/frontend-a11y/SKILL.md diff --git a/skills/frontend-a11y/SKILL.md b/skills/frontend-a11y/SKILL.md new file mode 100644 index 00000000..6408b04b --- /dev/null +++ b/skills/frontend-a11y/SKILL.md @@ -0,0 +1,432 @@ +--- +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 (``, `