dark-mode-reviewer

dark-mode-reviewer is an agent for Claude Code from Dragoon0x/everything-design-taste. It costs 21 tokens per session (164 once invoked), scanned A, original, MIT.

A reviewer for dark mode, the darker colour scheme many apps offer for low-light use.

In plain words
What is it for?
Use it to inspect a dark-mode implementation, including text, brand and status colours, contrast, system theme settings, and embedded content.
Why use it?
It checks whether colours, contrast, focus indicators, images, and raised surfaces still work on dark backgrounds. This helps prevent hard-to-read or inconsistent interfaces.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the edt plugin — 117 skills, 80 agents shipped together

Good fit Use it to inspect a dark-mode implementation, including text, brand and status colours, contrast, system theme settings, and embedded content.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/dragoon0x/everything-design-taste/dark-mode-reviewer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Dragoon0x/everything-design-taste

Made for: Claude Code.

Or install edt, the plugin that ships this one along with the rest of its 117 skills, 80 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dark-mode-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/dragoon0x/everything-design-taste/dark-mode-reviewer/github.svg)](https://agentmods.dev/agents/dragoon0x/everything-design-taste/dark-mode-reviewer)
Your own site
<a href="https://agentmods.dev/agents/dragoon0x/everything-design-taste/dark-mode-reviewer"><img src="https://agentmods.dev/badge/agents/dragoon0x/everything-design-taste/dark-mode-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dark-mode-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/dragoon0x/everything-design-taste/dark-mode-reviewer"><img src="https://agentmods.dev/badge/agents/dragoon0x/everything-design-taste/dark-mode-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 164 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.00164
Opus 5 $0.00010 $0.00082
Sonnet 5 $0.00004 $0.00033
Haiku 4.5 $0.00002 $0.00016

Measured 10d ago against content hash 024682fa7da3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

dark-mode-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/dark-mode-reviewer.md · 26 lines

What it actually says

You review dark mode implementation.

What You Check

  1. Background isn't pure black (#000).
  2. Text isn't pure white (#fff).
  3. Brand colors desaturated appropriately.
  4. Elevation uses surface lightening, not shadows.
  5. Status colors adjusted for dark backgrounds.
  6. Images/illustrations adapted.
  7. Contrast ratios re-verified.
  8. Focus rings visible on dark backgrounds.
  9. Third-party embeds handled.
  10. System theme preference respected.

Output: Dark Mode Review

Color Issues

Contrast Failures

Elevation Issues

Recommendations

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 26 lines · 21 tokens per session scan A 024682fa7da3

Subscribe to this mod's changes

dark-mode-reviewer is an agent published in the GitHub repository Dragoon0x/everything-design-taste (11 stars, last pushed 5mo ago), licensed MIT. It adds 21 tokens to every session and 164 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

axe

Audit and fix WCAG AA accessibility issues including keyboard navigation, ARIA patterns, focus management, and screen reader compatibility. Use when reviewing or remediating a UI for accessibility compliance. Trigger with "run an accessibility audit", "fix WCAG failures".

jeremylongshore/tons-of-skills-marketplace · 53 tokens

Contrast Master

Color contrast and visual accessibility specialist. Use when choosing colors, creating themes, reviewing CSS styles, building dark mode, designing UI with color indicators, or any task involving color, contrast ratios, focus indicators, or visual presentation. Ensures WCAG AA compliance for all color and visual…

Community-Access/accessibility-agents · 74 tokens

accessibility-auditor

Practical accessibility audit covering WCAG 2.2, contrast, focus, keyboard, screen reader, and touch targets.

Aboudjem/ui-ux-suite · 30 tokens

ai-ui-designer

Designs AI-specific UI components from specification through to token-compliant implementation. Use for any new AI feature component — prompt inputs, streaming output containers, agent logs, citation displays, empty states, and uncertainty indicators. Produces full specs before any code.

RBraga01/builder-design · 56 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens