npx claudepluginhub metcalfc/claude-plugin --plugin chad-toolsDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh",
"timeout": 10
}
],
"matcher": "*"
}
]
}"Executes Windows batch script run-hook.cmd session-start on SessionStart events matching startup, resume, clear, or compact. Command type hook, no bash or file writes."