arrangement-coach
Use when the user has a Session-view loop and wants to promote it to a full Arrangement, build sections (intro/verse/drop/break/outro), or extend a 4-bar idea…
Use when the user wants to set up sidechain compression - typically kick → bass, kick → pads, vocals → music bed. Examples - "sidechain my bass to the kick", "make the synths duck under the vocal", "add pumping to the chords".
$ npx -y skills add glincker/ableton-skills --skill sidechain-setup --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/sidechain-setupContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user wants to set up sidechain compression - typically kick → bass, kick → pads, vocals → music bed. Examples - "sidechain my bass to the kick", "make the synths duck under the vocal", "add pumping to the chords".
name: sidechain-setup description: Use when the user wants to set up sidechain compression - typically kick → bass, kick → pads, vocals → music bed. Examples - "sidechain my bass to the kick", "make the synths duck under the vocal", "add pumping to the chords".
Set up sidechain compression routing. Different DAWs/MCP servers expose this differently — read the available tools and use the simplest path.
Confirm with user: "Sidechain target = bass on track 2, source = kick on track 1?"
Same as above but using Glue Compressor — gives a more "analog" pumping sound, typical for house/EDM masters where you want musical pumping.
If the user wants extreme rhythmic pumping (EDM-style 4/4 pump):
For surgical control on a specific section:
Use `add_device` and `set_device_parameter` to route. If the MCP server doesn't expose sidechain routing directly, write the parameters that *can* be set and tell the user the manual step:
> *"Compressor added to bass track with 4:1 ratio, 5ms attack, 100ms release. The MCP can't set the sidechain source — please click the sidechain section and select 'Kick' from the input dropdown manually. Then I'll dial in the threshold."*
After applying, ask user to play the kick + bass together. Adjust if needed:
| Use case | Ratio | Attack | Release | GR target | | --- | --- | --- | --- | --- | | Kick → bass (rock/pop) | 4:1 | 5 ms | 100 ms | -4 dB | | Kick → bass (EDM pump) | 8:1 | 1 ms | 200 ms | -10 dB | | Kick → pad/chord | 3:1 | 10 ms | 150 ms | -3 dB | | Vocal → music bed | 2:1 | 15 ms | 300 ms | -2 dB | | Snare → reverb tail | 3:1 | 5 ms | 80 ms | -4 dB |
Claude Skills for Ableton Live producers. Workflows for Claude Code, Cursor, Codex, and Gemini CLI. Pairs with any Ableton MCP server. MIT.
Use when the user has a Session-view loop and wants to promote it to a full Arrangement, build sections (intro/verse/drop/break/outro), or extend a 4-bar idea…
Use when the user wants to generate, voice, or modify chord progressions. Examples - "give me a sad chord progression in C minor", "voice these chords for…
Use when the user wants drum patterns by genre - kick, snare, hi-hat, percussion. Examples - "give me a trap beat", "house drum pattern", "DnB drums at 174",…
Use when the user is finishing a track and wants to check it's ready to send to a mastering engineer or for self-mastering. Audits headroom, peak levels, mono…
Use when the user asks to humanize a MIDI part, fix voice leading, quantize notes, clean up timing, fix stuck/duplicate notes, or generally polish a MIDI clip…
Use when the user describes a mix problem ("muddy", "harsh", "no headroom", "vocals get lost", "kick and bass fighting") or asks for a mix audit. Diagnoses the…