Arrangement Coach
Turns a 4-8 bar Ableton Session loop into a full structured Arrangement via MCP.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · de1bf7f
Genuinely useful structural playbook (5 named templates with exact bar counts, transition and automation guidance) but it only talks to Ableton through a separate, self-hosted MCP server (README recommends uisato/ableton-mcp-extended) plus an actual Ableton Live license — real setup friction beyond dropping the skill folder in place.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Arrangement Coach does
Reads Session-view clips through an Ableton MCP server and promotes a short loop into a full arrangement using one of five structural templates (Pop, EDM, Lo-fi, Cinematic, Hip-hop), placing clips, muting tracks per section, and suggesting transitions and subtle master-fader automation. Triggers on requests like 'turn this loop into a full song' or 'build me a 2-minute arrangement from this'.
How to install Arrangement Coach
git clone https://github.com/glincker/ableton-skills.git
mkdir -p ~/.claude/skills
cp -r ableton-skills/skills/arrangement-coach ~/.claude/skills/arrangement-coach
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Arrangement Coach
-
/arrangement-coachTurns a 4-8 bar Ableton Session loop into a full structured Arrangement via MCP.
It also activates on plain-language prompts like these:
-
Turn this 8-bar Ableton session loop into a full arranged song -
Build me a two-minute arrangement from this lo-fi clip I made -
Help me expand my Ableton loop into a proper EDM song structure
Frequently asked questions
- Is the Arrangement Coach skill free?
- Yes. The skill itself is free from glincker/ableton-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Arrangement Coach work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. Genuinely useful structural playbook (5 named templates with exact bar counts, transition and automation guidance) but it only talks to Ableton through a separate, self-hosted MCP server (README recommends uisato/ableton-mcp-extended) plus an actual Ableton Live license — real setup friction beyond dropping the skill folder in place.
- What is the Arrangement Coach SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Arrangement Coach?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Arrangement Coach with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.