tailwind-css

Implement token-first Tailwind CSS design systems in Next.js 16 and React 19 apps.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/ArtisanClarinets/crispy-fishstick --skill tailwind-css-artisanclarinets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tailwind-css
Source: https://github.com/ArtisanClarinets/crispy-fishstick/tree/main/.agent/skills/tailwind-css
Command: npx skills add https://github.com/ArtisanClarinets/crispy-fishstick --skill tailwind-css-artisanclarinets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams implement premium Tailwind CSS styling in Next.js 16 + React 19 apps, delivering consistent, accessible UI with enterprise-grade aesthetics.

Core Features & Use Cases

  • Design Token System: semantic CSS variables for color, typography, radii, and elevation that support light/dark modes.
  • Precision Interactions: CVA-based components and utility classes to ensure precise motion, focus states, and responsive behavior.
  • Carbon Glass Aesthetics: techniques for backdrop blur, gradient overlays, borders, and ambient grid/system layers to convey a premium feel.
  • Performance & Maintenance: guidance on purging unused utilities and maintaining a token-first design system across projects.

Quick Start

Set up a Next.js 16 project with Tailwind, define tokens in app/globals.css, implement a premium Button using the CVA pattern, and enable dark mode with the .dark class.

Frequently Asked Questions about tailwind-css

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a design token system in Next.js 16 using Tailwind CSS?

To set up a Tailwind CSS design token system in Next.js 16, you define semantic CSS custom properties for color, typography, and radii in your global stylesheet, then configure Tailwind to reference these tokens for consistent theming across light and dark modes.

Can I build responsive UI components with dark mode and CVA in React 19?

Yes, you can build responsive React 19 UI components with CVA and dark mode by applying class variance patterns for variants and toggling a `.dark` class on the root element to activate semantic CSS variables for theming.

What is the best way to create premium Tailwind UI aesthetics like backdrop blur and gradient overlays?

Creating premium Tailwind UI aesthetics involves applying utility classes for backdrop blur, gradient overlays, and ambient grid layers to achieve a carbon glass effect, ensuring an enterprise-grade visual feel for dashboards and marketing sites.

Does this approach to Tailwind styling support accessibility guidelines and focus states?

Tailwind styling supports accessibility guidelines by enforcing precise focus states and interactions through CVA-based components, ensuring utility classes are applied correctly to maintain accessible navigation and keyboard usability.

How do I maintain a token-first design system and purge unused Tailwind utilities for performance?

Maintaining a token-first design system and optimizing performance requires configuring Tailwind to purge unused utility classes while strictly referencing semantic CSS variables, ensuring efficient builds without redundant CSS.

When should I not use a token-first Tailwind CSS design system for enterprise apps?

You should avoid a token-first Tailwind CSS design system for small, one-off static pages where setting up semantic CSS variables and CVA-based components adds unnecessary overhead compared to simpler direct utility class styling.