Color
Installation
SKILL.md
When to Use
Use when color is the real decision surface: palette building, semantic tokens, dark mode, chart colors, brand systems, accessibility, print handoff, or image/export consistency.
If the job is context-specific, load the matching file before locking the palette:
ui-systems.mdfor product UI, design systems, semantic tokens, states, surfaces, and dark mode.palettes.mdfor palette construction, neutrals, accents, tonal ladders, and brandable combinations.accessibility.mdfor contrast, non-color cues, text legibility, and state signaling.data-viz.mdfor categorical vs sequential scales, heatmaps, dashboards, and chart-safe colors.branding.mdfor brand palettes, campaigns, logos, packaging, and cross-channel consistency.print.mdfor CMYK, spot colors, proofs, coated vs uncoated stock, and prepress handoff.color-spaces.mdfor RGB/HEX/HSL/HSV/LAB/OKLab/OKLCH decisions and conversion traps.commands.mdwhen the user needs concrete code, CSS tokens, or command-line conversions.
Keep the system-level workflow in this file, then pull in the specialized file that matches the real output instead of solving every color problem with generic palette advice.