
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-chimesAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 29, 2026 |
| Repository | wozniakpl/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]::Beepvia 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, orffplay
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.