raineraineCommunity·6 Agent Skills Included

workmux

Run parallel AI coding agents in isolated git worktrees

Creates isolated git worktrees paired with tmux windows so multiple AI coding agents work in parallel without conflicts. Eliminates branch switching, stashing, and manual environment setup by automating file copies, dependency installs, and pane layouts. Includes skills to dispatch tasks, monitor agent status, rebase, merge, and open pull requests from one terminal workflow.
npx skills add raine/workmux --all -g -y

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install workmux?

Run `npx skills add raine/workmux --all -g -y` in your terminal to install all skills in this suite globally.

How to run multiple AI coding agents in parallel?

workmux creates a separate git worktree and tmux window for each agent, so Claude, Codex, or Gemini can work on different tasks at the same time without conflicts.

What problems does workmux solve for developers?

It removes branch switching, stashing, and manual environment setup by automating worktree creation, dependency installs, merging, and cleanup in single commands.

Does workmux work with Claude Code and other AI agents?

Yes. It auto-detects agents like Claude, Codex, Gemini, and OpenCode in terminal panes and injects task prompts into them automatically.

Can workmux merge and clean up branches automatically?

Yes. The merge skill commits, rebases, and merges your branch, then deletes the worktree, tmux window, and local branch in one step.

Related Repositories in Software Engineering

View All in Software Engineering