·tmux
</>

tmux

dtinth/agent-skills

Use this skill to run background processes or long running processes using tmux.

6Installs·1Trend·@dtinth

Installation

$npx skills add https://github.com/dtinth/agent-skills --skill tmux

SKILL.md

tmux lets you run commands in the background and check on them later. When you run a normal bash command, you have to wait for it to finish. With tmux, you can start a command, let it run in the background, and check its output whenever you want.

If you don't see the output you want yet, sleep and run again. If you don't know how long it will take, start at 15 seconds, doubling the sleep duration each time, but never sleep more than 4 minutes (240 seconds).

Use this skill to run background processes or long running processes using tmux. Source: dtinth/agent-skills.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dtinth/agent-skills --skill tmux Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dtinth/agent-skills --skill tmux
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is tmux?

Use this skill to run background processes or long running processes using tmux. Source: dtinth/agent-skills.

How do I install tmux?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dtinth/agent-skills --skill tmux Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/dtinth/agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01