🖥️
AutomationTypeScript

Tmux

by MemTensor

Tmux is an Automation skill for Claude Code, published by MemTensor in memmy-agent.

912 stars93 forkson MemTensor/memmy-agentAdded 2026/08/22+33% in starsRepository updated 2026/08/21
agentagentic-aiai-agentschatgptclaude-codeclicodexcursordesktop-appdesktop-petdsh-pluginhermes-agentllmlong-term-memorymcpmemoryopenai-apiopenclawpersonal-aitui
Install in seconds
Install Tmux
Copy Tmux into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/MemTensor/memmy-agent/tree/main/App/memmy-agent/src/skills/tmux ~/.claude/skills/tmux

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/MemTensor/memmy-agent.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
App/memmy-agent/src/skills/tmux/SKILL.md in MemTensor/memmy-agent
Installs to
~/.claude/skills/tmux
Collection
One of 12 skills cataloged from this repository
Category
Automation1523 skills

What Tmux does

Tmux remote-controls interactive terminal sessions by sending keystrokes and capturing pane output. Use it when a task needs a live TTY instead of a non-interactive shell.

Tmux is cataloged under Automation on DirSkills. Tmux comes from a repository tagged agent, agentic-ai, ai-agents, chatgpt and claude-code.

Documentation

README

tmux Skill

Use tmux only when you need an interactive TTY. Prefer exec background mode for long-running, non-interactive tasks.

Quickstart (isolated socket, exec tool)

SOCKET_DIR="${MEMMY_AGENT_TMUX_SOCKET_DIR:-${TMPDIR:-/tmp}/memmy-tmux-sockets}"
mkdir -p "$SOCKET_DIR"
SOCKET="$SOCKET_DIR/memmy.sock"
SESSION=memmy-node

tmux -S "$SOCKET" new -d -s "$SESSION" -n shell
tmux -S "$SOCKET" send-keys -t "$SESSION":0.0 -- 'node' Enter
tmux -S "$SOCKET" capture-pane -p -J -t "$SESSION":0.0 -S -200

After starting a session, always print monitor commands:

To monitor:
  tmux -S "$SOCKET" attach -t "$SESSION"
  tmux -S "$SOCKET" capture-pane -p -J -t "$SESSION":0.0 -S -200

Socket convention

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Tmux

  • What else does MemTensor publish alongside Tmux?

    Tmux is one of 12 skills that DirSkills catalogs from MemTensor/memmy-agent, the repository it ships in. Its siblings there include Agent Memory Onboarding, Cron and GitHub. Each one is a separate skill with its own page in this directory, installs the same way Tmux does, and is maintained by MemTensor in that same repository. The rest of the collection is listed on the MemTensor/memmy-agent page.

  • How does Tmux compare to other Automation skills?

    Tmux ranks #920 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Tmux against them. Open each page to compare what they document and how they install.

More from MemTensor/memmy-agent

Tmux is one of 12 skills cataloged on DirSkills from MemTensor/memmy-agent.

See all 12 skills