# Harmonize

> Fix palette coherence issues. Ensures all colors in the palette work together harmonically (complementary, analogous, triadic, or split-complementary).

- Skill: `dragoon0x/harmonize` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/harmonize`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/harmonize/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/harmonize

---


# /harmonize — Color Harmony Fix

Analyze the color palette for harmonic relationships:
- Map all hues on the color wheel
- Identify the intended harmony (complementary, analogous, triadic, split-comp)
- Find colors that break the harmony
- Adjust outlier hues to fit the scheme
- Maintain lightness/saturation relationships

Output adjusted palette with before/after comparison.

