shadcn/ui Component Management
CommunityManage shadcn/ui components after initialization.
Authorjubalm
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you add, import, and manage shadcn/ui components after initialization. It covers CLI commands for adding components, viewing a catalog, and handling dependencies, enabling incremental, lean component growth.
Core Features & Use Cases
- Add single component: npx shadcn@latest add button
- Add multiple components: npx shadcn@latest add button card input
- View & list: npx shadcn@latest list and npx shadcn@latest view button
- Import usage: Import components in React/TSX files and reuse code samples
Quick Start
Install a component with the CLI, for example: npx shadcn@latest add button, then import it from '@/components/ui/button'.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: shadcn/ui Component Management Download link: https://github.com/jubalm/dotfiles/archive/main.zip#shadcn-ui-component-management Please download this .zip file, extract it, and install it in the .claude/skills/ directory.