"Top 10 AI Agent Skills for React Developers"
2026-06-24 · react frontend review components
React development involves component architecture, hooks, state management, SSR/SSG, testing, and styling. These 10 skills help your AI handle all of it.
Top 10 Skills
1. shadcn ⭐ 117K
shadcn/ui component library best practices. If your project uses shadcn/ui, this skill is essential.
2. banner-design ⭐ 95K
UI/UX design best practices — spacing, typography, color, responsive layout.
3. accessibility ⭐ 220K
WCAG accessibility standards — ARIA labels, keyboard navigation, color contrast, screen reader compatibility.
4. react-doctor ⭐ 13K
React-specific code review: unnecessary re-renders, missing keys, incorrect hook usage, memory leaks.
5. webapp-testing ⭐ 154K
E2E testing with Python Playwright — render components, simulate interactions, verify state.
6. design-system ⭐ 15K
Building and maintaining design systems — tokens, component hierarchy, documentation.
7. frontend-slides ⭐ 22K
Create presentations with React + Slidev/Reveal.js.
8. css-optimization ⭐ 5K
CSS performance best practices.
9. api-design ⭐ 10K
RESTful API design and integration with React Query/SWR.
10. coding-standards ⭐ 8K
General coding standards applicable to all React projects.
Recommended Combos
Beginner: shadcn + webapp-testing + coding-standards Full-stack: shadcn + react-doctor + api-design + webapp-testing + accessibility Component library: design-system + shadcn + accessibility + coding-standards
Install
# shadcn
git clone --depth 1 https://github.com/shadcn-ui/ui.git && cp ui/skills/shadcn ~/.claude/skills/shadcn
Check SkillsNav Frontend category for the latest frontend skills.