npx claudepluginhub schpet/jjagent --plugin jjagentDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "jjagent claude hooks Stop"
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "jjagent claude hooks PreToolUse"
}
],
"matcher": "Edit|MultiEdit|Write"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "jjagent claude hooks PostToolUse"
}
],
"matcher": "Edit|MultiEdit|Write"
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "jjagent claude hooks UserPromptSubmit"
}
]
}
]
}"Orchestrates agent workflows: blocks Stop until tasks complete, blocks Task tools if verification incomplete, tracks file changes on Edit/Write, reminds on overdue polling via UserPromptSubmit. Runs Python scripts; tracks file writes."