npx claudepluginhub nathanvale/side-quest-marketplace-old --plugin validate-pluginDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bun run ${CLAUDE_PLUGIN_ROOT}/hooks/validate-plugin.ts",
"timeout": 30
}
],
"matcher": "Read|Write|Edit|MultiEdit"
}
]
}"Runs post_edit_validate.sh and post_edit_sync_check.sh scripts after Write|Edit tool uses on PostToolUse events. Involves file writes post-execution."