npx claudepluginhub mahongwei-bot/qiushi-skillDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"async": false,
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start"
}
],
"matcher": "startup|clear|compact"
}
]
}"Runs custom Windows command script 'run-hook.cmd session-start' on SessionStart events matching 'startup|clear|compact' triggers. Command execution, no bash or file writes."