collaborate-gemini

Run Gemini CLI agents in parallel via tmux sessions.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/vrazdalovschi/dotfiles --skill collaborate-gemini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: collaborate-gemini
Source: https://github.com/vrazdalovschi/dotfiles/tree/main/claude/skills/collaborate-gemini
Command: npx skills add https://github.com/vrazdalovschi/dotfiles --skill collaborate-gemini

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables parallel AI execution by leveraging the Gemini CLI, especially useful for tasks that benefit from its large context window or require interactive shell command execution.

Core Features & Use Cases

  • Parallel AI Execution: Run Gemini CLI in headless mode while controlling it interactively via tmux.
  • Large Context Window Utilization: Ideal for tasks benefiting from Gemini's 1M+ context window.
  • Use Case: Delegate a complex coding task to Gemini, monitor its progress in real-time, and intervene if necessary, all within your terminal.

Quick Start

Start a new tmux session for Gemini by running the command tmux new-session -d -s gemini -x 200 -y 50.

Frequently Asked Questions about collaborate-gemini

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

FAQPage Schema
How do I run parallel AI coding tasks with Gemini CLI in the terminal?

Parallel AI execution with Gemini CLI is achieved by running the agent in headless mode while controlling it interactively via tmux sessions, allowing real-time monitoring and intervention for complex coding tasks.

When should I use Gemini CLI for complex coding tasks instead of other AI agents?

Gemini CLI is ideal for complex coding tasks that benefit from its large context window of over one million tokens, especially when you need to manage AI agent workflows and execute interactive shell commands.

Do I need tmux to manage interactive AI agent workflows in the terminal?

Yes, tmux is required for session management and interactive command input. It enables you to start a detached session, monitor Gemini's progress in real-time, and intervene if necessary.

How do I start a tmux session for Gemini CLI?

To start a tmux session for Gemini, run the command `tmux new-session -d -s gemini -x 200 -y 50` to create a detached session with specified dimensions for optimal terminal display.

Can I monitor and intervene in AI execution while delegating a coding task?

You can delegate a complex coding task to Gemini and monitor its progress in real-time within your terminal. Tmux session management allows you to intervene interactively whenever necessary during execution.