What problem does it solve?
Manually creating and maintaining consistent color token files for a design system is tedious and error-prone, especially when your codebase already contains an existing color palette that needs to be formalized.
Core Features & Use Cases
- Multi-format output: Generates color token files in CSS variables, Tailwind configuration, or JavaScript module formats to match your project's stack.
- Semantic role naming: Uses role hints from a prior dragoon scan to assign meaningful names to colors (like foreground, background, accent) instead of generic numeric labels, with numeric fallback for unassigned colors.
- Use case: After running dragoon scan to map your project's existing colors, use this skill to quickly turn that raw palette into a structured, reusable design token system without manual entry.
Quick Start
Use the color skill to generate a formatted color token file from the palette detected in your recent dragoon scan, and include the --apply flag if you want to write the file directly to your project.