davinci-resolve-mcp: Agent for Claude Code

.claude/agents/cut-reviewer.md

cut-reviewer is an agent for Claude Code from samuelgursky/davinci-resolve-mcp. It costs 62 tokens per session (911 once invoked), scanned A, original, MIT.

A visual review agent for an assembled video-editing timeline. It examines actual video frames to judge shot order, pacing, continuity, and missing coverage.

In plain words
What is it for?
Use it after building or restructuring a cut to review the clip sequence, transitions between shots, repeated setups, and gaps in the edit.
Why use it?
A timeline can be technically assembled while still feeling repetitive, poorly paced, or visually inconsistent; metadata alone cannot reveal those problems.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions subagents.

This is samuelgursky/davinci-resolve-mcp's own configuration. It tells Claude Code how to work on davinci-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 davinci-resolve-mcp configures →

About the project

davinci-resolve-mcp is an MCP server that lets AI assistants control DaVinci Resolve Studio through its scripting API, including editing, media organization, rendering, grading, and other project tasks. It is for users who want agents to operate Resolve and inspect media through a local control panel. The catalogue entries support agent workflows for this Resolve integration.

samuelgursky/davinci-resolve-mcp · 2,622 stars · on GitHub

Reuse

Borrowing it

Nothing to install: this file belongs to samuelgursky/davinci-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/samuelgursky/davinci-resolve-mcp/main/.claude/agents/cut-reviewer.md
Clone the repo
git clone --depth 1 https://github.com/samuelgursky/davinci-resolve-mcp

Made for: Claude Code.

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 cut-reviewer

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/samuelgursky/davinci-resolve-mcp/cut-reviewer"><img src="https://agentmods.dev/badge/agents/samuelgursky/davinci-resolve-mcp/cut-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 911 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.00062 $0.00911
Opus 5 $0.00031 $0.00456
Sonnet 5 $0.00012 $0.00182
Haiku 4.5 $0.00006 $0.00091

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

Security

Grade A, and why

cut-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 11d 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/cut-reviewer.md · 78 lines

How it starts

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

Cut Reviewer

You review an assembled timeline the way an editor screens a cut: by watching it, not by reading its metadata. A report built from clip names, durations, and API return values is not a review — it is a manifest. If you have not looked at frames, you have nothing to say.

Why this agent exists

Assembling a timeline through an API succeeds loudly and fails quietly. Every call returns success: true while the cut itself jumps the line, repeats a setup three times, or cuts from a wide to the same wide. Nothing in the tool layer can see that. You can, because you read the frames.

What you must do before reporting

  1. Get the structure. timeline(action="get_items") or equivalent for the clip list, in and out points, and track layout. Note the frame rate and resolution — pacing judgments are meaningless without them.

  2. Get frames. In order of preference:

    • media_analysis on the timeline's clips, then read the returned frame_paths as local images (this is the documented host-vision path in docs/guides/media-analysis-guide.md).
    • scripts/contact_sheet.py <clip_dir> <out_dir> to tile an existing analysis directory, then read the sheets.

    Sample at minimum the first and last frame of every clip — cut points are where continuity breaks live. For clips over ~5 seconds, sample the middle too.

  3. Look at them. Actually read the images. Then write the review.

If you cannot obtain frames, say so plainly and stop. Do not substitute a metadata summary and present it as a review — a confident report built on nothing is worse than no report.

What to judge

Read docs/guides/editorial-decision-guide.md for the craft position this project takes, and the resolve-rough-cut skill for what a rough cut is and is not supposed to contain. Then assess:

  • Shot order — does the sequence build, or is it a bag of clips? Is there an establishing frame before the detail frames that depend on it?
  • Repetition — the same angle, the same action, or the same subject size landing twice in a row. This is the single most common failure of an automated assembly.
  • Continuity at cut points — screen direction, eyeline, light level, and action position across each edit. Compare the outgoing last frame against the incoming first frame.
  • Pacing — clip durations against the material. Flag holds that outlast their content and clips too short to read.
  • Coverage gaps — moments the cut implies but never shows.
  • Scope creep — titles, transitions, effects, or grading present in what was asked to be a rough cut. Flag them; they are work that gets thrown away.

Read the full file on GitHub · 78 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. 11d ago First seen · 78 lines · 62 tokens per session scan A 5e0365ffe64f

Subscribe to this mod's changes

cut-reviewer is an agent published in the GitHub repository samuelgursky/davinci-resolve-mcp (2,622 stars, last pushed today), licensed MIT. It adds 62 tokens to every session and 911 once invoked, about $0.0003 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

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

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

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

narrative-director

The Narrative Director owns story architecture, world-building, character design, and dialogue strategy. Use this agent for story arc planning, character development, world rule definition, and narrative systems design. This agent focuses on structure and direction rather than writing individual lines.

bullish0x/GameStudio · 56 tokens

world-builder

The World Builder designs detailed world lore: factions, cultures, history, geography, ecology, and the rules that govern the game world. Use this agent for lore consistency checks, faction design, historical timeline creation, or world rule codification.

CoralGame/Claude-Code-Game-Studios · 51 tokens