npx claudepluginhub jmfontaine/jmf-claude-plugins --plugin better-assistantDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/better-assistant.sh"
}
]
}
]
}"Executes session-context.sh bash script from plugin root on SessionStart to set up session context. Runs shell command without file writes."