A Claude Code plugin that plays a "faa" sound effect whenever a tool call fails.
Add the marketplace and install the plugin via the Claude Code CLI:
claude plugin marketplace add colin-ho/faa
claude plugin install faa- macOS: No extra dependencies (
afplayis built-in). - Linux: Requires one of
mpv,paplay,aplay, orffplay. - Windows (Git Bash / WSL): Uses PowerShell's
Media.SoundPlayer.
faa registers a PostToolUseFailure hook that matches all tools (*). When any tool call fails, it runs play.sh, which detects your OS and plays faa.mp3 using an available audio player.