Help us improve
Share bugs, ideas, or general feedback.
From dj-claude
Sets your current activity as context for DJ Claude to adapt music. Useful when switching tasks like debugging, writing APIs, or reviewing PRs.
npx claudepluginhub p-poss/dj-claude --plugin dj-claudeHow this skill is triggered — by the user, by Claude, or both
Slash command
/dj-claude:context [activity][activity]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set coding context so DJ Claude generates music that matches your current activity.
Plays curated music presets across mood, genre, and activity categories via MCP tool. Useful for setting a coding or study atmosphere.
Generates vocal/instrumental songs and audio covers using MiniMax Music API via mmx CLI. Supports prompts, lyrics optimization, moods, genres, and reference audio.
Controls background music playback in VoiceMode voice sessions using mpv. Supports CLI commands for play/stop/volume, MFP episodes, chapter navigation, and library search.
Share bugs, ideas, or general feedback.
Set coding context so DJ Claude generates music that matches your current activity.
The user wants to set their coding context. Parse $ARGUMENTS for the activity description.
If no arguments were provided, ask the user what they're working on.
IMPORTANT: Use the MCP tool directly as mcp__dj-claude__set_context — do NOT use Bash or search for files.
mcp__dj-claude__set_context with:
activity: the user's description of what they're doingauto_adapt: set to true if music is currently playing (check with mcp__dj-claude__now_playing first)/dj-claude:context debugging test failures/dj-claude:context writing a new REST API/dj-claude:context reviewing pull requests