Automates developer workflows by executing commands on session start, tool use, notifications, and stop events.
npx claudepluginhub bendrucker/claudeDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/hooks/notification.ts --background-only"
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/hooks/notification.ts --clear"
}
]
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/hooks/notification.ts"
}
],
"matcher": "permission_prompt"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/hooks/context.ts"
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": true,
"touchesFileWrites": false
},
"typeStats": {
"command": 4
},
"eventStats": {
"Stop": 1,
"PreToolUse": 1,
"Notification": 1,
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 4,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 4
}
}