npx claudepluginhub dhofheinz/open-plugins --plugin marketplace-validator-pluginDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"args": [],
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/auto-validate-marketplace.sh"
}
],
"matcher": "Write.*marketplace\\.json|Edit.*marketplace\\.json"
},
{
"hooks": [
{
"args": [],
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/auto-validate-plugin.sh"
}
],
"matcher": "Write.*plugin\\.json|Edit.*plugin\\.json"
}
]
}"Runs Node.js check-blog-post.js after Write tool uses to check blog posts. PostToolUse hook with Write matcher; touches file writes, no bash."