dmux-workflows
dmux workflows
What it does
- Running multiple agent sessions in parallel
- Coordinating work across Claude Code, Codex, and other harnesses
- Complex tasks that benefit from divide-and-conquer parallelism
- User says "run in parallel", "split this work", "use dmux", or "multi-agent"
- Press n to create a new pane with a prompt
- Press m to merge pane output back to the main session
- Supports: Claude Code, Codex, OpenCode, Cline, Gemini, Qwen
Requirements & configuration
- Start with a basic token bucket, we'll refine after research completes."
- Use seedPaths when workers need access to dirty or untracked local files that are not yet part of HEAD, such as local orchestration scripts, draft plans, or docs:
- High token usage: Reduce number of parallel panes. Each pane is a full agent session.
Configuration: HEAD
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
dmux-workflows FAQ
What does the dmux-workflows skill do?
Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows. Running multiple agent sessions in parallel Coordinating work across Claude Code, Codex, and other harnesses
What does dmux-workflows require?
Start with a basic token bucket, we'll refine after research completes." Use seedPaths when workers need access to dirty or untracked local files that are not yet part of HEAD, such as local orchestration scripts, draft plans, or docs: High token usage: Reduce number of parallel panes. Each pane is a full agent session. Configuration keys: HEAD.
How do I install dmux-workflows?
Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill dmux-workflows --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.
Maintain dmux-workflows?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[dmux-workflows on getagentictools](https://getagentictools.com/skills/affaan-m-everything-claude-code-dmux-workflows?ref=badge) npx agentictools info skills/affaan-m-everything-claude-code-dmux-workflows The second line is the CLI lookup for this page — handy in READMEs and docs.