Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Bartosz Wozniak avatar

Claude Chimes

  • 2 repo stars
  • Updated July 29, 2026
  • wozniakpl/claude-chimes

Plays a unique 4-note chime when a Claude Code session stops, seeded by session ID.

About

claude-chimes is a Claude Code skill in the AI & Agent Building category. Plays a unique 4-note chime when a Claude Code session stops, seeded by session ID.

  • claude-chimes
  • AI & Agent Building
  • AI-coding skill

Claude Chimes by the numbers

  • Data as of Jul 30, 2026 (Skillselion catalog sync)
/plugin marketplace add wozniakpl/claude-chimes
/plugin install claude-chimes@claude-chimes

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars2
Last updatedJuly 29, 2026
Repositorywozniakpl/claude-chimes

What it does

Plays a unique 4-note chime when a Claude Code session stops, seeded by session ID.

README.md

claude-chimes

A tiny Claude Code plugin that plays a unique 4-note chime when a session stops. The notes are seeded by the session ID, so every session gets its own signature melody.

  • Range: E4 (329.6 Hz) → E6 (1318.5 Hz) — 2 octaves, 25 notes in equal temperament (A4 = 440 Hz reference: 440 · 2^(n/12))
  • 4 distinct notes in a hash-derived order
  • Cross-platform: macOS (afplay), Windows ([Console]::Beep via PowerShell), Linux (paplay / aplay / play / ffplay)

Install

In any Claude Code session:

/plugin marketplace add wozniakpl/claude-chimes
/plugin install claude-chimes@claude-chimes

End the session — you should hear the chime.

Uninstall

/plugin uninstall claude-chimes@claude-chimes
/plugin marketplace remove claude-chimes

Requirements

  • A working audio output device
  • On Linux, one of paplay, aplay, play, or ffplay

Development

Clone the repo and install dev dependencies (this also activates the pre-commit hook):

git clone https://github.com/wozniakpl/claude-chimes.git
cd claude-chimes
pnpm install

Then in Claude Code, point the marketplace at the local clone instead of the GitHub shortcode:

/plugin marketplace add ./claude-chimes
/plugin install claude-chimes@claude-chimes

After editing files, refresh with:

/plugin marketplace update claude-chimes

License

MIT — see LICENSE.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.