From gemini-bridge
Send any question or task to Gemini CLI. Saves Claude tokens by delegating work to Gemini. Triggers on: "ask gemini", "send to gemini", "delegate to gemini", "gemini help", "use gemini for"
How this skill is triggered — by the user, by Claude, or both
Slash command
/gemini-bridge:gemini-askThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are delegating a task to Google Gemini CLI to save Claude tokens.
You are delegating a task to Google Gemini CLI to save Claude tokens.
bash ~/.claude/gemini-bridge.sh "USER_PROMPT_HERE"
cat > /tmp/gemini_prompt.txt << 'GEMINI_EOF'
[PROMPT HERE]
GEMINI_EOF
bash ~/.claude/gemini-bridge.sh --file /tmp/gemini_prompt.txt
npx claudepluginhub andytargino/gemini-bridge --plugin gemini-bridgeGuides non-interactive Google Gemini CLI execution: positional syntax, stdin piping, JSON output parsing, sandboxing, and automation scripting patterns.
Delegates tasks to Gemini CLI for large-context analysis like broad codebase reviews or long-document processing. Activates on explicit requests such as 'use gemini' or 'delegate to gemini'.
Runs Google's Gemini CLI for code generation, review, analysis, web research via Google Search, and codebase architecture investigation. Use for second AI opinions, real-time web data, or parallel code tasks.