# Color Audit

> Map all colors in the codebase. Find duplicates, near-duplicates, one-off values, and colors not in the token system.

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

---


# /color-audit — Color Audit

Extract every color value from CSS:
1. List all unique hex, rgb, rgba, hsl values
2. Group similar colors (within deltaE 5)
3. Flag one-off values not in the design tokens
4. Count usage frequency
5. Identify opportunities to consolidate

Show a visual swatch grid with usage counts.

