Raine Workmux
raine-workmux is a Claude Code plugin for the Build phase that spins up git worktrees and tmux windows so parallel agent development stays isolated and visible.
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.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install raine-workmux@raine/workmuxBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:raine/workmux") and the paste-ready config with skillselion.get_install_config("plugin:raine/workmux").
What it does
raine-workmux is a Claude Code plugin that automates git worktree creation and tmux window layout so solo builders 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 indie 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.
Highlights
- 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)
Why builders use it
Running several AI coding sessions on one repo forces constant branch switches and risks agents overwriting each other’s uncommitted work.
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.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 1.2k stars, 0 votes.
FAQ
Who is raine-workmux for?
Indie and solo 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.
Comments
Share how you use raine-workmux, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.