npx claudepluginhub masseater/claude-code-plugin --plugin eslint-lspDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "cd ${CLAUDE_PLUGIN_ROOT} && bun install --production --silent 2>/dev/null || true"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/entry/check-eslint-server.ts"
}
]
}
]
}"Executes session-start.sh shell script synchronously on SessionStart events matching startup, resume, clear, or compact."