workmux
Run parallel AI coding agents in isolated git worktrees
All Skills in This Repository (6)
Pure Emerald Level Indicatorscoordinator
Orchestrate parallel worktree agents by spawning, monitoring, messaging, and merging via workmux CLI.
workmux
Manages git worktrees paired with tmux windows for parallel agent development.
merge
Commit staged changes, rebase onto the configured base branch, and merge with cleanup.
worktree
Create parallel git worktrees and tmux windows via workmux add.
open-pr
Draft PR descriptions from conversation context and open browser-based PR creation.
rebase
Rebase current branch onto main or specified origin branches with conflict resolution.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core