home / skills / fusengine / agents / tailwindcss-utilities
This skill provides a complete reference for Tailwind CSS utility classes, helping you apply styling efficiently across layouts, spacing, typography, colors,
npx playbooks add skill fusengine/agents --skill tailwindcss-utilitiesReview the files below or copy the command above to add this skill to your agents.
---
name: tailwindcss-utilities
description: Complete reference for Tailwind CSS utility classes
user-invocable: false
---
# Tailwind CSS Utilities Reference
## Layout
- [flex.md](../docs/flex.md), [grid-column.md](../docs/grid-column.md)
- [position.md](../docs/position.md), [display.md](../docs/display.md)
## Spacing
- [padding.md](../docs/padding.md), [margin.md](../docs/margin.md)
- [width.md](../docs/width.md), [height.md](../docs/height.md)
## Typography
- [font-size.md](../docs/font-size.md), [font-weight.md](../docs/font-weight.md)
- [text-align.md](../docs/text-align.md), [line-height.md](../docs/line-height.md)
## Colors & Effects
- [colors.md](../docs/colors.md), [background-color.md](../docs/background-color.md)
- [box-shadow.md](../docs/box-shadow.md), [opacity.md](../docs/opacity.md)
## Borders
- [border-width.md](../docs/border-width.md), [border-radius.md](../docs/border-radius.md)
- [outline.md](../docs/outline-width.md)
## Transforms
- [transform.md](../docs/transform.md), [translate.md](../docs/translate.md)
- [rotate.md](../docs/rotate.md), [scale.md](../docs/scale.md)
## Transitions
- [transition-property.md](../docs/transition-property.md)
- [animation.md](../docs/animation.md)
This skill is a complete reference for Tailwind CSS utility classes, organized by common categories like layout, spacing, typography, colors, borders, transforms, and transitions. It helps developers quickly find the exact utility class they need and understand its purpose and usage. The content is concise, practical, and geared toward speeding up UI implementation and maintenance.
The skill inspects and catalogs Tailwind utilities by category and purpose, presenting concise descriptions and examples for each class family. It maps utilities to common UI tasks—e.g., flex/grid layout, padding/margin, font sizing, colors, shadows, transforms, and animations—so you can locate variants and responsive or state modifiers fast. It serves as a quick lookup and decision aid while coding or reviewing styles.
Does this reference include responsive and state variants?
Yes. It covers the common responsive (sm:, md:, lg:, xl:) and state modifiers (hover:, focus:, active:) alongside base utilities.
Is this a full replacement for the official documentation?
This skill is a practical, organized reference designed for quick lookup and usage scenarios; consult the official Tailwind docs for edge cases, configuration, and plugin-specific behaviors.