tmux-ide
Turn tmux sessions into an agent-aware terminal IDE
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core