## What problem does it solve?
This skill simplifies the management of per-project tmux sessions by providing a consistent, script-driven approach to create, monitor, and attach to sessions via Unix sockets in /tmp.
## Core Features & Use Cases
- Session lifecycle management: create, verify, and attach to a tmux session with a standard socket path per project.
- Status and window visibility: report active windows, their CWDs, and whether a pane is actively running a command.
- Workflow automation: initialize sessions, spawn windows for tasks, send commands, and poll for completion.
- Use case: on a development project, initialize a persistent session, run a long-running server in a dedicated window, and monitor progress.
### Quick Start
Initialize a session with tmux-create.sh and attach to it using the provided attach command.