What problem does it solve? Building consistent, well-structured React interfaces from scratch is repetitive and error-prone, especially when wiring up forms with validation, data tables with filtering, and dashboard layouts. This Skill provides ready-to-adapt component patterns so you can produce working UI code quickly. ## Core Features & Use Cases - Form Generation: Create forms with react-hook-form and zod validation, including inputs, selects, and textareas wired to shadcn/ui Form components. - Data Tables & Dashboards: Generate data tables with search, status filtering, and action menus, plus dashboard layouts with metric cards, progress bars, and tabbed analytics views. - Dialogs & Sheets: Build modal dialogs and slide-over sheets for create/edit flows and settings panels. - Use Case: Ask for a user management page and receive a complete component with a searchable, filterable table, badge-based status indicators, and a create-user modal. ## Quick Start Use the react-ui-shadcn-tailwind skill to create a user registration form with validation in my React project.