10

Show HN: Gemini Plugin for Claude Code

I built a plugin that lets Claude Code delegate work to Gemini CLI.

I started this after finding myself reaching for Gemini more often on long context repo work. I have been especially liking Gemini’s codebaseinvestigator for long context.

This is inspired by openai/codex-plugin-cc.

Code Review, adversarial review. Under the hood its Gemini CLI over ACP

Would love feedback from people using Claude Code, Gemini CLI, or ACP. I am especially curious whether this feels useful outside my own workflow.

Its a great combo with Opus 4.7 + Gemini 3.1 workflows

Interesting. I have not used codebaseinvestigator before but as the maintainer for a small-medium sized codebase (~150K lines of code) I think this is something I should look into. Thanks for the tip!

19 hours agocomicink

You are welcome! please do leave feedback, will be happy to accommodate.

15 hours agomorawr

This is great! I find myself using Gemini to double check Claude, idea being that they are different models so can be force multipliers/sanity checks for one another

21 hours agoIsolated_Routes

thank you so much for the feedback! if you find any issues with the plugin, please let me know.

19 hours agomorawr

Delegation heuristics are prob the tricky bit. Codebase investigator is obviously a win, but routing decisions get interesting when you're weighing cost against latency for different task types. Multi-model setups will just be how this works once people figure out the right handoff rules.

a day agoseonagi

what i have found to work well is to use it during the planning phase especially when working on an existing project e.g; if i want an adversarial review of the architecture.

a day agomorawr

[dead]