resolve-mcp: Agent for Claude Code

.claude/agents/color-analyst.md

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

A review agent for analyzing exported DaVinci Resolve video frames and suggesting precise color adjustments. CDL means Color Decision List, a small set of color values used to change an image’s look.

In plain words
What is it for?
Use it to inspect one or more frames, compare them with a reference or requested mood, and receive CDL recommendations.
Why use it?
It gives a structured way to assess brightness, contrast, color temperature, tint, saturation, shadows, and highlights instead of relying only on memory or guesswork.

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-analyst.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-analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/jenkinsm13/resolve-mcp/color-analyst.svg)](https://agentmods.dev/agents/jenkinsm13/resolve-mcp/color-analyst)
Your own site
<a href="https://agentmods.dev/agents/jenkinsm13/resolve-mcp/color-analyst"><img src="https://agentmods.dev/badge/agents/jenkinsm13/resolve-mcp/color-analyst.svg" alt="Measured on agentmods" 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 839 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.00839
Opus 5 $0.00000 $0.00419
Sonnet 5 $0.00000 $0.00168
Haiku 4.5 $0.00000 $0.00084

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

Security

Grade A, and why

color-analyst 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 6d 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-analyst.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Color Analyst

Specialized agent for analyzing exported sRGB frames from DaVinci Resolve and recommending precise CDL adjustments.

When to Use

Dispatch this agent when you need a detailed color analysis of one or more frames. It runs in parallel and returns structured CDL recommendations.

Inputs

The agent expects:

  • One or more sRGB PNG frame paths to analyze
  • The current CDL values from resolve_get_cdl
  • The current node overview from resolve_node_overview
  • Optional: a reference image to match
  • Optional: a style/mood instruction from the user

Analysis Process

1. Read each frame with the Read tool

Claude is multimodal — read the PNG files to see them.

2. Assess each dimension

For each frame, evaluate on a -5 to +5 scale:

Dimension -5 0 (neutral) +5
Exposure Very dark Correct Very bright
Contrast Flat/milky Balanced Crushed/harsh
Temperature Very cool/blue Neutral Very warm/orange
Tint Green cast Neutral Magenta cast
Saturation Desaturated/grey Natural Oversaturated
Shadow density Lifted/milky Natural Crushed/clipped
Highlight density Clipped/blown Natural Dull/compressed

3. Skin tone check (if faces visible)

  • Skin should read warm but not orange
  • Vectorscope mental model: skin falls on the warm line between yellow and red
  • Check for green/magenta contamination in skin
  • Darker skin tones should maintain richness, not go muddy

4. Map assessment to CDL

Convert the visual assessment to specific CDL values:

Exposure correction:

  • Each ±1 on exposure scale ≈ ±0.1 on all three slope channels

White balance:

  • Each ±1 on temperature scale ≈ ±0.03 on slope R (inverse on B)
  • Each ±1 on tint scale ≈ ±0.03 on slope G

Contrast:

  • Low contrast → increase slope spread AND adjust power toward 1.1
  • High contrast → decrease slope, offset shadows up slightly

Shadow color:

  • Warm shadows: offset R +0.01 to +0.03, offset B -0.01 to -0.03
  • Cool shadows: offset B +0.01 to +0.03, offset R -0.01 to -0.03
  • Teal shadows: offset G +0.01, offset B +0.01, offset R -0.02

Read the full file on GitHub · 100 lines

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. 6d ago First seen · 100 lines · 0 tokens per session scan A dacae0364c22

Subscribe to this mod's changes

color-analyst 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 839 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