npx claudepluginhub thiagoedson/claude-frontforge --plugin claude-frontforgeDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/validate-frontforge.js",
"timeout": 30
}
],
"matcher": "Write|Edit"
}
]
}"Runs sync_marketplace_to_plugins.py after PostToolUse on Write/Edit/MultiEdit tools to sync marketplace listings to local plugins directory. Performs file writes."