collaborating-with-gemini

python scripts/gemini_bridge.py --cd "/path/to/project" --PROMPT "Your task"

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "collaborating-with-gemini" with this command: npx skills add renocrypt/latex-arxiv-skill/renocrypt-latex-arxiv-skill-collaborating-with-gemini

Quick Start

python scripts/gemini_bridge.py --cd "/path/to/project" --PROMPT "Your task"

Output: JSON with success , SESSION_ID , agent_messages , and optional error .

Parameters

usage: gemini_bridge.py [-h] --PROMPT PROMPT --cd CD [--sandbox] [--SESSION_ID SESSION_ID] [--return-all-messages] [--model MODEL]

Gemini Bridge

options: -h, --help show this help message and exit --PROMPT PROMPT Instruction for the task to send to gemini. --cd CD Set the workspace root for gemini before executing the task. --sandbox Run in sandbox mode. Defaults to False. --SESSION_ID SESSION_ID Resume the specified session of the gemini. Defaults to empty string, start a new session. --return-all-messages Return all messages (e.g. reasoning, tool calls, etc.) from the gemini session. Set to False by default, only the agent's final reply message is returned. --model MODEL The model to use for the gemini session. This parameter is strictly prohibited unless explicitly specified by the user.

Multi-turn Sessions

Always capture SESSION_ID from the first response for follow-up:

Initial task

python scripts/gemini_bridge.py --cd "/project" --PROMPT "Analyze auth in login.py"

Continue with SESSION_ID

python scripts/gemini_bridge.py --cd "/project" --SESSION_ID "uuid-from-response" --PROMPT "Write unit tests for that"

Common Patterns

Prototyping (request diffs):

python scripts/gemini_bridge.py --cd "/project" --PROMPT "Generate unified diff to add logging"

Debug with full trace:

python scripts/gemini_bridge.py --cd "/project" --PROMPT "Debug this error" --return-all-messages

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

arxiv-paper-writer

No summary provided by upstream source.

Repository SourceNeeds Review
General

latex-rhythm-refiner

No summary provided by upstream source.

Repository SourceNeeds Review
General

collaborating-with-claude

No summary provided by upstream source.

Repository SourceNeeds Review
General

collaborating-with-gemini

No summary provided by upstream source.

Repository SourceNeeds Review