This handles shadcn/ui component installation and wiring after you've set up your theme infrastructure with tailwind-theme-builder. It knows the installation order (foundation components before feature components), manages external dependencies like react-hook-form and sonner, and includes documented fixes for common gotchas like Radix Select breaking on empty strings and Lucide icons getting tree-shaken in production. The workflow is straightforward: assess what UI patterns you need (forms, data tables, navigation), install the right component sets, then combine them into working recipes. The references include a component catalogue and complete pattern examples for contact forms, CRUD modals, and data tables with sorting.
npx skills add https://github.com/jezweb/claude-skills --skill shadcn-ui