$npx skillfedfor your agent

tailwindcss

Tailwind CSS is a utility-first framework that lets you compose custom designs by applying utility classes directly in your markup instead of writing traditional CSS. It includes responsive design utilities, theme customization via CSS variables, and support for dark mode and interactive states.

Tailwind CSS helps you style web applications by composing designs with utility classes directly in your markup.

AI-generated summary based on this skill's SKILL.md

24 2 MITupdated by hairyf

Decision gist · record as of 2026-06-10

Tailwind CSS helps you style web applications by composing designs with utility classes directly in your markup. Tailwind CSS is a utility-first framework that lets you compose custom designs by applying utility classes directly in your markup instead of writing traditional CSS. It includes responsive design utilities, theme customization via CSS variables, and support for dark mode and interactive states.

manual: git clone https://github.com/hairyf/skills → cp -r skills/skills/tailwindcss ~/.claude/skills/tailwindcss
skills/tailwindcss/SKILL.md · version 1c82358a

Use it when

  • Tailwind CSS makes responsive styling easy through breakpoint prefixes.
  • Tailwind CSS lets you customize your design system through theme configuration.

Verify before relying

Read SKILL.md below before installing (45 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

hairyf/skills/tailwindcss · repository language: MDX

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What are tailwind css utility classes?

Tailwind CSS utility classes are small, single-purpose CSS classes that you apply directly in your HTML markup to style elements. Instead of writing custom CSS rules, Tailwind CSS provides pre-built utilities like `p-4` for padding, `text-lg` for font size, and `bg-blue-500` for background color. This utility-first approach lets you compose complex designs by combining multiple classes without leaving your markup.

How do I style with tailwind and use responsive design?

Tailwind CSS makes responsive styling easy through breakpoint prefixes. Use prefixes like `sm:`, `md:`, `lg:`, and `xl:` before utility classes to apply styles at specific screen sizes—for example, `md:text-lg` applies larger text on medium screens and up. Tailwind CSS also provides utilities for flexbox and grid layouts, letting you build responsive layouts by combining classes like `flex`, `grid`, `gap-4`, and responsive variants to adapt your design across all device sizes.

How can I customize Tailwind CSS with theme variables?

Tailwind CSS lets you customize your design system through theme configuration. Edit your `tailwind.config.js` file to define custom colors, spacing, typography, and other design tokens. You can also use CSS variables to create theme tokens that support features like dark mode. Tailwind CSS applies these custom values to generate utility classes, so your entire design system stays consistent and maintainable.

What is Tailwind CSS and how do I set it up?

Tailwind CSS is a utility-first framework that lets you compose custom designs by applying utility classes directly in your markup instead of writing traditional CSS. To get started, install Tailwind CSS via npm, create a configuration file, and add Tailwind's directives to your CSS. Tailwind CSS includes responsive design utilities, theme customization via CSS variables, and support for dark mode and interactive states out of the box.

What changed in tailwind css migration from v3 to v4?

Tailwind CSS v4 introduces breaking changes and new features compared to v3. Key updates include changes to how you import and configure Tailwind, improvements to the CSS engine, and refinements to utility class behavior. Review the official migration guide to understand which changes affect your project, update your configuration files, and test your styles thoroughly when upgrading from Tailwind CSS v3 to v4.

Does Tailwind CSS support dark mode and custom utilities?

Yes, Tailwind CSS includes built-in dark mode support through the `dark:` variant, letting you apply different styles when dark mode is active. You can also create custom utilities by extending your Tailwind CSS configuration with plugin functions or by using the `@layer` directive in your CSS. This flexibility lets you add project-specific utilities while maintaining consistency with Tailwind's design system.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Tailwind CSS

> The skill is based on Tailwind CSS v4.1.18, generated at 2026-01-28.

Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. Instead of writing custom CSS, you compose designs using utility classes directly in your markup. Tailwind v4 introduces CSS-first configuration with theme variables, making it easier to customize your design system.

Core References

Topic Description Reference
Installation Vite, PostCSS, CLI, and CDN setup core-installation
Utility Classes Understanding Tailwind's utility-first approach and styling elements core-utility-classes
Theme Variables Design tokens, customizing theme,

(truncated - see the full file via the links below)

File tree — 15 files
skills/tailwindcss/GENERATION.md
skills/tailwindcss/SKILL.md
skills/tailwindcss/references/best-practices-utility-patterns.md
skills/tailwindcss/references/core-installation.md
skills/tailwindcss/references/core-preflight.md
skills/tailwindcss/references/core-responsive.md
skills/tailwindcss/references/core-theme.md
skills/tailwindcss/references/core-utility-classes.md
skills/tailwindcss/references/core-variants.md
skills/tailwindcss/references/effects-form-controls.md
skills/tailwindcss/references/effects-scroll-snap.md
skills/tailwindcss/references/effects-transition-animation.md
skills/tailwindcss/references/effects-visibility-interactivity.md
skills/tailwindcss/references/features-content-detection.md
skills/tailwindcss/references/features-custom-styles.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Style web applications using utility classes and responsive design”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

nativewind
by hairyf · hairyf/skills

NativeWind brings Tailwind CSS styling to React Native, compiling utilities for both web and native platforms. It supports responsive design, dark mode, platform-specific variants, and pseudo-classes like hover and focus. Configure via CSS-first setup with custom themes and utilities.

MITupdated Jun 2026
★ 24repo stars
skill-tailwind
by rekryt · rekryt/skill-tailwind

skill-tailwind teaches Tailwind CSS v4 implementation across any stack using plain HTML and CSS/SCSS. It covers CSS-first configuration, design-token mapping via @theme, v3→v4 migration, and two equal organizational approaches: utility-first classes and BEM with @apply.

MITupdated Jun 2026
★ 2repo stars
tailwindcss
by Mindrally · Mindrally/skills

TailwindCSS teaches utility-first CSS framework expertise with mobile-first responsive design. Learn to apply Tailwind classes directly in templates, use responsive prefixes, and implement dark mode—all without @apply in production.

Apache-2.0updated Jun 2026
★ 202repo stars
tailwind-css-patterns
by giuseppe-trisciuoglio · giuseppe-trisciuoglio/developer-kit

Learn to build responsive, accessible interfaces using Tailwind CSS v4.1+ utility-first approach. Covers mobile-first design, dark mode, component patterns, and performance optimization for modern web applications.

MITupdated Jun 2026
★ 311repo stars
Tailwind
by oakoss · oakoss/agent-skills

Master Tailwind CSS v4's CSS-first approach to rapid UI development with utility classes, design tokens, and modern CSS features. Learn theme configuration, dark mode implementation, container queries, component patterns, and shadcn/ui integration. Covers v3 migration and troubleshooting for build errors.

no license declared → metadata onlyupdated Mar 2026
★ 13repo stars
tailwind-best-practices
by ofershap · ofershap/tailwind-best-practices

This skill corrects AI agents that generate outdated Tailwind v3 code by teaching v4 syntax and configuration patterns. It covers 12 critical rules including CSS @import statements, @theme directives, modern opacity syntax, container queries, and renamed utilities, plus anti-patterns to avoid.

MITupdated Feb 2026
★ 13repo stars

More skills ui-styling (MIT) · tailwindcss (MIT) · hairy (MIT)

Tags
utility-first-frameworkresponsive-web-designcss-frameworkdesign-tokenscomponent-stylingrapid-prototypingtheme-customizationlayout-systemdeveloper-productivity