What problem does it solve? Building consistent, accessible user interfaces from scratch requires deep knowledge of ARIA patterns, responsive design, and design tokens. This Skill provides structured guidance for composing production UIs with shadcn/ui (Radix UI primitives) and Tailwind CSS, eliminating guesswork around component installation, theming, dark mode, and responsive layouts. ## Core Features & Use Cases - Component Library Guidance: Covers the full shadcn/ui catalog including forms with react-hook-form and zod validation, dialogs, data tables, navigation, and feedback components. - Tailwind Styling System: References for utility classes, mobile-first responsive breakpoints, dark mode with CSS variables, and custom theme configuration via the @theme directive. - Automation Scripts: Includes Python scripts to install shadcn/ui components with dependency handling and generate tailwind.config.js files with custom colors and fonts. - Use Case: When building a dashboard in a Vite + React project, use this Skill to scaffold Cards, Buttons, and Forms with proper dark mode variants and responsive grid layouts. ## Quick Start Ask the AI to build a responsive login form with shadcn/ui components, Tailwind styling, and dark mode support.