What problem does it solve? Building consistent, accessible, and responsive user interfaces from scratch requires deep knowledge of component libraries, CSS frameworks, and design systems, which slows down frontend development. ## Core Features & Use Cases - Accessible Component Library: Install and compose shadcn/ui components built on Radix UI primitives, including dialogs, forms, tables, dropdowns, and command palettes with built-in keyboard navigation and ARIA support. - Utility-First Styling: Apply Tailwind CSS utilities for layout, spacing, typography, responsive breakpoints, and dark mode with CSS variable-based theming. - Visual Design System: Generate canvas-based visual compositions, posters, and brand materials following a philosophy-driven design approach. - Use Case: When building a Next.js dashboard, use this Skill to scaffold a responsive card grid with dark mode support, add a validated login form with react-hook-form and Zod, and ensure all components meet WCAG accessibility standards. ## Quick Start Use the ui-styling skill to build a responsive dashboard page with shadcn/ui cards, a dark mode toggle, and an accessible contact form.