npx claudepluginhub nthplusio/functional-claude --plugin session-insightsDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-insights-session-start.js",
"timeout": 10
}
]
}
]
}"Executes 'ttal context' command on SessionStart events matching 'startup|clear', with 15-second timeout. Enables context initialization workflow without bash execution or file writes."