tmux — tmux install marius-agents, community, tmux install, ide skills, tmux background process, tmux window management, tmux detached sessions, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Terminal-based Agents requiring efficient background process management using tmux windows. tmux is a terminal multiplexer that enables multiple windows and sessions to run in the background, allowing for efficient process management.

Features

Verify tmux environment and check status using `tmux list-windows` command
Spawn new background processes with `tmux new-window` and `tmux send-keys` commands
Detach sessions using the `-d` flag for unobtrusive process management
Send keys to specific windows using `tmux send-keys` with the `-t` option
Create named windows for easy reference using the `-n` flag

# Core Topics

wogsland wogsland
[0]
[0]
Updated: 3/6/2026

Agent Capability Analysis

The tmux skill by wogsland is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for tmux install, tmux background process, tmux window management.

Ideal Agent Persona

Ideal for Terminal-based Agents requiring efficient background process management using tmux windows.

Core Value

Empowers agents to manage background processes using tmux windows without blocking the terminal, leveraging commands like `tmux new-window` and `tmux send-keys` for seamless execution of tasks like running servers or scripts in detached mode.

Capabilities Granted for tmux

Automating server startups with `npm run dev`
Debugging background processes using `tmux list-windows`
Spawning new background tasks with `tmux new-window -d`

! Prerequisites & Limits

  • Requires tmux installation
  • Terminal access necessary
  • Limited to command-line interface
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

tmux

Install tmux, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

tmux

Manage background processes using tmux windows without blocking the terminal.

1. Verify Environment & Check Status

Confirm tmux is running and list existing windows:

bash
1tmux list-windows

2. Spawn a Background Process

Create a new tmux window and run a command:

bash
1tmux new-window -n "my-server" -d 2tmux send-keys -t "my-server" "npm run dev" C-m
  • -n "my-server" names the window for easy reference
  • -d keeps it detached (runs in background)
  • C-m sends Enter to execute the command

3. Inspect Output (Read Logs)

Visible screen only

bash
1tmux capture-pane -p -t "my-server"

Full scrollback history

bash
1tmux capture-pane -p -t "my-server" -S -1000
  • -S -1000 captures the last 1000 lines of scrollback

4. Interact with the Process

Send Ctrl+C (interrupt)

bash
1tmux send-keys -t "my-server" C-c

Kill the window

bash
1tmux kill-window -t "my-server"

5. Advanced: Chaining Commands

Run multiple commands in sequence:

bash
1tmux new-window -n "build" -d && \ 2tmux send-keys -t "build" "npm run build && npm run test" C-m

Quick Reference

ActionCommand
Create windowtmux new-window -n "ID" -d
Run commandtmux send-keys -t "ID" "CMD" C-m
Read outputtmux capture-pane -p -t "ID"
Send interrupttmux send-keys -t "ID" C-c
Kill windowtmux kill-window -t "ID"

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is tmux?

Ideal for Terminal-based Agents requiring efficient background process management using tmux windows. tmux is a terminal multiplexer that enables multiple windows and sessions to run in the background, allowing for efficient process management.

How do I install tmux?

Run the command: npx killer-skills add wogsland/marius-agents/tmux. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for tmux?

Key use cases include: Automating server startups with `npm run dev`, Debugging background processes using `tmux list-windows`, Spawning new background tasks with `tmux new-window -d`.

Which IDEs are compatible with tmux?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for tmux?

Requires tmux installation. Terminal access necessary. Limited to command-line interface.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add wogsland/marius-agents/tmux. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use tmux immediately in the current project.

Related Skills

Looking for an alternative to tmux or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI