What problem does it solve? Building consistent, accessible React UIs from scratch is slow and error-prone. This Skill provides ready-to-use shadcn/ui component patterns for Next.js so you can assemble forms, dialogs, data tables, sidebars, and themed layouts without reinventing each component. ## Core Features & Use Cases - Component Patterns: Copy-paste implementations for buttons, cards, dialogs, alert dialogs, toasts (Sonner), and sidebar navigation built on Radix UI and Tailwind CSS. - Forms & Validation: Complete react-hook-form + Zod patterns including Select, Textarea, and error messaging. - Data Tables & Theming: TanStack Table integration with sorting and pagination, plus dark mode via next-themes and a full Industrial-Kinetic Futurism theme with CSS variables and Tailwind config. - Use Case: You are building a task management dashboard in Next.js. Use this Skill to scaffold a sidebar layout, a sortable task table with status badges, a validated task creation form in a dialog, and a dark/light theme toggle. ## Quick Start Ask the AI to create a Next.js task form with shadcn/ui components, react-hook-form validation, and dark mode support.