What problem does it solve? Building consistent dashboard UI in apps/web/ requires repeated decisions about form handling, currency formatting, status badges, and detail views. This Skill provides ready-made shadcn/ui and Tailwind CSS patterns so every component follows the same DropFlow conventions. ## Core Features & Use Cases - Form Pattern: React Hook Form with Zod resolvers wired to shadcn Form, Input, and Button components using shared @dropflow/types schemas. - Domain Components: MoneyDisplay with Indian lakh formatting in INR, OrderStatusBadge with variant mapping, and Sheet-based order detail views. - Localization & Conventions: IST date formatting via date-fns-tz, Tailwind theme colors only, dark mode variants, and mobile-first responsive breakpoints. - Use Case: When adding a new product creation page, generate a validated form with Zod schemas, INR money display, and consistent spacing without re-deriving the patterns. ## Quick Start Use the shadcn-tailwind-ui skill to create a product creation form with validation and INR price display in apps/web.