npx claudepluginhub nevaberry/nevaberry-plugins --plugin knowledge-patchDefined 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 session-start.sh script on SessionStart events matching 'startup|resume' or 'clear|compact' to enable custom session initialization workflows."