tailwind-shadcn-setup
Installation
SKILL.md
tailwind-shadcn-setup
Instructions
This skill provides complete setup and configuration for Tailwind CSS and shadcn/ui in Next.js projects. It covers installation, configuration, theming, dark mode, and component integration following modern best practices.
1. Tailwind CSS Installation
Install and configure Tailwind CSS for Next.js:
# Run automated installation script
bash ./skills/tailwind-shadcn-setup/scripts/install-tailwind.sh
# Or manually install dependencies
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p