react-claude-skills
New21 composable Claude Code skills for senior React + UX engineering — component design, a11y, performance, forms, routing, marketing & docs patterns, testing, and interview craft.
Summary
This skill provides 21 composable Claude Code skills for senior React and UX engineering, covering component design, accessibility, performance optimization, forms, routing, marketing and documentation patterns, testing, and interview preparation.
- It helps developers enforce best practices and streamline complex React workflows directly within Claude Code.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/react-claude-skills.md https://raw.githubusercontent.com/jaballer/react-claude-skills/main/SKILL.md/react-claude-skillsUse Cases
Usage Examples
/react-claude-skills Create an accessible dropdown component with keyboard navigation and screen reader support.
/react-claude-skills Optimize a list of 10,000 items using virtualization and memoization.
/react-claude-skills Write tests for a form component that validates email and password fields.
Security Audits
Frequently Asked Questions
What is react-claude-skills?
This skill provides 21 composable Claude Code skills for senior React and UX engineering, covering component design, accessibility, performance optimization, forms, routing, marketing and documentation patterns, testing, and interview preparation. It helps developers enforce best practices and streamline complex React workflows directly within Claude Code.
How to install react-claude-skills?
To install react-claude-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/react-claude-skills.md https://raw.githubusercontent.com/jaballer/react-claude-skills/main/SKILL.md. Finally, /react-claude-skills in Claude Code.
What is react-claude-skills best for?
react-claude-skills is a skill categorized under General. It is designed for: testing, design. Created by jaballer.
What can I use react-claude-skills for?
react-claude-skills is useful for: Generate accessible React components with proper ARIA attributes and keyboard navigation.; Optimize React component performance using memoization, lazy loading, and code splitting.; Build complex forms with validation, error handling, and controlled/uncontrolled inputs.; Implement client-side routing with React Router including nested routes and guards.; Write unit and integration tests for React components using Jest and React Testing Library.; Prepare for React technical interviews with common coding challenges and system design questions..