/plugin marketplace add newink/claudecode-sounds/plugin install newink-claudecode-sounds@newink/claudecode-soundsDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "powershell -NoProfile -ExecutionPolicy Bypass -File \"$CLAUDE_PLUGIN_ROOT/hooks/check-stop-error.ps1\" 2>/dev/null || bash \"$CLAUDE_PLUGIN_ROOT/hooks/check-stop-error.sh\"",
"timeout": 5
}
],
"matcher": "*"
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "cat > /dev/null; powershell -NoProfile -ExecutionPolicy Bypass -File \"$CLAUDE_PLUGIN_ROOT/hooks/play-sound.ps1\" question 2>/dev/null || bash \"$CLAUDE_PLUGIN_ROOT/hooks/play-sound.sh\" question",
"timeout": 5
}
],
"matcher": "*"
}
],
"PermissionRequest": [
{
"hooks": [
{
"type": "command",
"command": "cat > /dev/null; powershell -NoProfile -ExecutionPolicy Bypass -File \"$CLAUDE_PLUGIN_ROOT/hooks/play-sound.ps1\" permission 2>/dev/null || bash \"$CLAUDE_PLUGIN_ROOT/hooks/play-sound.sh\" permission",
"timeout": 5
}
],
"matcher": "*"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": true,
"touchesFileWrites": false
},
"typeStats": {
"command": 3
},
"eventStats": {
"Stop": 1,
"Notification": 1,
"PermissionRequest": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}