From dj-claude
Plays curated music presets across mood, genre, and activity categories via MCP tool. Useful for setting a coding or study atmosphere.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dj-claude:play-preset [name][name]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Play a curated preset pattern from the library. No API key needed, no code to write.
Play a curated preset pattern from the library. No API key needed, no code to write.
The user wants to play a preset. Parse $ARGUMENTS for the preset name.
If no arguments were provided, list all available presets by calling mcp__dj-claude__play_preset with no arguments, then ask the user to pick one.
IMPORTANT: Use the MCP tools directly — do NOT use Bash or search for files.
$ARGUMENTS is empty, call mcp__dj-claude__play_preset with no name to list all presets. Show the list and ask the user to pick one.$ARGUMENTS has a name, call mcp__dj-claude__play_preset with that name.chill, dark, hype, focus, funky, dreamy, weird, epic
jazz, house, techno, ambient, dnb, lo-fi, trap, disco, synthwave, breakbeat
coding, studying, workout, relaxing
You can filter by category using the category parameter: mood, genre, or activity.
/dj-claude:play-preset jazz/dj-claude:play-preset coding/dj-claude:play-preset (lists all presets)npx claudepluginhub p-poss/dj-claude --plugin dj-claudeGenerates an autonomous DJ set using Strudel live-coding, evolving through 5-6 stages in one turn. Creates music programmatically via MCP tools.
Controls Spotify playback and manages playlists: play/pause/skip tracks, search songs/albums/artists, create/add tracks, check now playing/library. Requires Premium.
Generates personalized music playlists by scanning Apple Music play data and Spotify exports, using mmx CLI for AI songs and album covers. Handles multilingual user prompts.