Gemini Research banner
ankitdotgg ankitdotgg

Gemini Research

Development community

Description

Use Gemini to research a topic, then Claude synthesizes the findings with its own judgment. ## Instructions 1. Parse the research topic from $ARGUMENTS. If no arguments, ask: "What should Gemini research?" 2. Call `gemini_prompt` with: - `model`: `flash` (fast enough for research) - `prompt`: Build this prompt: ``` Research the following topic thoroughly: TOPIC: [user's topic] Output format: ## Key Findings (5-7 bullets) ## Pros ## Cons ## Al

Installation

Installs to ~/.claude/skills/ankitdotgg-making-gemini-useful-with-claude-gemini-research/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ankitdotgg-making-gemini-useful-with-claude-gemini-research && curl -fsSL https://raw.githubusercontent.com/ankitdotgg/making-gemini-useful-with-claude/HEAD/commands/gemini-research.md -o ~/.claude/skills/ankitdotgg-making-gemini-useful-with-claude-gemini-research/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository