SessionStart
01Hook
Runs when a session starts on startup, executing session-start-risk-map.sh. From azmym/gemini-plugin.
Claude Code plugin: Gemini as second-opinion assistant (validator, challenger, researcher, summarizer subagents + auto-trigger hooks)
Hook
Runs when a session starts on startup, executing session-start-risk-map.sh. From azmym/gemini-plugin.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-grounding.sh. From azmym/gemini-plugin.
Hook
Runs before the agent uses a tool for Bash and ExitPlanMode tool calls, executing pre-destructive-bash.sh and plan-complete.sh (2 commands). From azmym/gemini-plugin.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing design-review.sh. From azmym/gemini-plugin.
Hook
Runs before the context is compacted, executing pre-compact-summary.sh. From azmym/gemini-plugin.
Hook
Runs when the agent finishes a response, executing stop-done-claim.sh. From azmym/gemini-plugin.
Hook
Runs when a subagent finishes for gemini-validator, gemini-challenger, gemini-researcher, gemini-summarizer and gemini-reviewer tool calls, executing subagent-verdict-handler.sh. From azmym/gemini-plugin.