explaingit

chaiwithjai/davinci-resolve-claude-skills

0PythonAudience · vibe coderComplexity · 3/5ActiveSetup · moderate

TLDR

Eleven Claude Code skills that teach an AI agent how to cut, color, clean audio, and export video inside DaVinci Resolve 20.

Mindmap

mindmap
  root((davinci-resolve-claude-skills))
    Inputs
      Raw footage
      User edit requests
      Resolve PDFs
    Outputs
      Edited timelines
      Multi-platform exports
      Reel briefs
    Use Cases
      Cut screen recordings
      Color webcam clips
      Render for YouTube
      Auto silence cuts
    Tech Stack
      Python
      DaVinci Resolve API
      Claude Code
      macOS

Things people build with this

USE CASE 1

Have Claude Code edit a long screen recording into a publishable cut in DaVinci Resolve

USE CASE 2

Render the same timeline for YouTube, LinkedIn, and vertical short-form with one prompt

USE CASE 3

Auto-cut silence out of a raw podcast or interview using the included Python script

USE CASE 4

Stand up a reusable Resolve project template with bins, timelines, and render presets

Tech stack

PythonClaude CodeDaVinci ResolveCodex

Getting it running

Difficulty · moderate Time to first run · 30min

Resolve must be running with external scripting enabled and the right environment variables set before Python skills can attach.

In plain English

This repository is a library of skills for Claude Code and Codex that teach an AI agent how to do real post-production work in DaVinci Resolve 20, the free professional video editing tool from Blackmagic Design. It is aimed at creators, developer-relations folks, educators, and anyone making company videos who wants the agent to help cut, color, clean audio, caption, and export footage instead of just writing about editing. The project ships eleven skills, each tied to a specific job. There are setup and project template skills for installing Resolve and creating reusable bins, timelines, and render presets. There are editing skills for cutting down a long screen recording, color grading webcam footage, cleaning podcast audio, building branded titles and lower thirds, and exporting the same edit for YouTube, LinkedIn, and short-form vertical platforms. The set also includes a troubleshooting skill, a Computer Use training skill, a social editor skill, and an autocutter that turns a folder of raw clips into briefs for an Instagram Reel and a YouTube cut. The core design idea is a two-layer reference model. Under docs/wiki/ there are summaries of the six free Blackmagic training PDFs for Resolve 20, totaling about 1,800 pages. The agent reads those wikis as fast working memory before answering. The PDFs themselves are treated as the ground truth, and each skill points at specific page ranges so the agent can reset its mental model by going back to the source if the user pushes back. The goal is that the agent summarizes what the PDFs say rather than inventing technique. Installation is a simple copy or symlink of the skills folder into the user's local Claude skills directory, either at the home directory level or scoped to a single repository. The skills are written so they auto-trigger when a user's request matches their description, with examples in the README such as asking how to make a webcam look better, how to stop music from drowning out a podcast host, or how to export the same cut for multiple platforms. Several skills include Python scripts that drive Resolve through its external scripting API, including an automatic silence cutter and a multi-platform render script. The README explains how to enable external scripting inside Resolve, the environment variables to set on macOS, and that Resolve must already be running so the scripts can attach to it.

Copy-paste prompts

Prompt 1
Install the davinci-resolve-claude-skills set into my Claude skills folder and verify they auto-trigger on editing requests
Prompt 2
Use the social editor skill to take this raw screen recording and produce a 60 second vertical Reel cut
Prompt 3
Enable DaVinci Resolve external scripting on macOS and run the silence cutter Python script against the clips in this folder
Prompt 4
Color grade my webcam footage in Resolve 20 using the skill that follows the Blackmagic PDF guidance
Prompt 5
Render the current timeline for YouTube 1080p, LinkedIn square, and TikTok vertical using the multi-platform render script
Open on GitHub → Explain another repo

Generated 2026-05-22 · Model: sonnet-4-6 · Verify against the repo before relying on details.