Help us improve
Share bugs, ideas, or general feedback.
From gemini-bridge
Use Gemini as an independent reviewer to compare two technical approaches
npx claudepluginhub talent-factory/claude-plugins --plugin gemini-bridgeHow this command is triggered — by the user, by Claude, or both
Slash command
/gemini-bridge:compare <comparison-question>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Gemini Bridge: Compare Use Gemini 2.5 Pro as an independent technical reviewer to compare approaches. This implements the "propose with Claude, validate with Gemini" pattern. ## Usage ## Workflow 1. Claude generates or gathers Approach A and Approach B 2. Call `gemini_compare_approaches` with both approaches and evaluation criteria 3. Present Gemini's structured comparison 4. Claude synthesizes final recommendation combining both perspectives ## Teaching Note (AI-Assisted Software Engineering) This command demonstrates the **model-agnostic validation pattern**: - No single model h...
/researchPerforms on-demand domain research on technology choices or ecosystems, producing detailed reports with candidate comparisons, compatibility analysis, and recommendations.
/optionsCompares options side-by-side against weighted criteria, scores them, and recommends the best fit. Interactively asks questions to clarify decision context if needed.
/consultQueries external LLMs (Codex, Gemini) for perspectives on architecture, design decisions, and feature planning. Supports single/multi-LLM modes and model selection.
/consult-aiAssesses coding problem, recommends best AI (Gemini, Codex, or Claude) for needs like web research or code analysis, confirms with user, and routes consultation.
/discussFacilitates technical decision-making through structured analysis, multi-perspective exploration, trade-off evaluation, and rationale documentation.
/compareCompares two skills head-to-head across quality dimensions, reporting which is better in each category. Accepts two arguments: <skill-a> and <skill-b>.
Share bugs, ideas, or general feedback.
Use Gemini 2.5 Pro as an independent technical reviewer to compare approaches. This implements the "propose with Claude, validate with Gemini" pattern.
/gemini-bridge:compare Should we use FastAPI or Django for this REST API?
/gemini-bridge:compare Review these two database schemas for the user module
/gemini-bridge:compare Evaluate: event-driven vs. synchronous architecture for ExamCraft
gemini_compare_approaches with both approaches and evaluation criteriaThis command demonstrates the model-agnostic validation pattern: