From dj-claude
Saves the current mix (all layers and composed code) as a named snapshot via `/dj-claude:save`. Useful for checkpointing state during a remix session.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dj-claude:save [name][name]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Save the current mix (all layers and composed code) as a named snapshot for later recall.
Save the current mix (all layers and composed code) as a named snapshot for later recall.
The user wants to save a snapshot. Parse $ARGUMENTS for the snapshot name.
If no arguments were provided, ask the user for a name.
IMPORTANT: Use the MCP tool directly as mcp__dj-claude__snapshot_save — do NOT use Bash or search for files.
mcp__dj-claude__snapshot_save with the name from $ARGUMENTS./dj-claude:save verse1/dj-claude:save chill-mix/dj-claude:save dropnpx claudepluginhub p-poss/dj-claude --plugin dj-claudeLists all saved mix snapshots with names, layer counts, and timestamps using the dj-claude MCP tool.
Produces precise, timestamped mix revision notes that mixers can implement without follow-up. Structured feedback with priorities, element names, and reference tracks.
Saves AuraKit session snapshot (timestamp, mode, tasks) to .aura/snapshots/current.md via Bash cat, then outputs /compact directive. Use before compacting long conversations.