react
Provides React component development standards and best practices. Ensures component quality through proper hooks usage, state management patterns, and performance optimization techniques. Specializes in functional components, custom hooks, context API, memoization strategies, and accessibility compliance.Use when: developing React components (.jsx/.tsx files), creating custom hooks, implementing state management with useState/useReducer/useContext, optimizing performance with useMemo/useCallback/React.memo, handling side effects with useEffect, designing component props and interfaces, implementing conditional rendering patterns, testing with React Testing Library, or integrating with TypeScript for type-safe components.
$ Installer
git clone https://github.com/KubrickCode/Quick-Command-Buttons /tmp/Quick-Command-Buttons && cp -r /tmp/Quick-Command-Buttons/.claude/skills/react ~/.claude/skills/Quick-Command-Buttons// tip: Run this command in your terminal to install the skill
Repository
