tmux-sessions
CommunityOrchestrate tmux sessions across projects.
System Documentation
What problem does it solve?
This Skill helps developers manage and automate multiple tmux sessions, reducing context switching and improving parallel workstreams.
Core Features & Use Cases
- Session orchestration: create, attach, detach, and kill named sessions to keep tasks organized.
- Parallel workflows: run and monitor multiple sessions side-by-side for tests, servers, and logs.
- Lifecycle templates: reusable patterns for common dev setups (server, test, log-monitor).
Quick Start
Run the following to create a background development server in a named tmux session: tmux new-session -d -s dev-server Attach to the session: tmux attach -t dev-server Start a watcher in a second session: tmux new-session -d -s logs Send commands to the background session: tmux send-keys -t dev-server 'npm run dev' Enter Clean up: tmux kill-session -t dev-server tmux kill-session -t logs
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: tmux-sessions Download link: https://github.com/phuetz/code-buddy/archive/main.zip#tmux-sessions Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.