tailwind-css
Installation
SKILL.md
Tailwind CSS
Build beautiful, responsive interfaces efficiently with utility-first CSS.
Core Principles
1. Utility-First, Component-Last
Start with utilities, extract to components only when repetition demands it. Premature abstraction creates indirection without benefit.
2. Design in the Browser
Tailwind lets you iterate visually without context-switching to CSS files. Experiment, settle on a design, then clean up.
3. Consistency Through Constraints
Use the design system (colors, spacing, typography) via Tailwind's config. Custom values are escape hatches, not the default.
4. Responsive by Default
Design mobile-first. Add responsive prefixes (md:, lg:) to adjust for larger screens, not the other way around.