npx claudepluginhub ven0m0/claude-config --plugin coding-assistantDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/format.sh\" \"$FILE\"",
"description": "Auto-format code after editing"
}
],
"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."