shadcn/ui Components Add shadcn/ui components to a themed React project. This skill runs AFTER has set up CSS variables, ThemeProvider, and dark mode. It handles component installation, customisation, and combining components into working patterns. Prerequisite : Theme infrastructure must exist (CSS variables, components.json, cn() utility). Use first if not set up. Installation Order Install components in dependency order. Foundation components first, then feature components: Foundation (install first) Feature Components (install as needed) External Dependencies | Component | Requires | |---…