用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ruvnet/ruflo --skill music-stems命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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
基于 SOC 职业分类
正在显示 SKILL.md
| name | music-stems |
| description | Run 4-stem separation (vocals/drums/bass/other) on an existing production |
| allowed-tools | mcp__cogmusic__separate_stems mcp__cogmusic__get_production |
| argument-hint | <production-id> |
Splits an already-generated production into vocals/drums/bass/other stems.
The user wants isolated stems from a track they've already generated (remixing, karaoke tracks, sampling). Needs an existing production id — run music-list first if you don't have one.
mcp__cogmusic__separate_stems({ id: "<production-id>" }). This is a real GPU job — it takes real time, similar order of magnitude to generation itself, and shares the same underlying inference service as create_production (see the reliability notes in music-generate's SKILL.md — a transient failure is worth one retry before concluding something's wrong).has_stems via mcp__cogmusic__get_production afterward, then point the user at the dashboard (music.cognitum.one) to actually listen — per ADR-0001, the current cogmusic MCP tool surface doesn't expose a stem-level audio_url the way the primary production audio has one (only the main track's URL is PAT-authorized today).