What problem does it solve?
This Skill streamlines the process of spawning, managing, and monitoring AI agents directly within terminal panes (cmux), enabling parallel work and visible agent activity across various AI CLIs.
Core Features & Use Cases
- Parallel Agent Spawning: Launch multiple AI agents (Claude, Codex, Cursor, Gemini, Kiro) simultaneously in separate terminal panes for concurrent tasks.
- CLI Agnostic Management: Provides a unified interface to interact with different AI command-line tools, abstracting away CLI-specific syntax.
- Worktree Isolation: Enforces proper Git worktree isolation for parallel agents working on the same repository, preventing state conflicts.
- Use Case: You need to perform a codebase-wide security audit with Cursor, refactor a module with Codex, and research a new pattern with Gemini, all at the same time. This Skill allows you to spawn each agent in its own cmux pane, manage their lifecycle, and monitor their progress.
Quick Start
Spawn a Claude agent in the golems repository to fix the search ranking issue.