glincker

Ableton Snapshot — Documentation skill for Claude Code

Documentation community

Save a structured snapshot of the current Ableton session state - tracks, devices, key parameters, tempo - to a markdown file.

How to install Ableton Snapshot

Installs to ~/.claude/skills/glincker-ableton-skills-ableton-snapshot/SKILL.md

Terminal
mkdir -p ~/.claude/skills/glincker-ableton-skills-ableton-snapshot && curl -fsSL https://raw.githubusercontent.com/glincker/ableton-skills/HEAD/commands/ableton-snapshot.md -o ~/.claude/skills/glincker-ableton-skills-ableton-snapshot/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ableton Snapshot does


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.

/ableton-snapshot

Read the full session state and write it to a markdown file as a human-readable snapshot. Useful as:

  • A checkpoint before applying risky changes
  • A handover document for collaborators
  • Personal versioning ("snapshot before the bridge rew

Alternatives in Documentation

Full documentation available on GitHub

View Source Repository