agent-sounds
Installation
SKILL.md
Agent Sounds
This skill adds audible cues (like an "oven ding") to agent workflows by running a tiny local script that plays a configured sound for a given hook event.
Quick Start
- Generate a default config (optional):
python3 .claude/skills/agent-sounds/scripts/agent_sounds.py init
- When a hook happens, run:
python3 .claude/skills/agent-sounds/scripts/agent_sounds.py emit plan.done
If no config exists, defaults are used (macOS system sounds when available, otherwise terminal bell).