npx claudepluginhub mistakeknot/interagency-marketplace --plugin interhelmDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/browser-on-native.sh",
"timeout": 5
}
],
"matcher": "mcp__plugin_tuivision_tuivision__get_screenshot"
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/auto-health-check.sh",
"timeout": 10
}
],
"matcher": "Edit|Write"
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/cuj-reminder.sh",
"timeout": 5
}
],
"matcher": "Bash"
}
]
}"After Write/Edit/MultiEdit/Bash tool uses, executes bash scripts to fix environment permissions and ensure ignore files exist. Performs file writes."