ソース情報
- リポジトリ
- ruvnet/ruflo
- ソースの最終更新活動
- 2026年8月27日 20:45
- 検出された SKILL.md の言語
- 英語
- スター
- 69,784
- フォーク
- 8,346
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/ruvnet/ruflo --skill music-stemsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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).