Tailwindcss Skill
Description
Open Agent Skill for Tailwind CSS v4 — version-aware implementation, migration, debugging, and verification. Works with Claude Code, Cursor, Windsurf, Codex, Hermes Agent, and any Agent Skills–compatible runtime.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Tailwind CSS Agent Skill
An open Agent Skill for Tailwind CSS v4 — version-aware implementation, migration, debugging, and verification. The skill follows the [Agent Skills](https://agentskills.io/specification) standard and is known to install into the runtimes listed below.
Why this exists
The skill interrupts specific failure modes that `SKILL.md` treats as rules:
- Mixing v3 and v4 configuration. Adding
content: []or@tailwinddirectives to a v4 project, or assumingtailwind.config.jsis required when it isn't. - Replacing a working integration. Swapping an existing
@tailwindcss/viteor@tailwindcss/postcsssetup for the CLI just because the CLI is available. - Constructing class names Tailwind cannot discover. Writing
bg-${color}-600produces no styles, because Tailwind scans source as plain text and never sees the complete token. - Introducing arbitrary values when theme tokens exist. Reaching for
bg-[#bada55]when the project already defines--color-brandand should extend it instead. - Claiming success without verifying emitted CSS. Reporting a change as done without running the build and confirming the utility is present in the output.
How it works
The agent follows a fixed workflow defined in `SKILL.md`:
- Detect — read
package.json, lockfile,vite.config.*,postcss.config.*, CSS entrypoin
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://