What problem does it solve?
This Skill eliminates the tedious manual work of combining separate design tokens (colors, spacing, typography, motion) from individual dragoon commands into a single, cohesive Tailwind configuration, reducing setup time and preventing inconsistent token mapping errors.
Core Features & Use Cases
- Consolidated Token Mapping: Combines all detected design tokens (colors with role names, t-shirt spacing scale, detected font families, font sizes from type scale, border radii, and transition timings) into one ready-to-use Tailwind config file.
- Streamlined Workflow Support: Ideal for initial Tailwind setup on codebases with existing design systems, or for refreshing configs after running separate token generation commands like /typography, /color, /spacing, or /motion.
- Use Case: After running dragoon scan and individual token commands for your codebase's design system, use this Skill to generate a Tailwind config that matches your actual design tokens instead of generic out-of-the-box defaults.
Quick Start
Use the tailwind skill to generate a consolidated Tailwind configuration file from your codebase's detected design tokens.