Ableton Debug — Development skill for Claude Code
Diagnose connection or behavior issues with the Ableton MCP server.
How to install Ableton Debug
Installs to ~/.claude/skills/glincker-ableton-skills-ableton-debug/SKILL.md
mkdir -p ~/.claude/skills/glincker-ableton-skills-ableton-debug && curl -fsSL https://raw.githubusercontent.com/glincker/ableton-skills/HEAD/commands/ableton-debug.md -o ~/.claude/skills/glincker-ableton-skills-ableton-debug/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Ableton Debug does
name: ableton-debug description: 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 commands hang.
/ableton-debug
Walk through a structured diagnostic when something's broken between Claude/Cursor and Ableton.
Workflow
1. Check MCP server reachability
- Try
get_session_info(lightweight read-only call) - If it times out → MCP server isn't running or socket is dead
- If
Alternatives in Development
- Canvas API — Canvas LMS API connection guide and MCP tools reference 2.6k ★
- Cloud Run Debug — Diagnose a failing Cloud Run service — Antigravity (agy/Gemini) digests the error logs cheaply, Claude infers 284 ★
- Ableton Songwriter 168 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Sap Debug
Trigger structured root cause analysis for SAP issues — runtime errors, dump analysis, integration failures, c
Debug Plugin
Debug plugin issues by analyzing session transcripts, comparing expected vs actual behavior, and developing ve
Wp Debug
Diagnose and fix WordPress block-theme failures — block validation errors, theme.json issues, missing patterns
Live Provider Debugging
Diagnose provider compatibility issues such as invalid message shapes, reasoning-content mismatches, and long-
Ableton Init
Bootstrap a fresh Ableton Live project with our preferred bus structure, return tracks, group templates, and c
Go Debug
Debug a Go issue - analyze errors, traces, and behavior
Related Agents
Mack
Automation Specialist. Use proactively for API integrations, MCP server setup, webhook receivers, OAuth flows,
Jdb Debugger.Agent
Debug Java applications using JDB. Use when the user wants to debug Java code, investigate runtime behavior, c
Rig Debugger
Systematic root-cause debugger. Use when investigating a failing test, a production bug, a flaky behavior, or