gemini-research

Automates technical research with Gemini and Claude verification, producing reproducible logs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dbaek-star/claude-gemini-skills --skill gemini-research-dbaek-star
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-research
Source: https://github.com/dbaek-star/claude-gemini-skills/tree/main/skills/gemini-research
Command: npx skills add https://github.com/dbaek-star/claude-gemini-skills --skill gemini-research-dbaek-star

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates technical research using Gemini CLI and Claude verification to ensure accurate results.

Core Features & Use Cases

  • Two-stage verification: Gemini results are validated and augmented by Claude.
  • Reproducible logs: All findings are saved under .gemini/research/ for traceability.
  • Cross-skill context: Updates and reads a shared .gemini/context.md to reduce duplication across skills.
  • Use Case: Data-structure library comparisons, algorithm explorations, and best-practice collection for software projects.

Quick Start

Start a Gemini-backed research cycle by providing a prompt and letting Claude verify the results.

Frequently Asked Questions about gemini-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate technical research with source credibility verification?

Automated technical research with source credibility verification is achieved by running a primary Gemini model and validating results with Claude, producing reproducible logs and credibility tagging for software engineering tasks.

How does two-stage verification work for library comparison research?

Two-stage verification for library comparison research works by generating initial findings with Gemini and subsequently validating or augmenting those results with Claude to ensure accuracy and source credibility.

What is the best way to store reproducible technical research logs?

Reproducible technical research logs are stored under the .gemini/research directory, ensuring full traceability and caching of prior results for algorithm explorations and best-practice gathering.

Can I use this automated research approach without installing external dependencies?

You can use this automated research approach without external dependencies because it operates by executing a primary Gemini model with automatic fallback and Claude verification directly within your environment.

How do I reduce context duplication when gathering software engineering best practices?

Reduce context duplication when gathering best practices by updating and reading a shared cross-skill context at .gemini/context.md, which centralizes research findings for subsequent tasks.

What are the limitations of using Gemini CLI for algorithm exploration?

Limitations of using Gemini CLI for algorithm exploration include reliance on automatic fallback when the primary model fails and the necessity of Claude verification to ensure the accuracy of generated technical findings.