ableton-debug
Diagnose connection or behavior issues with the Ableton MCP server. Use when tools aren't responding, AbletonMCP doesn't show up in Live's preferences, or…
Bootstrap a fresh Ableton Live project with our preferred bus structure, return tracks, group templates, and color/labeling conventions. Use at the start of a new project.
$ npx -y skills add glincker/ableton-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/ableton-initContext preview
What this command does when you run it.
Bootstrap a fresh Ableton Live project with our preferred bus structure, return tracks, group templates, and color/labeling conventions. Use at the start of a new project.
name: ableton-init description: Bootstrap a fresh Ableton Live project with our preferred bus structure, return tracks, group templates, and color/labeling conventions. Use at the start of a new project.
Sets up a clean, production-ready Ableton session structure. Run this once per new project before recording or composing.
| Return | Device chain | Color | Send level | | --- | --- | --- | --- | | **A — Verb** | Reverb (Hall preset, decay 2.5s) | Grey | 0 dB unity | | **B — Delay** | Ping Pong Delay (1/8 dotted, feedback 35%) | Grey | -6 dB | | **C — Parallel** | Glue Compressor (4:1, fast attack, auto release) | Grey | -∞ (manual) |
| # | Type | Name | Color | Purpose | | --- | --- | --- | --- | --- | | 1 | MIDI | Drums | Orange | Drum rack / kit | | 2 | MIDI | Bass | Yellow | Sub / 808 / bass guitar via Tension | | 3 | MIDI | Chords | Green | Pad, keys, harmonic bed | | 4 | MIDI | Lead | Purple | Melody, lead line | | 5 | Audio | Vocals | Pink | Recording slot | | 6 | Audio | Sample | Blue | Loops, foley, samples | | 7 | MIDI | Aux 1 | Light blue | Spare for whatever | | 8 | MIDI | Aux 2 | Light blue | Spare |
1. Verify session is empty (or close to empty). If not, ask: "Session has N tracks already — proceed and add returns + master chain only, or stop?" 2. Set tempo and time signature. 3. Create return tracks with device chains and presets. 4. Insert master bus chain. 5. Create the 8-track palette. Set colors and names. Don't load instruments — that's the user's choice per project. 6. Send all tracks to Return A at -∞ (no auto-send), let the user dial in per track. 7. Save preferences in a `.ams` file (Ableton template) if user wants this as a default. 8. Report back: "Project initialized at 120 BPM. 8 tracks, 3 return tracks, master chain installed (compressor + limiter bypassed). Ready to compose."
User can override at invocation:
Claude Skills for Ableton Live producers. Workflows for Claude Code, Cursor, Codex, and Gemini CLI. Pairs with any Ableton MCP server. MIT.
Diagnose connection or behavior issues with the Ableton MCP server. Use when tools aren't responding, AbletonMCP doesn't show up in Live's preferences, or…
Pre-export checklist before rendering audio. Validates levels, headroom, mono compatibility, and sample rate settings. Use right before bouncing to file.
Save a structured snapshot of the current Ableton session state - tracks, devices, key parameters, tempo - to a markdown file. Use as a checkpoint before risky…