Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/ruvnet/ruflo --skill music-midi명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Ruflo is a multi-agent orchestration platform for AI coding agents (Claude Code, Cursor, Codex, Copilot, Gemini, Amp, +12 more). Use this skill when the user wants to (1) install/init ruflo in a project, (2) run multi-agent swarms with hierarchical coordination, (3) use ruflo's 314+ MCP tools for memory, routing, hooks, sub-agents, or workflows, (4) check ruflo status/version/doctor health, or (5) discover which of ruflo's 30+ plugins fits their task.
One-time setup — mint a Cognitum Music personal access token and register the cogmusic MCP server with Claude Code
Generate a new song from a creative brief (genre, mood, language, BPM, theme) via the cogmusic MCP create_production tool
SKILL.md 표시 중
SOC 직업 분류 기준
| 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> |
Runs pitch-tracked MIDI/score extraction on an already-generated production.
The user wants a MIDI file or score from a track they've already generated (transcription, arranging, DAW import). Needs an existing production id.
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.mcp__cogmusic__get_production that has_midi is now true.