tmux-sessions

Installation
SKILL.md

Tmux Sessions

Overview

Use tmux to manage background processes, run dev servers, and execute parallel tasks without blocking the main terminal.

Quick Reference

Create and manage sessions

# New named session
tmux new-session -d -s dev-server

# List sessions
tmux list-sessions

# Attach to session
tmux attach -t dev-server
Related skills
Installs
2
GitHub Stars
7
First Seen
Mar 18, 2026