npx claudepluginhub leejuoh/claude-code-zero --plugin worktree-plusDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/setup-check.sh"
}
],
"matcher": "startup"
}
]
}"Executes Windows command script '${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd session-start' on SessionStart events matching startup|resume|clear|compact. No bash or file writes."