dmux-workflows
Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across OpenAI Codex, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows.
npx skills add mturac/everything-openai-codex --skill dmux-workflows --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# dmux Workflows Orchestrate parallel AI agent sessions using dmux, a tmux pane manager for agent harnesses. ## When to Activate - Running multiple agent sessions in parallel - Coordinating work across OpenAI Codex, 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" ## What is dmux dmux is a tmux-based orchestration tool that manages AI agent panes: - Press `n` to create a new pane with a prompt - Press `m` to merge pane output back to the main session - Supports: OpenAI Codex, Codex, OpenCode, Cline, Gemini, Qwen **Install:** Install dmux from its repository after reviewing the package. See [github.com/standardagents/dmux](https://github.com/standardagents/dmux) ## Quick Start ```bash # Start dmux session dmux # Create agent panes (press 'n' in dmux, then type prompt) # Pane 1: "Implement the auth middleware in src/auth/" # Pane 2: "Write tests for the user service" # Pane 3: "Update API documentation" # Each pane runs its own agent session # Press 'm' to merge results back ``` ## Workflow Patterns ### Pattern 1: Research + Implement Split research and implementa
- When to Activate
- What is dmux
- Quick Start
- Workflow Patterns
- Pattern 1: Research + Implement
- Pattern 2: Multi-File Feature
- Pattern 3: Test + Fix Loop
- Pattern 4: Cross-Harness
- Pattern 5: Code Review Pipeline
- Best Practices
- Git Worktree Integration
- Complementary Tools
- ecc Helper
- Troubleshooting
Start dmux session dmux Create agent panes (press 'n' in dmux, then type prompt) Pane 1: "Implement the auth middleware in src/auth/" Pane 2: "Write tests for the user service" Pane 3: "Update API documentation" Each pane runs its own agent session Press 'm' to merge results back Create worktrees for isolation git worktree add -b feat/auth ../feature-auth HEAD
What does the dmux-workflows skill do?
Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across OpenAI Codex, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows.
How do I install it?
Run `npx skills add mturac/everything-openai-codex --skill dmux-workflows --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mturac/everything-openai-codex, a repository with 84 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
