/plugin marketplace add zwmmm/oh-my-claudecode/plugin install zwmmm-oh-my-claudecode@zwmmm/oh-my-claudecodeDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "./notify.sh"
}
],
"matcher": "*"
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "./notify.sh"
}
],
"matcher": "AskUserQuestion"
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "./notify.sh"
}
],
"matcher": "*"
}
],
"PermissionRequest": [
{
"hooks": [
{
"type": "command",
"command": "./notify.sh"
}
],
"matcher": "*"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": true,
"touchesFileWrites": false
},
"typeStats": {
"command": 4
},
"eventStats": {
"Stop": 1,
"PreToolUse": 1,
"Notification": 1,
"PermissionRequest": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 4
},
"timeoutStats": {
"commandsWithoutTimeout": 4
}
}