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.
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "tailwindcss-utilities" description: "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." license: "MIT" --- <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)
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

