/plugin marketplace add m16khb/cc-essential/plugin install cc-essential@cc-essentialDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/swagger-reminder.mjs\"",
"timeout": 3
},
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/test-reminder.mjs\"",
"timeout": 3
},
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/tsdoc-reminder.mjs\"",
"timeout": 3
},
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/api-change-detector.mjs\"",
"timeout": 5
}
],
"matcher": "Edit|Write"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/session-init.mjs\"",
"timeout": 5
}
],
"matcher": "*"
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/keyword-detector.mjs\"",
"timeout": 3
}
],
"matcher": "*"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 6
},
"eventStats": {
"PostToolUse": 4,
"SessionStart": 1,
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 6,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}