Doctor Who sound effects for Claude Code. Because every coding session deserves a TARDIS.
This Claude Code plugin plays Doctor Who sound effects in response to session events. Hear the TARDIS materialize when you start a session, a sonic screwdriver buzz when you submit a prompt, a triumphant quote when a task completes, and a Dalek scream when a notification fires. Sounds are chosen randomly from the active pack to keep things fresh, with repeat avoidance so you won't hear the same clip twice in a row.
# Add the marketplace
/plugin marketplace add asilva/doctor-who-sounds
# Install the plugin
/plugin install doctor-who-sounds@doctor-who-sounds
Sound files and a pre-built binary are included -- it works out of the box on macOS. Restart Claude Code after installing.
| Event | Sound Category | Examples |
|---|---|---|
| Session Start | greeting | TARDIS materialization |
| Prompt Submit | acknowledge | Sonic screwdriver |
| Task Complete | complete | TARDIS dematerialization, "Allons-y!", "Fantastic!" |
| Notification | alert | "EXTERMINATE!", "DELETE!" |
Edit config.json in the plugin root to customize behavior:
{
"active_pack": "new-who",
"volume": 0.5,
"enabled": true,
"categories": {
"greeting": true,
"acknowledge": true,
"complete": true,
"alert": true
}
}
packs/)0.0 (silent) to 1.0 (full).mp3 files into the sounds/ directory.manifest.json under the appropriate category.For example, to add a new completion sound:
cp ~/Downloads/geronimo.mp3 sounds/
Then add "geronimo.mp3" to the complete array in packs/new-who/manifest.json.
Create a new directory under packs/ with a manifest.json:
packs/
classic-who/
manifest.json
The manifest maps sound categories to filenames in the sounds/ directory:
{
"name": "Classic Who",
"description": "Classic Doctor Who (1963-1989) sound effects",
"sounds": {
"greeting": ["classic-tardis.mp3"],
"acknowledge": ["classic-sonic.mp3"],
"complete": ["reversed-polarity.mp3"],
"alert": ["exterminate-classic.mp3"]
}
}
Set "active_pack": "classic-who" in config.json to switch packs.
| Platform | Player | Volume Control |
|---|---|---|
| macOS | afplay | Yes |
| Linux (PulseAudio) | paplay | Yes |
| Linux (mpv) | mpv | Yes |
| Linux (ALSA) | aplay | No |
The plugin auto-detects the first available player. No extra dependencies are needed on macOS.
The plugin uses a daemon architecture for minimal latency (~3-4ms per hook event):
bin/play-soundThe daemon stays alive across all hook events, eliminating process startup overhead. If the daemon is unreachable, the client falls back to direct playback.
# Manual daemon management (usually not needed -- auto-spawns on first event)
make daemon-status # Check if daemon is running
make daemon-stop # Stop the daemon
make daemon-restart # Restart the daemon
The pre-built binary in bin/ works on macOS (arm64). To rebuild:
# Requires Rust toolchain
make install # cargo build --release + copy to bin/
Sounds not playing?
config.json has "enabled": true./setup.sh to validate sound files and audio playermake daemon-statusmake daemon-restartWrong sounds?
packs/new-who/manifest.json for the category-to-file mappingsounds/Need more sound files? These sites offer free sound effects:
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub artmsilva/doctor-who-sounds --plugin doctor-who-soundsThemed sound effects for Claude Code — 12 themes including Sci-Fi, Anime, Gaming, and more.
552 game sound effects for Claude Code — 63 packs: Warcraft, StarCraft, Batman, Matrix, DuckTales, Castlevania, Mega Man, Kirby, Indiana Jones & more!
Handmade sound effects for AI coding sessions - typing clicks, scanner hums, and completion chimes
Sound feedback for Claude Code — plays Warcraft-style voice lines on session events
Audio feedback system with multilingual TTS announcements, AI-powered contextual messages, and sound effects for Claude Code. Transform your coding experience with intelligent voice feedback that keeps you informed without breaking your flow.
Audio notifications for Claude Code hook events with customizable sounds and volume control