/adv-gemini-research
Deep research query via Gemini with Google Search grounding
$ npx -y skills add andisab/swe-marketplace --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/adv-gemini-research
Context preview
What this command does when you run it.
Deep research query via Gemini with Google Search grounding
Command definition
adv-gemini-research.mddescription: Deep research query via Gemini with Google Search grounding argument-hint: "<research question>" allowed-tools: Bash
If `$ARGUMENTS` is empty, respond with: "Usage: `/adv-gemini-research <question>` — provide a research question for Gemini with Google Search grounding."
Otherwise, run the following command:
bash "${CLAUDE_PLUGIN_ROOT}/skills/dispatch/scripts/dispatch.sh" --engine gemini --research --cwd . --prompt "$ARGUMENTS"This uses Gemini's grounded search capability for research queries that benefit from current web information. If the command fails (exit code non-zero), show the error type from the JSON status line and the last 5 lines of `.claude/reviews/.tmp/dispatch.log` for debugging. Otherwise, present the Gemini response directly — do not summarize or reformat it.
A curated Claude Code plugin marketplace for practical, everyday usage in software engineering — 13 plugins, 53 specialist agents, 14 skills, 3 commands. A few opinionated choices that set it apart from larger awesome-style lists: Curated, not exhaustive.
Repo: andisab/swe-marketplace

