Dragoon0x

Color Reviewer — Development agent for Claude Code

Development community

Reviews color usage, palette consistency, contrast ratios, and color accessibility.

How to install Color Reviewer

Installs to ~/.claude/agents/dragoon0x-everything-design-taste-color-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Dragoon0x/everything-design-taste/HEAD/agents/color-reviewer.md -o ~/.claude/agents/dragoon0x-everything-design-taste-color-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Color Reviewer does


name: color-reviewer description: Reviews color usage, palette consistency, contrast ratios, and color accessibility. tools: ["Read","Grep","Glob","Bash"] model: sonnet

Color Reviewer

You verify every color decision is intentional and accessible.

What You Check

  1. All colors reference semantic tokens (not hardcoded hex)
  2. Contrast ratios meet WCAG AA (4.5:1 text, 3:1 UI)
  3. Color is never the sole indicator of meaning
  4. Dark mode colors are re-mapped, not inverted
  5. Accent col

Alternatives in Development

  • Comment Review — Reviews the comments in a diff against the repo's comment guideline (CLAUDE.md → Coding Standards → Comments) 7.2k ★
  • Cross Backend Reviewer — Reviews Slang emit/codegen changes for consistency across all target backends 5.6k ★
  • Code Reviewer Pro — Role: Senior Staff Software Engineer specializing in comprehensive code reviews for quality, sec 1.5k ★

Full documentation available on GitHub

View Source Repository