azmym/gemini-plugin

Claude Code plugin: Gemini as second-opinion assistant (validator, challenger, researcher, summarizer subagents + auto-trigger hooks)

1Stars on the repository
28Mods indexed here, across every type
18d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

gemini-challenger

01

azmym/gemini-plugin

Agent

Use proactively before destructive operations, when evaluating architectural choices, or when the main agent appears stuck in a pattern. Devil's advocate that argues at least 2 alternative approaches and 1 reason the current path is wrong. Returns structured JSON {alternatives, objections, mustaddress}.

1 18d ago A 64 tokens original MIT

gemini-researcher

02

azmym/gemini-plugin

Agent

Use proactively when a question involves post-training-cutoff information, live API docs, recent CVEs, library releases, or any claim that needs a primary source. Performs search-grounded research and deep research via Gemini. Never opines without a citation. Returns answer + citations.

1 18d ago A 64 tokens original MIT

gemini-reviewer

03

azmym/gemini-plugin

Agent

Use proactively when finalizing a diff or PR for a generalist third-reviewer pass that the other agents do not cover: security, threading correctness, library/version drift, doc accuracy, dead code, and complexity. NOT for research (use gemini-researcher), claim validation (use gemini-validator), or devil's-advocate…

1 18d ago A 99 tokens original MIT

gemini-summarizer

04

azmym/gemini-plugin

Agent

Use proactively at session start (BUILDRISKMAP) and before context compaction (SUMMARIZESESSIONSTATE). Compresses session history into structured summaries preserving decisions, discarded alternatives, and unresolved debt. Writes risk maps for new repositories.

1 18d ago A 57 tokens original MIT

gemini-validator

05

azmym/gemini-plugin

Agent

Use proactively after a plan is finalized, after Claude claims a task is done, or before a destructive change. Validates the artifact against the original ask and flags gaps, hallucinations, and missed acceptance criteria. Returns structured JSON {verdict, gaps, hallucinations, nextactions}.

1 18d ago A 63 tokens original MIT