How this skill is triggered — by the user, by Claude, or both
Slash command
/dj-claude:load [name][name]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load a previously saved mix snapshot — restores all layers and resumes playback.
Load a previously saved mix snapshot — restores all layers and resumes playback.
The user wants to load a snapshot. Parse $ARGUMENTS for the snapshot name.
If no arguments were provided, call mcp__dj-claude__snapshot_list first to show available snapshots, then ask the user which one to load.
IMPORTANT: Use the MCP tools directly as mcp__dj-claude__snapshot_load and mcp__dj-claude__snapshot_list — do NOT use Bash or search for files.
mcp__dj-claude__snapshot_list to show options.mcp__dj-claude__snapshot_load with the name from $ARGUMENTS./dj-claude:load verse1/dj-claude:load chill-mixGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub p-poss/dj-claude-plugin