$npx -y skills add kennethleungty/claude-music --skill helpHelp — all the commands and genres you can use
| 1 | This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command. |
| 2 | |
| 3 | # Help |
| 4 | |
| 5 | Show the user a quick guide to claude-music. |
| 6 | |
| 7 | ## Instructions |
| 8 | |
| 9 | Print the following guide directly (do not run any commands): |
| 10 | |
| 11 | --- |
| 12 | |
| 13 | **claude-music** — background music for your coding sessions |
| 14 | |
| 15 | **Playback** |
| 16 | - `/play [genre]` — Start music (optionally pick a genre) |
| 17 | - `/stop` — Stop music |
| 18 | - `/pause` — Stop music (alias for /stop) |
| 19 | - `/mute` — Silence the music without stopping (volume 0) |
| 20 | - `/next` — Skip to a different stream in the same genre |
| 21 | - `/prev` — Go back to the previous station |
| 22 | |
| 23 | **DJ** |
| 24 | - `/vibe` — Auto-DJ picks music based on your current session |
| 25 | - `/dj` — Same as vibe |
| 26 | - `/mood <feeling>` — Tell the DJ how you're feeling in your own words |
| 27 | |
| 28 | **Focus** |
| 29 | - `/focus [min] [genre]` — Pomodoro timer with music (default 25 min). Music fades out and a chime plays when time's up. |
| 30 | - `/pomodoro` — Same as focus |
| 31 | |
| 32 | **Info** |
| 33 | - `/status` — What's playing right now |
| 34 | - `/list` — Show available genres and their stations |
| 35 | - `/volume [0-100]` — Set volume, or show current if no number given |
| 36 | - `/stats` — See current session and lifetime listening stats |
| 37 | - `/prefs` — See your saved preferences and favorite stations |
| 38 | - `/reset` — Clear all preferences back to defaults |
| 39 | - `/sources` — View, add, edit, or remove streams and genres |
| 40 | |
| 41 | **Other** |
| 42 | - `/feedback` — Open GitHub Issues to share feedback or report a bug |
| 43 | |
| 44 | **Genres:** lofi, jazz, classical, ambient, electronic, synthwave, lounge, indie |
| 45 | |
| 46 | The status bar at the bottom shows what's currently playing. |