Skip to content
Development
Skill

/music-midi

Extract MIDI/score from an existing production

From plugin
ruvnet-ruflo
73k185 skills160 agents196 commands1 MCP
Install
$ npx -y skills add ruvnet/ruflo --skill music-midi --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/music-midi

Context preview

The summary Claude sees to decide when to auto-load this skill.

Extract MIDI/score from an existing production

SKILL.md

music-midi.SKILL.md
name: music-midi
description: Extract MIDI/score from an existing production
allowed-tools: mcp__cogmusic__extract_midi mcp__cogmusic__get_production
argument-hint: "<production-id>"

Music MIDI

Runs pitch-tracked MIDI/score extraction on an already-generated production.

When to use

The user wants a MIDI file or score from a track they've already generated (transcription, arranging, DAW import). Needs an existing production `id`.

Steps

1. Call `mcp__cogmusic__extract_midi({ id: "<production-id>" })`. Real GPU work, same reliability profile as `music-stems` and `music-generate` — one retry on a transient failure is reasonable before treating it as broken. 2. Confirm via `mcp__cogmusic__get_production` that `has_midi` is now `true`. 3. Like stems, the MIDI file itself isn't returned inline over MCP today — point the user at the dashboard to download it. See [ADR-0001](../../docs/adrs/0001-music-contract.md).

Ships withruvnet-ruflo

An agent meta-harness for Claude Code and Codex. 📖 RuFlo Explained — Build an AI Team That Plans, Remembers, Tests, and Improves A 14-chapter guide: from the basic idea to a first useful task, then memory, agent teams, plugins, cost and verification.

Get the whole plugin

Other skills on ruvnet-ruflo.