/plugin marketplace add minipuft/claude-prompts/plugin install minipuft-claude-prompts@minipuft/claude-promptsDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"name": "ralph-stop",
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/ralph-stop.py",
"timeout": 5
}
]
}
],
"PreCompact": [
{
"hooks": [
{
"name": "pre-compact",
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/pre-compact.py",
"timeout": 5
}
],
"matcher": "*"
}
],
"PostToolUse": [
{
"hooks": [
{
"name": "chain-tracker",
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/post-prompt-engine.py",
"timeout": 5
}
],
"matcher": "*prompt_engine*"
}
],
"SessionStart": [
{
"hooks": [
{
"name": "dev-sync",
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/dev-sync.py",
"timeout": 15
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"name": "prompt-suggest",
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/prompt-suggest.py",
"timeout": 5
}
],
"matcher": "*"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 5
},
"eventStats": {
"Stop": 1,
"PreCompact": 1,
"PostToolUse": 1,
"SessionStart": 1,
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 5,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}