$npx -y skills add kennethleungty/claude-music --skill listList all available genres and their stations
| 1 | This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command. |
| 2 | |
| 3 | # List Genres |
| 4 | |
| 5 | Show available genres and their stations. |
| 6 | |
| 7 | Read `"${CLAUDE_PLUGIN_ROOT}/config/sources.yml"` and display as: |
| 8 | |
| 9 | **♪ Available genres ♪** |
| 10 | - **{genre}** ({count} stations) — {station names} |
| 11 | |
| 12 | Show all stations per genre. End with: Play any genre with `/play <genre>`. |