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…
Pre-export checklist before rendering audio. Validates levels, headroom, mono compatibility, and sample rate settings. Use right before bouncing to file.
$ npx -y skills add glincker/ableton-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/ableton-exportContext preview
What this command does when you run it.
Pre-export checklist before rendering audio. Validates levels, headroom, mono compatibility, and sample rate settings. Use right before bouncing to file.
name: ableton-export description: Pre-export checklist before rendering audio. Validates levels, headroom, mono compatibility, and sample rate settings. Use right before bouncing to file.
Run a pre-export audit and surface anything that would compromise the bounced file.
| Check | Pass criteria | | --- | --- | | Master peak | Below -1 dB | | Master headroom | At least -3 dB before limiter | | Track-level clipping | No track meter in red | | Mono compatibility | All elements audible in mono fold | | DC offset on master | None | | Sub-30Hz content | Filtered or controlled | | Project sample rate | Matches export setting (44.1 / 48 / 96 kHz) | | Bit depth | 24-bit for archival, 16-bit only for distribution | | Render mode | Real-time off (unless using external hardware) | | Normalize | OFF | | Convert to mono | OFF (unless explicitly mono export) | | Inactive devices | Bypass or remove for performance |
1. Read master bus state, track meters, devices. 2. Run each check, mark ✅ or ❌. 3. Print a summary table. 4. If ❌, propose fixes with specific values. 5. If all ✅, give the green light: "Ready to export. Recommended settings: 24-bit, 48 kHz, render off, no normalize."
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…
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…
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…