What problem does it solve?
Claude workflows inside tmux often suffer from pane mismanagement and unclear orchestration. This skill enables Claude to discover and manage tmux panes within a cctmux session, enabling organized workspaces with dedicated panes for development servers, file watchers, and monitors.
Core Features & Use Cases
- Pane discovery and targeting: safely identify pane IDs and avoid sending commands to Claude's own pane.
- Dynamic pane creation: spawn split panes for servers, watchers, and tests without losing focus.
- Command orchestration: send keys to panes to start processes and monitor outputs within a single Claude workflow.
- Use Case: while developing a multi-service app, Claude can open separate panes for API, frontend, and tests and coordinate their startups from a single prompt.
Quick Start
Start by ensuring you’re inside a tmux-session started by cctmux, then tell Claude to set up panes and launch your dev servers.