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 with Tailwind CSS so you can ship polished interfaces without reinventing accessibility and styling patterns. ## 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. - Theming & Dark Mode: Configure CSS variable-based themes, dark mode with next-themes, and custom color palettes across light and dark variants. - Responsive Layouts: Apply mobile-first Tailwind breakpoints, grid systems, and container queries for adaptive layouts. - Automation Scripts: Use Python scripts to install components and generate Tailwind configurations programmatically. - Use Case: When building a dashboard in a Next.js app, use this Skill to scaffold a responsive card grid with dark mode support, an accessible form with Zod validation, and a consistent theme in minutes. ## Quick Start Ask the AI to build a responsive dashboard page using shadcn/ui cards and buttons with dark mode support in your Next.js project.