
Raine Workmux
- 1.9k repo stars
- Updated July 26, 2026
- raine/workmux
raine-workmux is a Claude Code plugin that spins up git worktrees and tmux windows so parallel agent development stays isolated and visible.
About
raine-workmux is a Claude Code plugin that automates git worktree creation and tmux window layout so developers can run multiple coding agents or tasks in parallel without constant `git checkout` churn. Each worktree gets its own directory and tmux window, with display names and status hints so you can see which session is working or waiting. It fits developers who batch agent work—feature branch in one tree, hotfix in another, docs in a third—while keeping Claude Code contexts isolated. You install it when terminal multiplexing and worktrees already part of your stack; it is less about product features and more about developer environment ergonomics. Expect tmux, git, and comfort with worktree workflows as prerequisites. The bundle is a single focused plugin rather than a full agent framework.
- Pairs git worktrees with tmux windows for side-by-side parallel checkouts
- Window naming and status cues (working/waiting) for agent session visibility
- Reduces branch-switch friction when several agents or tasks run at once
- Targets zero-friction parallel dev on macOS/Linux terminal stacks with tmux
- Community plugin bundle with 1 plugin from raine/workmux (~1.2k GitHub stars)
Raine Workmux by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin install raine-workmux@raine/workmuxAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1.9k |
|---|---|
| Last updated | July 26, 2026 |
| Repository | raine/workmux ↗ |
What it does
Run multiple Claude Code (or other agent) sessions in isolated git worktrees with labeled tmux windows so parallel feature work does not stomp the same branch.
Who is it for?
Best when you already use tmux and want multiple Claude Code sessions on different branches simultaneously.
Skip if: Skip if you're on GUI-only IDEs, Windows developers without tmux, or repos that forbid worktrees.
What you get
You get one worktree and tmux window per task with clear names and status, so parallel agents can build and review without sharing a dirty working tree.
- Isolated worktree directories per parallel task
- Named tmux windows with working/waiting status for each session
By the numbers
- 1 plugin in bundle (raine/workmux)
- Repository stars: 1176 (catalog ingest snapshot)
Recommended Plugins
How it compares
Terminal/git workflow plugin, not an MCP server or in-editor skill for app logic.
FAQ
Who is Raine Workmux for?
Developers using Claude Code who multiplex work with tmux and need isolated git worktrees per agent or feature.
When should I use Raine Workmux?
Use it when you routinely run two or more agent sessions on the same repository and want parallel directories plus labeled tmux windows instead of one shared checkout.
How do I add Raine Workmux to my agent?
Install the raine/workmux Claude Code plugin from the marketplace or repo, ensure git worktree and tmux are available on your machine, then follow the plugin’s commands to create worktrees and attach windows.