Automates the installation, composition, and customization of shadcn/ui components using CLI-first patterns.
This skill optimizes the workflow for building React interfaces with shadcn/ui by enforcing CLI-driven component installation and proper composition patterns. It helps developers maintain a file ownership philosophy by facilitating the customization of UI components directly within the project's source code. By automating complex multi-part component setups and providing structured guidance on variant customization through Class Variance Authority, it ensures consistent, high-quality frontend development while avoiding common anti-patterns like manual package installation or copy-pasting.
主な機能
01Multi-part component composition patterns
02CVA-driven variant customization guidance
030 GitHub stars
04Automated CLI-based component installation
05Best practices for shadcn/ui file ownership
06Dependency and peer package resolution
ユースケース
01Rapidly scaffolding complex UI layouts with Card and Dialog components
02Ensuring consistent dependency management when adding new UI elements
03Extending default shadcn/ui styles with custom brand-specific variants