/plugin marketplace add lingelo/marketplace-claude-code/plugin install notifications@angelo-pluginsDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "CLAUDE_HOOK_EVENT=Stop node ${CLAUDE_PLUGIN_ROOT}/scripts/notify.js",
"timeout": 5000
}
],
"matcher": ""
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "CLAUDE_HOOK_EVENT=Notification node ${CLAUDE_PLUGIN_ROOT}/scripts/notify.js",
"timeout": 5000
}
],
"matcher": "permission_prompt"
}
]
}{
"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
}
}