npx claudepluginhub vvkmnn/claude-emporium-beta --plugin claude-praetorianDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/stop.js"
}
],
"matcher": "*",
"description": "Nudge to compact findings at turn end"
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/pre-compact.js"
}
],
"matcher": "*",
"description": "Remind to merge into existing compactions"
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use.js"
}
],
"matcher": "Task|WebSearch|WebFetch",
"description": "Nudge to check compactions before subagents and research"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/post-tool-use.js"
}
],
"matcher": "WebFetch|WebSearch",
"description": "Nudge to update existing compactions after research"
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/post-tool-use.js"
}
],
"matcher": "*",
"description": "Nudge to update existing compactions after subagent work"
}
]
}"{\"riskFlags\": {\"touchesBash\": false, \"matchAllTools\": false, \"touchesFileWrites\": false}, \"typeStats\": {\"command\": 5}, \"eventStats\": {\"Stop\": 1, \"PreCompact\": 1, \"PreToolUse\": 1, \"PostToolUse\": 1, \"SubagentStop\": 1}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 5, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 5}}"