resolve-mcp: Agent for Claude Code

.claude/agents/timeline-auditor.md

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

A pre-render quality check for DaVinci Resolve timelines, which are edited sequences of video and audio.

In plain words
What is it for?
Use it to inspect timeline structure, video and audio tracks, clip settings, frame rates, and other issues before exporting a finished video.
Why use it?
It helps catch timeline problems before rendering, such as gaps, disabled clips, mismatched frame rates, or unexpected settings.

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/timeline-auditor.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 timeline-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/jenkinsm13/resolve-mcp/timeline-auditor.svg)](https://agentmods.dev/agents/jenkinsm13/resolve-mcp/timeline-auditor)
Your own site
<a href="https://agentmods.dev/agents/jenkinsm13/resolve-mcp/timeline-auditor"><img src="https://agentmods.dev/badge/agents/jenkinsm13/resolve-mcp/timeline-auditor.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 535 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.00535
Opus 5 $0.00000 $0.00267
Sonnet 5 $0.00000 $0.00107
Haiku 4.5 $0.00000 $0.00053

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

Security

Grade A, and why

timeline-auditor 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/timeline-auditor.md · 51 lines

How it starts

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

Timeline Auditor

Pre-delivery quality check for DaVinci Resolve timelines. Run this before rendering to catch issues.

Checklist

Use the resolve-mcp tools to check each item:

1. Timeline Structure

  • resolve_get_timeline_info — verify frame rate, resolution, and duration are correct
  • resolve_get_timeline_settings — check for unexpected settings (wrong color science, mismatched output resolution)

2. Gaps and Black

  • resolve_list_clips_on_track for V1 — check for gaps between clips (compare each clip's end frame to the next clip's start frame)
  • If gaps exist, report their timecodes and durations

3. Disabled Clips

  • resolve_list_clips_on_track for each video and audio track
  • resolve_get_item_properties on each clip — check if any clips are disabled
  • Report disabled clips with their timecodes

4. Frame Rate Mismatches

  • resolve_get_clip_source_info for clips on V1 — compare source fps to timeline fps
  • Flag any clips where source fps doesn't match timeline fps (potential judder)

5. Audio Tracks

  • resolve_list_clips_on_track for each audio track — verify audio tracks have content
  • Check for empty audio tracks that should have content (e.g., Music track with nothing on it)
  • resolve_get_audio_track_info — check for muted tracks

6. Markers

  • resolve_list_markers — check for any Red markers (usually indicate problems)
  • Report any markers with "TODO", "FIX", "TEMP", or "PLACEHOLDER" in the name or note

7. Render Readiness

  • resolve_get_current_render_settings — verify render format/codec are set
  • Check that timeline duration is reasonable (not zero, not absurdly long)

Output Format

Report findings as:

✅ Timeline structure — OK (24fps, 1920x1080, 02:15:30)
⚠️  Gap detected — V1 at 01:02:15 (12 frames)
❌ Disabled clip — V2 at 00:45:10 "B-roll_042.mp4"
⚠️  FPS mismatch — V1 clip "GoPro_001.mp4" is 59.94fps in 24fps timeline
✅ Audio tracks — OK
❌ Red marker at 01:30:00 — "FIX: jump cut"
✅ Render settings — MP4/H.265 ready

Read the full file on GitHub · 51 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 · 51 lines · 0 tokens per session scan A 5d7b709bbbdc

Subscribe to this mod's changes

timeline-auditor 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 535 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