Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when designing/implementing UI with Tailwind CSS (layout, typography, responsive, theming, component patterns). Includes quick recipes and conventions for clean, consistent web design.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 14% | 0% |
| case-17 | ✓→✓ | = Same ✓ | -17% | 0% |
| case-18 | ✓→✓ | = Same ✓ | 37% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 13% | 0% |
class="flex gap-4 p-6 bg-zinc-950 text-white"sm: md: lg: xl: etc.hover:, focus:, active:, disabled:, group-hover:, peer-checked:w-[42rem], bg-[#0b1220], translate-y-[3px]dark: with class-based strategy@apply for small reusable patterns (avoid overuse)"text-" + color) unless safelisted.@apply and losing the utility-first benefitsclsx/cva when needed.html<button class="inline-flex items-center justify-center rounded-xl px-5 py-3 bg-indigo-600 text-white font-medium hover:bg-indigo-500 active:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-400/60"> Get started </button>
html<section class="mx-auto max-w-6xl px-6 py-16"> <div class="grid gap-10 lg:grid-cols-2 lg:items-center"> <div> <h1 class="text-4xl font-semibold tracking-tight sm:text-5xl"> Ship a beautiful site fast. </h1> <p class="mt-4 text-zinc-600"> Tailwind helps you move quickly without fighting CSS. </p> </div> <div class="rounded-2xl border border-zinc-200 bg-white p-6 shadow-sm"> <!-- media --> </div> </div> </section>
Prefer mapping:
jsconst toneClass = { success: "bg-emerald-600", danger: "bg-rose-600", info: "bg-sky-600", }[tone];
Other measured skills in the registry, with their headline benchmark lift.