npx claudepluginhub michelve/hugin-marketplace --plugin hugin-v0Defined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/automatic-code-review-plugin.sh review"
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/scripts/run-hook.cjs setup-env-check.py"
}
]
},
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/scripts/run-hook.cjs commitlint-enforcer.py"
}
],
"matcher": "Bash"
},
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/scripts/run-hook.cjs anti-pattern-guard.py"
}
],
"matcher": "Write|Edit|MultiEdit"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/scripts/run-hook.cjs quality-gate-reminder.py"
}
],
"matcher": "Write|Edit|MultiEdit"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/automatic-code-review-plugin.sh log"
}
],
"matcher": "Write|Edit|MultiEdit"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks-handlers/session-start.sh"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/scripts/run-hook.cjs adr-gate.py"
}
]
},
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/scripts/run-hook.cjs task-context-injector.py"
}
]
},
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/scripts/run-hook.cjs inject-adr-context.py"
}
]
}
]
}"{\"riskFlags\": {\"touchesBash\": true, \"matchAllTools\": true, \"touchesFileWrites\": true}, \"typeStats\": {\"command\": 10}, \"eventStats\": {\"Stop\": 1, \"PreToolUse\": 3, \"PostToolUse\": 2, \"SessionStart\": 1, \"UserPromptSubmit\": 3}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 10, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 10}}"