Install
1
Install the plugin$
npx claudepluginhub bae-changhyun/cc-plugins-bch --plugin gitwfWant just this hook?
Add to a custom plugin, then install with one command.
Source
Defined in hooks/hooks.json
Configuration
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify.sh 'complete' '작업이 완료되었습니다'",
"timeout": 5
}
],
"matcher": ""
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify.sh 'permission' '권한 승인이 필요합니다'",
"timeout": 5
}
],
"matcher": "permission_prompt"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify.sh 'idle' '입력을 기다리고 있습니다'",
"timeout": 5
}
],
"matcher": "idle_prompt"
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 3
},
"eventStats": {
"Stop": 1,
"Notification": 2
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 3,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}Stats
Stars3
Forks0
Last CommitJan 8, 2026
Actions