/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.
$ npx -y skills add fusengine/agents --skill tailwindcss-utilities --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/tailwindcss-utilities
Context preview
The summary Claude sees to decide when to auto-load this skill.
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.md
tailwindcss-utilities.SKILL.mdname: 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."
user-invocable: false
<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)
Read more
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." user-invocable: false
<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)
A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.
Repo: fusengine/agents
Other skills on fusengine-agents.
- /agent-creator
Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.
Open skill - /apex-methodology
Use when starting ANY development task -- feature, bug fix, refactor, hotfix (triggers: implement, create, build, fix, add feature, refactor, develop).
Open skill - /brainstorming
Use when creating a feature/component or adding functionality. Fires BEFORE APEX Analyze to refine requirements via structured questioning.
Open skill - /challenge
Use before a root-cause, done/verified claim, irreversible action, or 2nd-time fix reaches the owner (APEX or plain conversation); also fires at every eLicit/Verify gate. Not for code correctness (use sniper).
Open skill - /code-quality
Use when validating code quality after modifications -- SOLID compliance, DRY duplication, linter errors, architecture violations. Do NOT use for functional verification (run verification FIRST, then code-quality).
Open skill - /elicitation
Use when an expert agent self-reviews and self-corrects code after the Execute phase, before sniper validation (BMAD-METHOD elicitation techniques).
Open skill

