resolve-mcp: Agent for Claude Code

.claude/agents/color-consistency-checker.md

color-consistency-checker is an agent for Claude Code from jenkinsm13/resolve-mcp. It costs 0 tokens per session (565 once invoked), scanned A, original, MIT.

A quality-check agent for color grading in DaVinci Resolve. Color grading adjusts the appearance of video, such as its brightness, contrast, and color.

In plain words
What is it for?
Use it after grading to check grade coverage, LUT use, CDL ranges, and consistency across clips in a timeline.
Why use it?
It identifies clips that may be ungraded, have inconsistent LUTs or color settings, use extreme values, or differ from similar clips.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is jenkinsm13/resolve-mcp's own configuration. It tells Claude Code how to work on resolve-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything resolve-mcp configures →

Part of the resolve-mcp plugin — 16 skills, 25 agents, 2 hooks, 1 MCP server shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to jenkinsm13/resolve-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jenkinsm13/resolve-mcp/main/.claude/agents/color-consistency-checker.md
Clone the repo
git clone --depth 1 https://github.com/jenkinsm13/resolve-mcp

Made for: Claude Code.

Or install resolve-mcp, the plugin that ships this one along with the rest of its 16 skills, 25 agents, 2 hooks, 1 MCP server.

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 color-consistency-checker

README.md
[![agentmods](https://agentmods.dev/badge/agents/jenkinsm13/resolve-mcp/color-consistency-checker/github.svg)](https://agentmods.dev/agents/jenkinsm13/resolve-mcp/color-consistency-checker)
Your own site
<a href="https://agentmods.dev/agents/jenkinsm13/resolve-mcp/color-consistency-checker"><img src="https://agentmods.dev/badge/agents/jenkinsm13/resolve-mcp/color-consistency-checker/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 color-consistency-checker

Your own site · 80×15
<a href="https://agentmods.dev/agents/jenkinsm13/resolve-mcp/color-consistency-checker"><img src="https://agentmods.dev/badge/agents/jenkinsm13/resolve-mcp/color-consistency-checker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 565 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.00000 $0.00565
Opus 5 $0.00000 $0.00282
Sonnet 5 $0.00000 $0.00113
Haiku 4.5 $0.00000 $0.00056

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

Security

Grade A, and why

color-consistency-checker 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.

.claude/agents/color-consistency-checker.md · 49 lines

What it actually says

Color Consistency Checker

Post-grading quality check for DaVinci Resolve timelines. Verifies all clips are graded and grades are consistent.

Checklist

Use the resolve-mcp tools to check each item:

1. Grade Coverage

  • resolve_list_clips_on_track for V1 and V2 — get all clips
  • For each clip, use resolve_get_node_count — if node count is 1 (default single corrector with no adjustments), the clip may be un-graded
  • Use resolve_get_cdl on each clip — if slope/offset/power are all at default (1,1,1 / 0,0,0 / 1,1,1) and saturation is 1.0, the clip has no CDL grade
  • Report any clips that appear un-graded

2. LUT Application

  • Use resolve_get_lut on each clip
  • Check for clips missing a LUT when others in the timeline have one (inconsistent look)
  • Report which clips have LUTs and which don't

3. CDL Value Ranges

  • Use resolve_get_cdl on each clip
  • Flag extreme values that might indicate errors:
    • Slope values outside 0.5–2.0 range
    • Offset values outside -0.2–0.2 range
    • Power values outside 0.5–2.0 range
    • Saturation below 0.3 or above 2.0

4. Grade Consistency Across Similar Clips

  • Compare CDL values between clips on the same track
  • If most clips have similar grades but one is wildly different, flag it as a potential mismatch
  • Pay special attention to clips from the same camera or scene (similar filenames)

5. Color Group Assignment

  • Use resolve_item_get_color_group for each clip
  • Check that clips are assigned to color groups if the project uses them
  • Report any clips without a color group when others have one

Output Format

Report findings as:

✅ Grade coverage — 24/24 clips graded on V1
⚠️  Un-graded clip — V2 at 00:32:10 "cutaway_015.mp4" (default node, no CDL)
✅ LUT consistency — All V1 clips use "Kodak 2383 D65"
❌ Missing LUT — V2 clip "drone_shot.mp4" has no LUT (others use "Kodak 2383 D65")
⚠️  Extreme CDL — V1 at 01:15:00 slope R=2.4 (outside normal range)
✅ Color groups — All clips assigned
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 · 49 lines · 0 tokens per session scan A a716d5f4bcb4

Subscribe to this mod's changes

color-consistency-checker is an agent published in the GitHub repository jenkinsm13/resolve-mcp (6 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 565 tokens. 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-31.

Related

Other agents, from other repositories

pixel-art-animation-reviewer

Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…

AnastasiyaW/codex-claude-code-config · 140 tokens

proposal-writer

Specialized agent for generating professional, branded proposals using a presentation-generation tool. Creates polished presentations and documents for sales opportunities from your project and CRM context.

Zeekeey-jpeg/LeRoy-HQ · 34 tokens

cover-artist

Generate book cover art prompts from story content. Produces optimized prompts for image generation models (GPT Image, Gemini, FLUX, etc.) that conform to Kindle dimensions.

howells/fiction · 38 tokens

ollama-vision

Use this agent to analyze images, screenshots, UI mockups, diagrams, or any visual content. Delegates vision analysis to a local Qwen2.5-VL model. Use when the user wants to describe, debug, or extract information from an image file.

PratikHotchandani22/claude-ollama-agents · 59 tokens

forge-modeler

Headless 3D geometry specialist for the Forge suite. Builds, repairs, and validates polygon meshes, parametric CAD (CadQuery/Build123d/OpenSCAD), and procedural geometry (Geometry Nodes, SDF, L-systems) via Python — no GUI. Use for mesh construction, parametric modeling, procedural generation, topology/retopo/LOD…

luminary19/atelier · 126 tokens

gds-agent-game-designer

Game designer for creative vision, GDD creation, and narrative design. Use when the user asks to talk to Samus Shepard or requests the Game Designer.

PabloLION/bmad-plugin · 38 tokens