What problem does it solve? Building visually consistent UIs with shadcn/ui requires manually designing themes and restyling every component, which is slow and error-prone. This Skill provides 31+ ready-made design systems (Linear, Stripe, Apple, Notion, and more) with ~89 themed components each, installable directly into an existing shadcn/ui project with a single CLI command. ## Core Features & Use Cases - One-command component installation: Pull themed components (buttons, cards, dialogs, forms, tables) from any design system using the standard shadcn CLI, with automatic dependency installation and CSS variable updates. - 31+ design systems: Choose from styles like Linear, Stripe, Apple, Notion, Vercel, Supabase, Figma, glassmorphic-dark, and minimal-light, all MIT licensed. - Automatic theme configuration: The CLI updates globals.css with design tokens and works with your existing Tailwind and shadcn setup. - Use Case: You are building a fintech dashboard and want a Stripe-like look. Run the install command for the stripe design system's card, table, and button components, then import them in your React pages like any shadcn component. ## Quick Start Install a Linear-styled button into my shadcn/ui project using the better-design registry URL with the shadcn CLI.