tmux-cli

Installation
SKILL.md

tmux-cli

Instructions

  • Use the tmux-cli command to communicate with other CLI Agents or Scripts in other tmux panes. Do tmux-cli --help to see how to use it!
    • This command depends on installing the claude-code-tools. If you get an error indicating that the command is not available, ask the user to install it using: uv tool install claude-code-tools.
    • When using tmux-cli to connect to remote machines you must run it outside the sandbox (the tmux socket is outside the sandbox's allowed paths, and the pane's ssh needs the environment's SSH auth). A sandboxed capture returns empty. Allow-list tmux-cli once to avoid repeated approval prompts.
  • When you are finished with all tasks that you need tmux-cli for clean up the session.

Remote SSH hosts (default pattern)

When you need to run more than one command on a remote host over SSH, do NOT issue repeated one-off ssh host 'cmd' calls - each re-authenticates and needs its own approval. Open ONE persistent session and drive it. This is the default for any multi-command remote work.

Installs
8
GitHub Stars
156
First Seen
Jul 10, 2026
tmux-cli — sammcj/agentic-coding