shadcn
Installation
SKILL.md
shadcn/ui Development Guidelines
Best practices for using shadcn/ui components with Tailwind CSS and Radix UI primitives.
Core Principles
- Copy, Don't Install: Components are copied to your project, not installed as dependencies
- Customizable: Modify components directly in your codebase
- Accessible: Built on Radix UI primitives with ARIA support
- Type-Safe: Full TypeScript support
- Composable: Build complex UIs from simple primitives
Installation
Initial Setup
npx shadcn@latest init
Related skills
More from squirrelfishcityhall150/claude-code-kit
tailwindcss
Tailwind CSS v4 utility-first styling patterns
38react
Core React 19 patterns including hooks, Suspense, lazy loading, component structure, TypeScript best practices, and performance optimization. Use when working with React components, hooks, lazy loading, Suspense boundaries, or React-specific TypeScript patterns.
35