iterm-multi-tasking

Create iTerm2 multi-pane grids and run parallel CLI agents via Python and AppleScript.

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/tankygranny05/agent-box --skill iterm-multi-tasking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iterm-multi-tasking
Source: https://github.com/tankygranny05/agent-box/tree/main/agent-box/seed/claude-skills/iterm-multi-tasking
Command: npx skills add https://github.com/tankygranny05/agent-box --skill iterm-multi-tasking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and management of complex iTerm2 window layouts with multiple panes, enabling the simultaneous execution of multiple command-line agents or tasks.

Core Features & Use Cases

  • iTerm2 Pane Management: Creates custom multi-pane grids (e.g., 4x3) within iTerm2 windows.
  • Parallel Agent Execution: Runs multiple CLI agents (like Gemini, Claude, Codex) concurrently in separate panes.
  • Automated Workflows: Automates terminal tasks by sending commands and prompts to multiple panes, handling critical gotchas like triggering Enter for interactive programs.
  • Use Case: Launch nine instances of gemini --yolo in a 4x3 grid, each processing a different stock analysis prompt, and automate the entire setup with a single command.

Quick Start

Use the iterm-multi-tasking skill to create a new iTerm2 window with 12 panes and run gemini --yolo in panes 1 through 9.

Frequently Asked Questions about iterm-multi-tasking

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

FAQPage Schema
How do I run parallel CLI agents in iTerm2?

To run parallel CLI agents in iTerm2, this Skill automates multi-pane grid creation via Python and AppleScript, enabling simultaneous execution of multiple command-line agents in separate panes.

Can I automate sending commands and prompts to multiple iTerm2 panes?

Yes, automating terminal workflows involves sending text to multiple iTerm2 panes while handling critical gotchas like triggering the Enter key for interactive programs.

Does this iTerm2 automation tool require AppleScript for pane management?

Yes, iTerm2 pane management requires precise AppleScript commands to manage windows, tabs, sessions, and send text with proper Enter key simulation for interactive programs.

What is the best way to set up a 4x3 terminal grid for concurrent agent execution?

The best way to set up a concurrent execution grid is automating the creation of a custom 4x3 multi-pane iTerm2 window to launch multiple CLI agents with a single command.

Why does my automated terminal workflow fail to submit prompts in interactive programs?

Automated terminal workflows fail to submit prompts in interactive programs when lacking proper Enter key simulation, a critical gotcha solved by precise AppleScript commands.