Forge Color Audit

Find every color in the codebase that isn't in your palette or token system. Lists orphan colors with suggested replacements.

dragoon0x 9491ad5 535 B Updated

File contents

/forge-color-audit — Color Audit

Extract every hex, rgb, rgba, hsl value from CSS files.

For each:

  • Is it in the palette? → ok
  • Is it referenced by a token? → ok
  • Is it a third-party color (danger red, success green)? → ok
  • Otherwise → orphan, needs replacement

Report: list of orphan colors with the nearest palette shade and suggested token.

dragoon0x/forge/tree/main/source/skills/forge-color-audit commit 9491ad575a

Frequently asked questions

npx skillmds@latest add dragoon0x/forge-color-audit