/prefs
Prefs — your saved genres, stations, and favorites
$ npx -y skills add kennethleungty/claude-music --skill prefs --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/prefs
Context preview
The summary Claude sees to decide when to auto-load this skill.
Prefs — your saved genres, stations, and favorites
SKILL.md
prefs.SKILL.mdname: prefs disable-model-invocation: true description: "Prefs — your saved genres, stations, and favorites" model: haiku effort: low allowed-tools: Bash
This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command.
Preferences
Show saved preferences and favorite stations.
Run `"${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh" full-prefs`.
**♪ Your preferences ♪** — Show Genre, Volume ({volume}/100), and Favorite stations (use `favorite_names` for resolved names, only show genres with a favorite). If no favorites: "None yet — the more you listen, the more I learn." Don't show `autoplay` or `player`.
Great music in your Claude Code sessions, with an AI DJ that understands your vibes

