npx claudepluginhub m16khb/cc-essential --plugin 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": "*"
}
]
}"Runs semgrep security scans post Write/Edit, injects secure defaults on session start/prompt submit, checks version on session events. Executes shell commands, enables file writes."