What problem does it solve?
This Skill streamlines terminal management by allowing you to create, control, and monitor multiple processes across different terminal sessions, enhancing productivity for complex development workflows.
Core Features & Use Cases
- Session Management: Create new terminal tabs (surfaces) or isolated workspaces.
- Process Control: Send commands to running processes and read their output.
- Workflow Orchestration: Manage dev servers, test runners, and background tasks efficiently.
- Use Case: Start a frontend dev server in one tab, a backend API in another, and a test watcher in a third, all within the same organized workspace, and easily switch between them or monitor their output.
Quick Start
Use the cmux skill to create a new terminal tab and run 'npm run dev' inside it.