yang20040317-svg

Dialogue Editing — Development skill for Claude Code

Development community

Dialogue Editing — removing dead air without killing the breath.

How to install Dialogue Editing

Installs to ~/.claude/skills/yang20040317-svg-unofficial-davinci-mcp-dialogue-editing/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yang20040317-svg-unofficial-davinci-mcp-dialogue-editing && curl -fsSL https://raw.githubusercontent.com/yang20040317-svg/unofficial-davinci-mcp/HEAD/skills/dialogue-editing.md -o ~/.claude/skills/yang20040317-svg-unofficial-davinci-mcp-dialogue-editing/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Dialogue Editing does

Dialogue Editing — removing dead air without killing the breath

The goal of a dialogue tighten is a track that moves at the speed of thought but still sounds like a person talking, not a machine gun. Cut too little and it drags; cut too much and every pause vanishes, the rhythm goes robotic, and jump cuts stack up. This file gives the pause thresholds and maps them to `tighten_dialogue`.

The core parameter: max_pause

`tighten_dialogue(clip|timeline, max_pause, ...)` removes silences long

Alternatives in Development

  • OpenAI Codex CLI — (Rust implementation) 67.8k ★
  • Bm Doctor — Diagnose and recover basemind when it isn't working (MCP tools missing/erroring, "no index", dead server) — ru 94 ★
  • Cut Video — Claude Code skill: tighten long recordings — remove silences, ums, dead air 92 ★

Full documentation available on GitHub

View Source Repository