What problem does it solve? Building consistent, accessible, and responsive user interfaces from scratch is time-consuming and error-prone. This Skill provides a complete workflow for creating UIs with shadcn/ui components (built on Radix UI), Tailwind CSS utility styling, and canvas-based visual design, eliminating the need to hand-write accessibility logic, responsive breakpoints, and theme systems. ## Core Features & Use Cases - Accessible Component Library: Install and compose pre-built shadcn/ui components (dialogs, forms, tables, dropdowns) with built-in Radix UI accessibility, keyboard navigation, and TypeScript type safety. - Utility-First Styling & Theming: Apply Tailwind CSS utilities for responsive layouts, implement dark mode with CSS variables, and customize design tokens via configuration. - Visual Design Generation: Create canvas-based visual designs, posters, and brand materials using a philosophy-driven design system with bundled open-license fonts. - Use Case: A developer building a Next.js dashboard can scaffold shadcn/ui, add Card and Form components with validation via react-hook-form and zod, apply a responsive grid layout with dark mode support, and generate a matching promotional poster—all guided by one Skill. ## Quick Start Ask the AI to set up shadcn/ui with Tailwind CSS in your project and build a responsive login form with dark mode support.