npx claudepluginhub charliechan53/superpower-router --plugin superpower-routerDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"async": false,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start-reset.sh"
}
],
"matcher": "startup|clear"
},
{
"hooks": [
{
"type": "command",
"async": false,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
}
],
"matcher": "resume|compact"
}
]
}"Executes check-mcp.sh script via command hook on SessionStart event at the beginning of each Claude Code session."