Tailwindcss utility classes
Skill fusengine/agents/plugins/tailwindcss/skills/tailwindcss-utility-classes
Index of Tailwind CSS utility-class categories (layout, spacing, typography, colors, borders, effects, state variants). Use when: unsure which category skill covers a given utility class and need routing to the right one. Do NOT use for: concrete class lookup or worked examples — go directly to the category skill (tailwindcss-layout/spacing/typography/backgrounds/borders/effects/interactivity), this file only routes.From its SKILL.md
npx -y skills add fusengine/agents --skill tailwindcss-utility-classesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 362 tokens by cl100k_base, as published. Nobody here has run it
Tailwind CSS Utility Classes — Index
Routing index only. Each category has its own skill with full worked examples — load that skill directly instead of this one when the category is known.
| Category | Skill | Covers |
|---|---|---|
| Layout | tailwindcss-layout | display, flexbox, grid, position, container queries |
| Spacing | tailwindcss-spacing | margin, padding, space-between |
| Typography | tailwindcss-typography | font family/size/weight, text color/align/wrap, letter/line spacing, decoration |
| Backgrounds/Colors | tailwindcss-backgrounds | background colors, gradients, images, blend modes |
| Borders | tailwindcss-borders | border width/color/style/radius, outline, ring, divide |
| Effects | tailwindcss-effects | shadows, opacity, filters, backdrop filters, masks |
| State variants | tailwindcss-interactivity | hover/focus/active/disabled pseudo-class variants, cursor, scroll, pointer-events |
Border colors specifically live in tailwindcss-borders/references/border.md; text colors in tailwindcss-typography/references/text.md.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.