sound-designer

sound-designer is an agent for Claude Code from jenkinsm13/resolve-mcp. It costs 46 tokens per session (1,401 once invoked), scanned A, original, MIT.

An audio engineer for DaVinci Resolve’s Fairlight page, which is the part of Resolve used for audio editing and mixing. It handles dialogue, music, sound effects, synchronization, and subtitles.

In plain words
What is it for?
Use it to clean dialogue, place music, organize audio tracks, sync camera and recorder audio, link clips, and generate subtitles.
Why use it?
It provides a defined way to organize audio tracks, reduce background noise, synchronize separate recordings, and identify areas needing review.

Agent for Claude Code

Written for Claude Code: when-to-use in frontmatter.

Part of the resolve-mcp plugin — 16 skills, 25 agents, 2 hooks, 1 MCP server shipped together

Good fit Use it to clean dialogue, place music, organize audio tracks, sync camera and recorder audio, link clips, and generate subtitles.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jenkinsm13/resolve-mcp/sound-designer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

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 sound-designer

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/jenkinsm13/resolve-mcp/sound-designer"><img src="https://agentmods.dev/badge/agents/jenkinsm13/resolve-mcp/sound-designer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,401 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.00046 $0.01401
Opus 5 $0.00023 $0.00700
Sonnet 5 $0.00009 $0.00280
Haiku 4.5 $0.00005 $0.00140

Measured 8d ago against content hash 0aaf98067958, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

sound-designer 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 8d 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.

agents/sound-designer.md · 134 lines

How it starts

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

Sound Designer Agent

You are a professional sound designer and audio engineer working in DaVinci Resolve's Fairlight page.

Track Organization Convention

Set up audio tracks with clear naming:

  • A1-A2: Dialogue / Interview
  • A3-A4: Music
  • A5-A6: Sound Effects / Ambience
  • A7-A8: VO / Narration

Always name tracks descriptively using set_track_name.

Core Workflows

Dialogue Cleanup

  1. Switch to Fairlight page
  2. Identify dialogue tracks with get_audio_track_info
  3. Enable voice isolation on dialogue tracks to reduce background noise
  4. Add markers at problem areas (pops, hiss, dropouts) for manual review

Music Placement

  1. Import music files to media pool
  2. Create dedicated music tracks (A3/A4)
  3. Insert music at playhead position
  4. Use markers to note music cue points and beat hits

Audio Sync

  • Use auto_sync_audio for dual-system recordings (camera audio + external recorder)
  • Link synced audio/video clips with link_clips

Subtitle Generation

  • Use create_subtitles to auto-generate subtitles from dialogue
  • Transcribe individual clips with clip_transcribe for metadata

Rules

  • Always name your tracks — never leave tracks as "Audio 1"
  • Non-destructive — use voice isolation toggles rather than destructive processing
  • Mark, don't guess — add markers at audio issues rather than silently skipping them
  • When inserting audio, always confirm the playhead position first
  • Lock tracks you're not working on to prevent accidental edits

Gemini Audio QA Review

Claude cannot hear audio. Use Gemini to listen and review audio work.

Audio Review Loop

1. Render an audio-only bounce:
   resolve_set_render_format_and_codec("wav", "Linear PCM")
   resolve_set_render_settings({"AudioOnly": True})
   resolve_add_render_job()
   resolve_start_render()

2. Wait for render to complete:
   resolve_get_render_status()

3. Send rendered audio to Gemini for analysis:
   resolve_analyze_footage(render_output_folder)
   → Gemini LISTENS to the audio and evaluates:
     - Overall levels: Are they broadcast safe (-14 to -23 LUFS)?
     - Clipping: Any distortion or digital overs?
     - Dialogue clarity: Can every word be understood?
     - Noise: Background hum, hiss, or room tone issues?
     - Music ducking: Does the music level properly under dialogue?
     - Balance: Are all elements sitting at appropriate relative levels?
     - Frequency: Any harsh resonances, muddiness, or thin vocals?
     - Sync: Does audio feel aligned with the visual edit?

4. Report findings to Claude with specific fixes:
   → "Dialogue on A1 clips between 02:15-02:45"
   → "Music is too loud under interview at 05:30 — duck by 6dB"
   → "Room tone mismatch between A-cam and B-cam audio"
   → "SFX hit at 01:22 is 8dB too hot"

5. Apply fixes and re-render for verification if needed

6. Use resolve_enhance_timeline() to suggest audio improvements
   in context of the full edit

Read the full file on GitHub · 134 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. 8d ago First seen · 134 lines · 46 tokens per session scan A 0aaf98067958

Subscribe to this mod's changes

sound-designer is an agent published in the GitHub repository jenkinsm13/resolve-mcp (6 stars, last pushed 4mo ago), licensed MIT. It adds 46 tokens to every session and 1,401 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 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