yang20040317-svg

Music Editing — Development skill for Claude Code

Development community

Music Editing — cutting a song to length without breaking it.

How to install Music Editing

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

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

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

What Music Editing does

Music Editing — cutting a song to length without breaking it

Editing a song down (or up) is about respecting phrase structure. A song is built from phrases; cut on phrase boundaries and the edit is inaudible, cut mid-phrase and everyone hears it. This file covers where to cut, how to end, fade lengths, and maps to `cut_music` and `mix_plan`.

Phrase structure is the whole game

Popular music is built in **4-bar and 8-bar phrases**, grouped into sections (intro, verse, chorus, bridge, outro

Alternatives in Development

  • OpenAI Codex CLI — (Rust implementation) 67.8k ★
  • Maestro Guard — Manage editing boundary restrictions 530 ★
  • Frontend Slides Editable — Editable HTML presentation skill for Codex/Claude Code with drag-resize editing, slide reordering, local save/ 466 ★

Full documentation available on GitHub

View Source Repository