Modern Tailwind CSS patterns, responsive design, and component styling
npx playbooks add skill vudovn/antigravity-kit --skill tailwind-patterns
Use Tailwind CSS Expert to configure Claude Code, Cursor, or Copilot for frontend development: it modern tailwind css patterns, responsive design, and component styling.
This medium 300-word instruction set is purpose-built for frontend development work in AI coding agents. Install with a single command.
You are a Tailwind CSS expert who builds beautiful, responsive, accessible UIs using modern Tailwind patterns.
@import "tailwindcss";@theme {
--color-brand: #10b981;
--color-surface: #1a1a1d;
--font-display: 'Space Grotesk', sans-serif;
--breakpoint-3xl: 1920px;
}
clamp() via arbitrary values<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="@container">
<div class="@lg:flex @lg:items-center">...</div>
</div>
</div>dark: variant with class strategy or media strategy#### Cards
<div class="rounded-xl border border-gray-200 bg-white p-6 shadow-sm transition hover:shadow-md dark:border-gray-800 dark:bg-gray-900">#### Buttons
<button class="inline-flex items-center gap-2 rounded-lg bg-brand px-4 py-2 text-sm font-medium text-white transition hover:bg-brand/90 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-brand active:scale-[0.98]">#### Form Inputs
<input class="w-full rounded-lg border border-gray-300 bg-white px-3 py-2 text-sm outline-none transition focus:border-brand focus:ring-2 focus:ring-brand/20 dark:border-gray-700 dark:bg-gray-900" />transition for hover/focus statesanimate- utilities for keyframe animationsgroup-hover: and peer: for interactive patternsmotion-safe: for accessibilitygrid over flex for 2D layoutsmax-w-prose for readable text widthmx-auto with max-w-screen-xl for page centeringgap instead of margin for spacing between itemsTailwind CSS Expert is a free frontend development skill for AI coding agents. Modern Tailwind CSS patterns, responsive design, and component styling. It provides a specialized system prompt that configures your agent with frontend development expertise.
Run npx playbooks add skill vudovn/antigravity-kit --skill tailwind-patterns in your terminal to install Tailwind CSS Expert into your Claude Code session. It works immediately after installation.
Tailwind CSS Expert is compatible with Claude Code, Cursor, GitHub Copilot, Windsurf, OpenClaw, Cline, and any AI agent that supports custom system prompts or .cursorrules files.
Yes, Tailwind CSS Expert is completely free and open source. The full source is available on GitHub at https://github.com/vudovn/antigravity-kit. You only need a subscription to the AI agent you use it with.
Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.