# Forge Color Fix

> Replace all orphan colors with the nearest token from your system. Converts raw hex values to var(--token) references.

- Skill: `dragoon0x/forge-color-fix` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/forge-color-fix`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/forge-color-fix/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/forge-color-fix

---


# /forge-color-fix — Color Auto-Fix

For each orphan color found by /forge-color-audit:

1. Find the nearest palette shade by color distance
2. Map to the most appropriate semantic token
3. Replace raw value with var(--token-name)

Shows before/after. Requires confirmation.

