ui-tailwind-tokens
Installation
SKILL.md
UI Tailwind Tokens
Use Tailwind through the project's design tokens and component variants, not as a collection of one-off values.
Process
- Inspect the project's Tailwind version, theme setup, tokens, helpers and component variant patterns before editing.
- Prefer semantic tokens and shared scales for color, spacing, radius, typography, z-index and motion.
- Treat arbitrary values as exceptions; promote repeated values to tokens.
- Put state styles such as disabled, focus, hover and active into base components or variants.
- Use semantic variant names that describe intent, not color.
- Keep responsive utilities readable and test every breakpoint added.
- Use
@applyonly for semantic content styling, third-party generated markup, global rich text, or places where a component is impractical.