基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ruvnet/ruflo --skill music-midi命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
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
| 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.