What problem does it solve? Integrating shadcn/ui components into React projects involves many manual steps: initializing configuration, installing dependencies, setting up path aliases, theming with CSS variables, and maintaining accessibility. This Skill guides the entire workflow so components are installed, customized, and validated correctly. ## Core Features & Use Cases - Component Discovery & Installation: Browse the component catalog via shadcn MCP tools and install components with the shadcn CLI into your project. - Theming & Customization: Customize colors, dark mode, variants with class-variance-authority, and build wrapper components without modifying core files. - Migration Support: Migrate from Material-UI, Chakra UI, Ant Design, or Bootstrap with component mapping tables and code examples. - Use Case: You need a dashboard with a sortable data table and an authentication form. The Skill retrieves the table, form, and card components, wires them with TanStack Table and react-hook-form, and validates the setup with the included verification script. ## Quick Start Ask the assistant to set up shadcn/ui in your React project and add a button and card component with a custom theme.