npx claudepluginhub mistakeknot/interagency-marketplace --plugin interlabDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/detect-campaign.sh"
}
],
"matcher": ""
}
]
}"On SessionStart, asynchronously runs Python script ./scripts/main.py hooks via uv in plugin root directory, setting PLUGIN_NAME=naming env var (300s timeout)."