What problem does it solve? Running dev servers, build watchers, and other non-terminating commands blocks the terminal and makes it hard to monitor progress. This Skill lets you manage long-lived processes, terminal splits, and status indicators through the cmux CLI without losing track of running jobs. ## Core Features & Use Cases - Long-Running Process Management: Send commands to existing terminal surfaces, read bounded output, and send follow-up input or keys without blocking. - Layout & Workspace Control: Create splits, list panes and surfaces, switch workspaces, and focus panes programmatically. - Status & Notifications: Set sidebar status pills, progress bars, log entries, and desktop notifications for build completion or failure. - Use Case: Start a dev server with npm run dev in the existing Terminal surface, set a progress bar while the build runs, then send a notification and clear the status when it finishes. ## Quick Start Use cmux to start my dev server in the existing Terminal surface and show a progress bar in the sidebar while it builds.