shadcn-ui
Installation
SKILL.md
shadcn/ui
Setup
# New project
bunx create-next-app@latest my-app --typescript --tailwind --app
# Add shadcn/ui
bunx shadcn@latest init
# Add components
bunx shadcn@latest add button
bunx shadcn@latest add input card dialog form table
bunx shadcn@latest add dropdown-menu sheet sonner
Components are copied into components/ui/ — you own the code.