tmux
Installation
SKILL.md
tmux Skill
Control tmux sessions programmatically. Send keys, capture output, run interactive processes.
Cross-platform:
- Linux/macOS: Uses native
tmux - Windows: Uses
psmux(native Windows tmux, 95%+ syntax compatible)
Use tmux when:
- SSH to remote servers (persistent sessions)
- Interactive TTY needed (REPLs, shells, prompts)
- Running multiple processes in parallel
- Orchestrating coding agents
Don't use tmux for:
- Simple background tasks → use
bg runinstead - One-shot commands → run directly
Related skills
More from lirrensi/agent-cli-helpers
desktop-notifications
>
28edge-tts
>
27screenshot
>
15bg-jobs
>
10crony
>
9memory-bank
Use this skill to save, recall, or organize memories across conversations. Trigger on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check your notes', 'do you remember', 'recall'. Also use proactively when the user seems to be resuming previous work, referencing past decisions, or when you discover something genuinely worth preserving for future sessions. This skill is NOT limited to code — use it for business decisions, personal notes, meeting recaps, research, project management, creative work, client history, anything.
9