npx claudepluginhub vvkmnn/claude-emporium --plugin claude-gladiatorDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/stop.js"
}
],
"matcher": "*",
"description": "Reflect on unprocessed observations before session ends"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/post-error.js"
}
],
"matcher": "Bash|Edit|Write",
"description": "Observe tool failure patterns (silent on success)"
}
]
}"Runs Node.js scripts after Edit/Write/Bash tool uses and on Stop. Executes bash commands and performs file writes for post-processing automation."