npx claudepluginhub anthropics/claude-plugins-community --plugin project-setupDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/check-setup.sh"
}
],
"matcher": "startup"
}
]
}"Runs 'ttal context' command on SessionStart events matching 'startup|clear', enabling context initialization at session startup or clear. Uses command type with 15s timeout; no bash or file writes."