One-click install
npx skills add https://github.com/Cheggin/request-for-startups --skill tmux-spawn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux-spawn
Source: https://github.com/Cheggin/request-for-startups/tree/main/skills/tmux-spawn
Command: npx skills add https://github.com/Cheggin/request-for-startups --skill tmux-spawn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spawns and coordinates Claude Code agents in a single tmux window, ensuring each pane loads fully before interaction and is verified for activity.

Core Features & Use Cases

  • Spawns new agent panes within a shared tmux window named "agents" and automatically tiles layouts.
  • Waits for Claude Code to load, using ready indicators, before sending prompts.
  • Sends prompts and verifies agent activity post-spawn to ensure responsive execution.
  • Provides a reusable API for spawning, sending keys, and verification in harness workflows.

Quick Start

Instruct the harness to spawn a named agent with a command that launches Claude Code inside tmux and waits for readiness before issuing prompts.

Frequently Asked Questions about tmux-spawn

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

FAQPage Schema
How do I spawn and manage multiple Claude Code agents in a single tmux window?

To spawn multiple Claude Code agents in tmux, this Skill creates new panes within a shared window named "agents", automatically tiles layouts, and provides a reusable API for pane management and orchestration across panes.

How do I ensure a tmux pane is fully loaded before sending commands to a Claude Code agent?

Ensuring a tmux pane is fully loaded requires waiting for ready indicators; this Skill polls the load-state and verifies Claude Code readiness before safely sending prompts or keys to the agent.

Can I verify agent activity post-spawn to ensure responsive execution in tmux?

Yes, you can verify agent activity post-spawn in tmux; this Skill includes post-spawn verification via tmux scripting utilities to check load-state polling and confirm responsive execution.

Does tmux-spawn require any external dependencies for agent orchestration?

No external dependencies are required for tmux-spawn agent orchestration; it operates independently using built-in tmux scripting utilities to handle deterministic pane creation and safe key sending.

What is the best way to automate agent spawning and monitoring across tmux panes in real-time?

The best way to automate agent spawning and monitoring in real-time is using a harness workflow that handles deterministic pane creation, load-state polling, and safe key sending to coordinate agents across tmux panes.