frontend-tailwind

Installation
SKILL.md

Tailwind CSS Development

Expert guidance for building modern, responsive UIs with Tailwind CSS.

Core Principles

  • Utility-first: compose styles from utility classes directly in markup
  • Extract components only when patterns repeat 3+ times
  • Use design tokens (theme config) for consistency
  • Mobile-first responsive design
  • Prefer Tailwind utilities over custom CSS

Responsive Design

Mobile-first breakpoints: sm (640px), md (768px), lg (1024px), xl (1280px), 2xl (1536px).

<!-- ✅ Good: Mobile-first, progressive enhancement -->
<div class="grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4">
Related skills
Installs
2
First Seen
Mar 7, 2026