npx claudepluginhub utakatakyosui/c2lab --plugin vibe-kanbanDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/session-stop.sh\"",
"timeout": 10
}
],
"matcher": ""
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/ensure-server.sh\"",
"timeout": 5
}
],
"matcher": ""
}
]
}"On SessionStart, echoes solo-factory status JSON listing skills (research, validate, scaffold, etc.) and agents, runs context-drift.sh (5s timeout). On Stop, runs pipeline-stop.sh."