tailwind-ui
Installation
SKILL.md
Tailwind CSS UI Development
Build beautiful, responsive interfaces using Tailwind CSS utility-first approach.
Instructions
- Use utility classes directly - Avoid custom CSS when Tailwind utilities exist
- Mobile-first approach - Start with base styles, add responsive modifiers
- Extract components - When patterns repeat 3+ times, create a component
- Use design tokens - Leverage Tailwind's spacing, color, and typography scales
- Implement dark mode - Use
dark:variant for theme support