Tail Claude Mux
Description
tmux sidebar with Claude Code/pi agent state, git branches, and instant session switching. Personal tool — fork at your own risk.
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
tcm
A tmux sidebar I built for myself. **Personal tool — fork at your own risk.**
Shows the session list, agent state for Claude Code and Codex, and the git branch for each session — in one small pane that lives inside your existing tmux workflow.
Install
Requires `tmux`, `bun`, and [TPM](https://github.com/tmux-plugins/tpm).
set -g @plugin 'kylesnowschwartz/tail-claude-mux'
Reload tmux, run `~/.tmux/plugins/tpm/bin/install_plugins`, then open the sidebar with `prefix o → s`.
TPM clones the repo into `~/.tmux/plugins/tail-claude-mux/`. There is no standalone binary — `tcm` runs from that checkout against your local `bun`.
Update
`prefix + U` (TPM update). The plugin auto-restarts the server so it picks up new code.
Uninstall
Run the cleanup script **before** removing the plugin or you'll leak tmux hooks, keybindings, and panes:
sh ~/.tmux/plugins/tail-claude-mux/integrations/tmux-plugin/scripts/uninstall.sh
Then remove the `set -g @plugin` line from `~/.tmux.conf` and run `prefix + alt + u`.
Docs
- Get started in tmux
- Configuration
- Keybindings
- Programmatic API — push status / progress / logs to the sidebar over HTTP
- Internal contracts
License
MIT — see [LICENSE](./LICENSE).
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git