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…
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 changes or to document a session.
$ npx -y skills add glincker/ableton-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/ableton-snapshotContext preview
What this command does when you run it.
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 changes or to document a session.
name: ableton-snapshot description: 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 changes or to document a session.
Read the full session state and write it to a markdown file as a human-readable snapshot. Useful as:
Default location: `./snapshots/<timestamp>-<sessionname>.md`
Example output:
# Snapshot: my-track v3 **Date:** 2026-04-25 14:32 **Tempo:** 95 BPM **Time sig:** 4/4 ## Tracks (8) ### 1. Drums (MIDI, orange) - Volume: -2.5 dB - Pan: 0 - Devices: Drum Rack > Compressor (3:1, 4 dB GR) > EQ Eight (HPF 30Hz) - Clips: lo-fi-kit-loop (4 bars, 64 notes) ### 2. Bass (MIDI, yellow) - ... ## Master chain - Glue Compressor (2:1, slow, 1.5 dB GR, bypass) - Limiter (-1 dB ceiling, bypass)
1. Read all session data. 2. Format as markdown. 3. Write to `snapshots/` directory in the project root. 4. Confirm: "Snapshot saved to ./snapshots/2026-04-25-1432-mytrack.md"
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.
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…