/plugin marketplace add shabaraba/shabaraba-cc-plugins/plugin install claude-environments@shabaraba-cc-pluginsDefined in ./hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify-complete.sh",
"timeout": 5
}
],
"description": "Play sound notification when Claude finishes responding"
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify-permission.sh",
"timeout": 5
}
],
"matcher": "permission_prompt",
"description": "Play sound when permission is requested"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 2
},
"eventStats": {
"Stop": 1,
"Notification": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 2,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}