Ableton Snapshot — Documentation skill for Claude Code
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
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
- 会话管理(Session Manager)需求文档(PRD / Markdown) — 目标:对 Codex / Claude Code 的本地会话记录进行可视化管理,并提供“一键复制 / 一键终端恢复”能力 31.7k ★
- Repo Recap — Generate a structured recap of the repository state: open PRs, open issues, recent releases, and executive sum 11.9k ★
- Documentation Sync — Check if documentation matches the current code state 5.8k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Wiki Save
Session close-out (warm, O(this session)) — file THIS session into the log, consolidate its durable concepts i
Save
Save the current conversation or a specific insight into the wiki vault as a structured note.
Obsidian Export
Export a clean structured snapshot of the vault that any agent or tool can consume — flat JSON or markdown ind
Stele
Rate limited mid-task? Crashed mid-edit? Locked into one harness by the context it holds? A skill that keeps t
Save Context
Save pertinent context from the current conversation to a markdown file for future reference
Share
Share the current Claude Code session to GitHub as markdown
Related Agents
Architecture Snapshot
Generates a concise current-state architecture overview with Mermaid diagrams, entry points, key abstractions,
Records
Record everything after deployment. Save checkpoint, update tracking system, update context index. Final step
Context Engine
Context window management — tracks tool call count, auto-detects when context fills up, triggers state save +