/plugin marketplace add jo-minjun/claude-devkit/plugin install claude-devkit@jo-minjunDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "python3 hooks/stop.py"
}
]
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "python3 hooks/pre_compact.py"
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 hooks/pre_tool_use.py"
}
],
"matcher": ".*"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 hooks/post_tool_use.py"
}
],
"matcher": "Write|Edit|Read"
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "python3 hooks/notification.py"
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "python3 hooks/session_start.py"
}
]
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "python3 hooks/subagent_stop.py"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "python3 hooks/user_prompt_submit.py"
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 8
},
"eventStats": {
"Stop": 1,
"PreCompact": 1,
"PreToolUse": 1,
"PostToolUse": 1,
"Notification": 1,
"SessionStart": 1,
"SubagentStop": 1,
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 8
}
}