resolve-mcp: Skill for Claude Code

.claude/skills/preflight/SKILL.md

preflight is a skill for Claude Code from jenkinsm13/resolve-mcp. It costs 32 tokens per session (821 once invoked), scanned A, original, MIT.

A pre-delivery quality check for the current DaVinci Resolve timeline, combining timeline and color reviews before rendering.

In plain words
What is it for?
Use it to inspect timeline settings, clips, tracks, markers, audio, source frame rates, and color consistency in one report.
Why use it?
It catches technical problems such as gaps, disabled clips, frame-rate mismatches, empty or muted audio, and inconsistent color before files are delivered.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

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/skills/preflight/SKILL.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 preflight

README.md
[![agentmods](https://agentmods.dev/badge/skills/jenkinsm13/resolve-mcp/preflight.svg)](https://agentmods.dev/skills/jenkinsm13/resolve-mcp/preflight)
Your own site
<a href="https://agentmods.dev/skills/jenkinsm13/resolve-mcp/preflight"><img src="https://agentmods.dev/badge/skills/jenkinsm13/resolve-mcp/preflight.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 821 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00032 $0.00821
Opus 5 $0.00016 $0.00411
Sonnet 5 $0.00006 $0.00164
Haiku 4.5 $0.00003 $0.00082

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

Security

Grade A, and why

preflight 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/skills/preflight/SKILL.md · 86 lines

How it starts

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

/preflight — Pre-Delivery Quality Check

Run a comprehensive quality check before rendering final deliverables. Combines the timeline-auditor and color-consistency-checker into one pass.

Workflow

Run ALL of the following checks on the current timeline and compile results into a single report.

Timeline Structure

  • resolve_get_timeline_info — verify frame rate, resolution, duration
  • resolve_get_timeline_settings — check for unexpected settings

Gap Detection

  • 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
  • Report gaps with timecodes and durations

Disabled Clips

  • For each video and audio track, resolve_list_clips_on_track
  • resolve_get_item_properties on each — check for disabled clips
  • Report with timecodes

Frame Rate Mismatches

  • resolve_get_clip_source_info for V1 clips — compare source fps to timeline fps
  • Flag mismatches (potential judder/pulldown issues)

Audio Checks

  • Check all audio tracks have content (not empty)
  • resolve_get_audio_track_info — check for muted tracks
  • Flag audio tracks that are empty when they shouldn't be

Marker Review

  • resolve_list_markers — flag Red markers (problems), Yellow (warnings)
  • Flag markers with "TODO", "FIX", "TEMP", "PLACEHOLDER", "WIP" in name/note
  • These indicate unfinished work

Color Grade Coverage

  • For V1 and V2 clips, resolve_get_node_count — check for default/un-graded clips (1 node with no adjustments)
  • resolve_get_cdl — check for default CDL values (all neutral = no grade)
  • resolve_get_lut — check for LUT consistency (all clips should have same LUT or intentionally different)

CDL Value Ranges

  • Flag extreme values: slope outside 0.5–2.0, offset outside -0.2–0.2, power outside 0.5–2.0, saturation below 0.3 or above 2.0

Render Readiness

  • resolve_get_current_render_settings — verify format/codec are set
  • Check timeline duration is non-zero

Output Format

Read the full file on GitHub · 86 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 · 86 lines · 32 tokens per session scan A e6f5cb46a834

Subscribe to this mod's changes

preflight is a skill published in the GitHub repository jenkinsm13/resolve-mcp (6 stars, last pushed 4mo ago), licensed MIT. It adds 32 tokens to every session and 821 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-check-updates

剪辑环境的唯一管理者:就绪检查(skills 是否最新 → Runtime 是否配套)、Skills 更新激活、Runtime 安装与体检。用户说检查更新、安装剪辑环境、装播放器、检查剪辑环境、剪辑环境就绪了吗、配置转录凭证时使用;业务 Skill(剪口播/字幕/画面/导出)第 0 步也引用本 Skill 的就绪检查。不用于剪辑、字幕、画面、导出本身或项目数据迁移。.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens