npx claudepluginhub extremeclarity/claude-plugins --plugin worldviewDefined in ./hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/load-context.sh"
}
]
}
]
}"Executes session-start.sh shell script via bash command on SessionStart event, enabling custom automation or initialization at the start of each Claude Code session."