npx claudepluginhub opentrace/opentrace --plugin opentrace-ossDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/opentrace-hook.py"
}
],
"matcher": "Grep|Glob|Bash"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/edit-hook.py"
}
],
"matcher": "Edit|Write"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/session-start.sh"
}
],
"matcher": ""
}
]
}"Enforces validators and preconditions for GitHub issue tools (ralph_hero__), blocks unsafe Write/Edit/Bash ops, gitignore checks, phase gates via bash scripts. Handles file writes."