What problem does it solve?
This Skill streamlines terminal-based workflows by providing advanced window management, parallel task execution, and integrated browser previews, significantly boosting productivity for AI coding agents.
Core Features & Use Cases
- Pane Management: Split terminal windows horizontally or vertically to view multiple sessions simultaneously.
- Parallel Execution: Run development servers, tests, or other tasks in separate panes, allowing for concurrent operations.
- Integrated Browser: Open and control a browser directly within a terminal pane for live previews or web-based debugging.
- Notifications: Receive desktop and in-app notifications for task completion or agent status updates.
- Use Case: When developing a web application, use cmux to open your code editor in one pane, the running development server in another, and a browser preview in a third, all within a single terminal window.
Quick Start
Use cmux to open a new split pane to the right and send the command 'npm run dev' into it.