Install
1
Install the plugin$
npx claudepluginhub xd3an/cc-plus --plugin cc-plusWant just this hook?
Then install: npx claudepluginhub u/[userId]/[slug]
Source
Defined in hooks/hooks.json
Configuration
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "python .claude/hooks/scripts/notify.py info \"All done! Come check it out~\"",
"timeout": 10
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "python .claude/hooks/scripts/notify.py info \"Claude is online! Let's rock~\"",
"timeout": 10
}
]
}
],
"PostToolUseFailure": [
{
"hooks": [
{
"type": "command",
"command": "python .claude/hooks/scripts/notify.py error \"Oops! Something went wrong...\"",
"timeout": 10
}
],
"matcher": ".*"
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 3
},
"eventStats": {
"Stop": 1,
"SessionStart": 1,
"PostToolUseFailure": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}Stats
Stars4
Forks0
Last CommitFeb 4, 2026