tailwindcss
Installation
SKILL.md
Tailwind CSS v4
Utility classes are the default. Custom CSS is the escape hatch.
Skill(frontend:css)
Skip only for trivial class additions where no CSS reasoning is needed.
Tailwind CSS uses CSS-first configuration: design tokens live in @theme,
custom utilities use @utility, and there is no JavaScript configuration
file. Constrain yourself to the design system; break out only with intention.