/plugin marketplace add elb-pr/claudikins-kernel/plugin install elb-pr-claudikins-kernel@elb-pr/claudikins-kernelDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/verify-gate.sh",
"timeout": 30
}
],
"matcher": "claudikins-kernel:verify"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/ship-complete.sh",
"timeout": 30
}
],
"matcher": "claudikins-kernel:ship"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/validate-plan-completion.sh",
"timeout": 10
}
],
"matcher": "claudikins-kernel:outline"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/batch-checkpoint-gate.sh",
"timeout": 10
}
],
"matcher": "claudikins-kernel:execute"
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/preserve-state.sh",
"timeout": 30
}
],
"matcher": "*"
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/git-branch-guard.sh",
"timeout": 10
}
],
"matcher": "Bash"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/autoformat.sh",
"timeout": 30
}
],
"matcher": "Edit|Write"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/execute-tracker.sh",
"timeout": 10
}
],
"matcher": "*"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-startup.sh",
"timeout": 10
}
],
"matcher": "*"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/verify-init.sh",
"timeout": 30
}
],
"matcher": "claudikins-kernel:verify"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/ship-init.sh",
"timeout": 30
}
],
"matcher": "claudikins-kernel:ship"
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/capture-research.sh",
"timeout": 30
}
],
"matcher": "taxonomy-extremist"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/task-completion-capture.sh",
"timeout": 30
}
],
"matcher": "babyclaude"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/capture-catastrophiser.sh",
"timeout": 30
}
],
"matcher": "catastrophiser"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/capture-cynic.sh",
"timeout": 30
}
],
"matcher": "cynic"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/capture-perfectionist.sh",
"timeout": 30
}
],
"matcher": "git-perfectionist"
}
],
"SubagentStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/create-task-branch.sh",
"timeout": 30
}
],
"matcher": "babyclaude"
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/validate-plan-format.sh",
"timeout": 10
}
],
"matcher": "claudikins-kernel:execute"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/execute-status.sh",
"timeout": 10
}
],
"matcher": "claudikins-kernel:execute.*(--status|status)"
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": true,
"touchesFileWrites": true
},
"typeStats": {
"command": 19
},
"eventStats": {
"Stop": 4,
"PreCompact": 1,
"PreToolUse": 1,
"PostToolUse": 2,
"SessionStart": 3,
"SubagentStop": 5,
"SubagentStart": 1,
"UserPromptSubmit": 2
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 19,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}