npx claudepluginhub jek-bao-choo/datadog-agentic-pluginsDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh",
"timeout": 10
}
],
"matcher": "*"
}
]
}"On SessionStart, checks for ~/.autosearch/venv and runs bash setup.sh to install AutoSearch dependencies if missing. Executes bash commands."