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