npx claudepluginhub mistakeknot/interagency-marketplace --plugin intercheckDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/syntax-check.sh",
"timeout": 5
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/auto-format.sh",
"timeout": 10
}
],
"matcher": "Edit|Write|NotebookEdit"
}
]
}"Runs sync_marketplace_to_plugins.py after PostToolUse on Write/Edit/MultiEdit tools to sync marketplace listings to local plugins directory. Performs file writes."