tailwind

Organize Tailwind utility classes with design tokens and responsive patterns.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sreejithraman/shayna --skill tailwind-sreejithraman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tailwind
Source: https://github.com/sreejithraman/shayna/tree/main/.claude/skills/tailwind
Command: npx skills add https://github.com/sreejithraman/shayna --skill tailwind-sreejithraman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Styling with inline utility classes can get unwieldy. This Skill codifies Tailwind best practices to keep styling composable, responsive, and token-driven.

Core Features & Use Cases

  • Utility-first Organization: Logical class grouping
  • Design Tokens: Use tokens instead of raw colors
  • @apply Guidance: Apply sparingly for atomic patterns
  • Use Case: Build a responsive card system with consistent spacing and typography.

Quick Start

Define a Button component with a Tailwind-based class set and a small responsive variant.