The terminal, leveled up. Spawn grids of AI coding agents (Claude, Codex, Gemini, Cursor) in one command. Status labels, sounds, presets, session resume. Zero dependencies beyond tmux.
# agentgrid [](https://www.npmjs.com/package/agentgrid) [](https://opensource.org/licenses/MIT) [](#works-with) [](#tests) [](#how-it-works) **Your AI agents deserve a proper office.** One command. Six agents. All working in parallel. ```bash npx agentgrid 2x3 cursor ``` ``` ┌──────────────┬──────────────┬──────────────┐ │ ⚡ Agent 1 │ ⚡ Agent 2 │ ⚡ Agent 3 │ │ fixing auth │ writing tests│ updating docs│ ├──────────────┼──────────────┼──────────────┤ │ ✅ Agent 4 │ ⏳ Agent 5 │ ⚡ Agent 6 │ │ done — 3min │ needs input │ refactoring │ └──────────────┴──────────────┴──────────────┘ ``` agentgrid creates grids of terminal panes, launches your AI coding agent in each one, and shows you who's working (blue), who's done (green), and who needs you (yellow) — with sound alerts. Works with **Claude Code, Codex, Cursor CLI, Aider, Goose, Cline, Hermes, Cursor, Cursor**, or literally any terminal command. <!-- GIF demo: agentgrid 2x3 cursor spawning 6 panes, tasks injected, status colors updating --> ## Install ```bash npm install -g agentgrid ``` Or with curl: ```bash curl -fsSL https://raw.githubusercontent.com/naman10parikh/agentgrid/main/install.sh | bash ``` Installs tmux (if needed), configures hooks, sets up sounds. 60 seconds. **Requirements:** bash, tmux, python3 · **Supports:** macOS · Linux · Windows (WSL) ## Quick Start ```bash # Same agent in every pane agentgrid 2x3 cursor # Interactive wizard — pick agents per pane, save as preset agentgrid setup # Launch a saved configuration agentgrid launch dev-sprint ``` agentgrid auto-detects tmux. If
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.