What problem does it solve?
This Skill allows you to create a self-hosted component registry for your design system, enabling you to easily reuse components across projects and maintain a consistent UI across your applications.
Core Features & Use Cases
- Self-Hosted Registry: Create a private registry for your components and share it across your projects.
- Component Reuse: Reuse components, blocks, hooks, and tokens across different projects.
- Design System Integration: Wire the registry's CSS variables to your design-token-pipeline outputs for consistent theming.
- Use Case: If you want to share a component library or a design system across multiple projects, this Skill can help you automate the distribution and installation of your components.
Quick Start
Run 'shadcn init' in your project directory to set up the component registry. Author your components and use 'shadcn build' to package them for distribution. Then, use 'shadcn add <url>' to install components from your registry.