tmux

Installation
SKILL.md

Overview

CLI tools for managing tmux sessions, enabling agents to run and interact with background processes like database connections (psql, mysql), REPLs, log tailing, and other interactive commands.

Prerequisites

  • bun runtime installed
  • tmux installed (brew install tmux or apt install tmux)

Commands

List Sessions

List all active tmux sessions.

bun .opencode/skill/tmux/list-sessions.js [options]
Installs
1
GitHub Stars
60
First Seen
May 8, 2026
tmux — comeonoliver/skillshub