What problem does it solve? Building consistent, accessible user interfaces from scratch requires deep knowledge of ARIA patterns, responsive design, and theme systems. This Skill provides structured guidance for composing shadcn/ui components, styling with Tailwind CSS, and implementing dark mode without reinventing each pattern. ## Core Features & Use Cases - Component Implementation: Install and compose shadcn/ui components (forms, dialogs, tables, navigation) built on Radix UI primitives with full TypeScript support. - Tailwind Styling & Theming: Apply utility-first styling, responsive breakpoints, CSS variable theming, and dark mode via next-themes. - Automation Scripts: Use Python scripts to add shadcn/ui components and generate Tailwind configuration programmatically. - Use Case: When building a Next.js dashboard, use this Skill to scaffold a responsive card grid with dark mode support, an accessible form with Zod validation, and a consistent theme based on CSS variables. ## Quick Start Ask the AI to build a responsive login form with shadcn/ui components, Tailwind styling, and dark mode support.