Tmux Claude
Description
Better tmux integration for Claude Code agent teams
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
tmux-claude
tmux plugin for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) and [Codex](https://openai.com/index/introducing-codex/) session management.
Two features:
- Stable naming — starting Claude in a pane creates a fresh session with a tmux-derived name, with explicit opt-in resume
- Save/restore — survives tmux server restart (reboot) via tmux-resurrect integration
Requirements
- tmux >= 3.2
- TPM
- tmux-resurrect (for save/restore)
- python3 (for session lookup)
Install
set -g @plugin 'bezlant/tmux-claude'
`prefix + I` to install.
Setup
1. SessionStart hooks (required for save/restore)
These hooks write session IDs to tmux pane variables so the plugin can map panes to sessions.
**Claude Code** — add to `~/.claude/settings.json`:
{
"hooks": {
"SessionStart": [{
"hooks": [{
"type": "command",
"command": "bash ~/.config/tmux/plugins/tmux-claude/scripts/claude-session-hook.sh"
}]
}]
}
}
**Codex** — add to `~/.codex/hooks.json`:
{
"hooks": {
"SessionStart": [{
"hooks": [{
"type": "command",
"command": "bash ~/.config/tmux/plugins/tmux-claude/scripts/codex-session-hook.sh"
}]
}]
}
}
2. Shell wrapper (stable naming)
The plugin auto-installs the fish wrapper on `prefix + I`. For other shells:
# Bash (add to ~/.bashrc)
source ~/.config/tmux/plugins/tmux-claude/shell/claude.bash
# Zsh (add to ~/.zshrc)
source ~/.config/tmux/plugins/tmux-claude/shell/claude.zsh
To disable fish auto-install:
set -g @tmux-claude-auto-install-wrapper off
Features
Stable Claude Naming
Each pane gets a stable session name derived from its tmux window name:
- Single-pane window
redbot→ session nameredbot - Multi-pane window
redbot, pane 2 → session nameredbot.2
When you type `claude`
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11