Skip to content
Productivity
Skill

/stop

Stop the music and show session stats

From plugin
claude-music
2321 skills2 agents3 hooks
Install
$ npx -y skills add kennethleungty/claude-music --skill stop --agent claude-code

How 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/stop

Context preview

The summary Claude sees to decide when to auto-load this skill.

Stop the music and show session stats

SKILL.md

stop.SKILL.md
name: stop
disable-model-invocation: true
description: "Stop the music and show session stats"
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.

Stop Music

Stop background music and show a session recap.

Run `"${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh" stop`.

  • If `"already_stopped"`: just say **♪ No music playing. ♪**
  • Otherwise format a recap using the JSON fields. Use `duration_minutes` for session duration (show "< 1 min" if 0), `station_count`, `genre`, `today_sessions`, `today_minutes`, and `today_genres` (each genre with its minutes, sorted by most listened).

Output format — use this exact markdown structure:

**♪ Claude Music · Session Recap**

**This session** — {genre} for {duration_minutes} min, {station_count} station(s)

**Today so far** — {today_sessions} session(s), {today_minutes} min total ({genres list e.g. "ambient 30 min, jazz 15 min"})

*{fun one-liner that varies, e.g. "Good vibes only.", "Your ears deserved that.", "The code was better with music.", "Same time tomorrow?", "That was a vibe."}*

Ships withclaude-music

Great music in your Claude Code sessions, with an AI DJ that understands your vibes

Get the whole plugin
Stats
23
Stars
0
Forks
Maintained
Maintenance
Shell
Language
MIT
License
5mo ago
Last commit
5mo ago
Created

Repo: kennethleungty/claude-music

Other skills on claude-music.