gemini-tmux-orchestration

Community

Orchestrate Gemini via tmux for parallel tasks.

Authorserejaris
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Gemini CLI in headless mode cannot write files or execute shell commands directly; this skill provides a tmux-based workflow to control Gemini interactively from Claude Code, enabling reliable task delegation and parallel execution.

Core Features & Use Cases

  • Status markers and polling to track Gemini state
  • Two-step task sending via tmux to handle Gemini prompts
  • Parallel task orchestration across panes for large workloads
  • Custom .gemini/commands support for reuse

Quick Start

Start Gemini in a split pane and issue commands via tmux, then monitor output.

  • Start Gemini in a split pane: tmux split-window -h -d "cd PROJECT && gemini --yolo"
  • Send a task: tmux send-keys -t {right} 'Build the app per PLAN.md' tmux send-keys -t {right} Enter
  • Check progress: tmux capture-pane -t {right} -p -S -100 | tail -50

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: gemini-tmux-orchestration
Download link: https://github.com/serejaris/ris-claude-code/archive/main.zip#gemini-tmux-orchestration

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.