wavyraiwavyraiCommunityยท1 Agent Skills Included

tmux-ide

Turn tmux sessions into an agent-aware terminal IDE

Adds a visual dock to any tmux session with live agent status, fleet tabs, and notifications when an agent needs attention. Detects working, blocked, and done states for Claude Code and other CLI agents without replacing your existing terminal setup. Restores entire session fleets after crashes and lets agents message, task, and wait on each other from the command line.
npx skills add wavyrai/tmux-ide --all -g -y
Available:

Tells the AI agent how to adopt tmux sessions, report agent status via pane options, coordinate multi-agent fleets with send and wait commands, and design workspace layouts for users.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install tmux-ide?โ–ผ

Run `npx skills add wavyrai/tmux-ide --all -g -y` in your terminal to install the skill globally. You also need tmux 3.0+ and Node.js 20 or newer on your machine.

What does tmux-ide do?โ–ผ

It adds a status dock to any existing tmux session showing live agent states, fleet tabs, and notifications. Your sessions stay ordinary tmux, so there is no lock-in or migration.

How does tmux-ide track AI agent status?โ–ผ

Claude Code reports working, blocked, and done states automatically through lifecycle hooks installed with one command. Any other agent can self-report the same way by setting a single tmux pane option.

Can multiple AI agents work together in tmux-ide?โ–ผ

Yes. Agents can read each other's status, send tasks directly into another agent's prompt, and block until a teammate finishes using the send and wait commands.

What happens if my tmux server crashes?โ–ผ

Run `tmux-ide restore --resume-agents` to rebuild every session, window, and layout from continuous snapshots. It even revives Claude conversations from their recorded session IDs.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’