# Tailwindcss Utilities

> Use when needing a single entry point to find which categorical tailwindcss-* skill covers a given utility class. Router/index only - do NOT use for actual class content.

- Skill: `fusengine/tailwindcss-utilities` (Agent Skill)
- Install (CLI): `npx skillmds@latest add fusengine/tailwindcss-utilities`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fusengine/tailwindcss-utilities/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools, Web & Frontend
- Author: fusengine (https://skillmd.com/u/fusengine)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/fusengine/tailwindcss-utilities

---


<objective>
A routing index over the categorical Tailwind CSS skills — layout, spacing, typography, backgrounds, effects, borders, transforms — mapping utility-class families (flexbox/grid, padding/margin, font/text, colors, shadows, borders, transforms/transitions) to the specific `tailwindcss-*` skill and section that documents them.

Contains no utility-class content itself; every entry links straight to the category skill that owns the worked examples.
</objective>

# Tailwind CSS Utilities Reference

## Layout
- Flexbox, Grid, Position, Display -> [tailwindcss-layout](../tailwindcss-layout/SKILL.md)

## Spacing
- Padding -> [tailwindcss-spacing](../tailwindcss-spacing/SKILL.md#padding-classes)
- Margin -> [tailwindcss-spacing](../tailwindcss-spacing/SKILL.md#margin-classes)
- Width -> [tailwindcss-sizing](../tailwindcss-sizing/SKILL.md#width-utilities)
- Height -> [tailwindcss-sizing](../tailwindcss-sizing/SKILL.md#height-utilities)

## Typography
- Font size, font weight, text align, line height -> [tailwindcss-typography](../tailwindcss-typography/SKILL.md)

## Colors & Effects
- Color palette, background color -> [tailwindcss-backgrounds](../tailwindcss-backgrounds/SKILL.md#background-colors)
- Box shadow -> [tailwindcss-effects](../tailwindcss-effects/SKILL.md#box-shadow)
- Opacity -> [tailwindcss-effects](../tailwindcss-effects/SKILL.md#opacity)

## Borders
- Border width, border radius, outline -> [tailwindcss-borders](../tailwindcss-borders/SKILL.md)

## Transforms
- Transform, translate, rotate, scale -> [tailwindcss-transforms](../tailwindcss-transforms/SKILL.md#transform-utilities)

## Transitions
- Transition property, animation -> [tailwindcss-transforms](../tailwindcss-transforms/SKILL.md#transition-utilities)

