List all saved mix snapshots
Scanned 5/27/2026
Install to Claude Code
npx -y skills add p-poss/dj-claude --skill list-saves --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of List Saves?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/p-poss-list-saves)More formats (shields.io, HTML) on the badges page.
---
description: List all saved mix snapshots
argument-hint: ""
---
List all saved mix snapshots with their names, layer counts, and timestamps.
## Your Task
The user wants to see their saved snapshots.
## Workflow
IMPORTANT: Use the MCP tool directly as `mcp__dj-claude__snapshot_list` — do NOT use Bash or search for files.
1. Call `mcp__dj-claude__snapshot_list` (no parameters needed).
2. Present the snapshots in a readable format.
3. If no snapshots exist, suggest using `/dj-claude:save` to save the current mix.
## Example
- `/dj-claude:list-saves`
No comments yet. Be the first to comment!