What problem does it solve?
This Skill ensures consistent, high-quality React code across your project, reducing bugs and improving maintainability. It standardizes component structure, hook usage, form handling, and styling, making collaboration smoother and onboarding faster.
Core Features & Use Cases
- Standardized Components: Enforces functional components, clear client/server separation, and named exports for enhanced clarity and modularity.
- Optimized Hooks: Guides correct hook usage, preventing common pitfalls and promoting efficient, predictable state management.
- Robust Forms: Mandates
react-hook-form + Zod for reliable validation and shadcn primitives for consistent UI/UX.
- Use Case: Automatically review a new React component to ensure it adheres to project standards, uses functional components, and correctly implements form validation with Zod, saving manual review time.
Quick Start
Use the react skill to review the attached 'UserProfileForm.tsx' file for adherence to project React guidelines.