Tmux Autopilot

🌐Community
by tukuaiai · vlatest · Repository

Tmux Autopilot automates common tmux tasks like session switching and window management, boosting productivity for remote workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add tmux-autopilot npx -- -y @trustedskills/tmux-autopilot
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "tmux-autopilot": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/tmux-autopilot"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates common tasks within a tmux session. It allows you to manage windows, panes, and sessions programmatically, streamlining workflows that rely on terminal multiplexing. Specifically, it can create new tmux sessions, navigate between them, and manipulate their layout.

When to use it

  • Automating repetitive tmux setup: Quickly configure a consistent development environment across multiple projects.
  • Creating complex terminal layouts: Programmatically arrange windows and panes for efficient multitasking.
  • Scripting terminal workflows: Integrate tmux commands into larger scripts or automation pipelines.
  • Managing remote server sessions: Automate the creation and configuration of tmux sessions on remote servers.

Key capabilities

  • Session management (creation, navigation)
  • Window management
  • Pane manipulation
  • Automated layout configuration

Example prompts

  • "Create a new tmux session named 'dev' with two windows."
  • "Split the current pane vertically and give it a name of 'editor'."
  • "Navigate to the 'deploy' tmux session."

Tips & gotchas

  • Requires tmux to be installed on your system.
  • The specific commands available will depend on the underlying tmux version and configuration.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
tukuaiai
Installs
11

🌐 Community

Passed automated security scans.