Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From bigquery-agent-analytics-tracing
Runs shell scripts on all 9 Claude Code lifecycle events: start, stop, tool use, sessions, prompts, permissions, and subagent stops. Executes bash commands.
9 events · 9 hooks
npx claudepluginhub googlecloudplatform/bigquery-agent-analytics-sdk --plugin bigquery-agent-analytics-tracingSafety signals detected in this hook configuration
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
bash "${CLAUDE_PLUGIN_ROOT}/hooks/stop.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/pre_tool_use.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/session_end.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/post_tool_use.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/notification.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/session_start.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/subagent_stop.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/user_prompt_submit.sh"bash "${CLAUDE_PLUGIN_ROOT}/hooks/permission_request.sh"Share bugs, ideas, or general feedback.