dmux-workflows

Coordinate parallel AI agent sessions across tmux panes with dmux.

4|7|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/arbisoft/ai-skillforge --skill dmux-workflows-arbisoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dmux-workflows
Source: https://github.com/arbisoft/ai-skillforge/tree/main/Claude/skills/dmux-workflows
Command: npx skills add https://github.com/arbisoft/ai-skillforge --skill dmux-workflows-arbisoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates parallel AI agent sessions by using dmux to manage tmux panes, eliminating manual coordination and pane juggling across multiple harnesses.

Core Features & Use Cases

  • Parallel session orchestration across Claude Code, Codex, OpenCode, and other harnesses for coordinated multi-task workflows.
  • Pane-level prompts and results merging to synthesize outputs in the main session.
  • Pattern-based workflows for research+implementation, multi-file features, and cross-harness collaboration.

Quick Start

Start a new dmux session and create separate panes for distinct agent tasks, then merge results when panes complete.

Frequently Asked Questions about dmux-workflows

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run parallel AI agent sessions in tmux for coordinated multi-task workflows?

Parallel AI agent sessions run in tmux by using dmux to manage panes across multiple harnesses. This eliminates manual pane juggling and coordinates independent agent tasks simultaneously, merging pane outputs back into the main session when complete.

What is the best way to orchestrate Claude Code and Codex agents in separate panes?

Orchestrating Claude Code and Codex agents is best handled by using dmux to manage structured cross-harness collaboration. It creates independent tmux panes with per-pane prompts, allowing you to synthesize outputs from different harnesses in the main session.

Does dmux require any external dependencies to manage parallel workflows?

Yes, dmux requires installing the dmux tool from its repository before use. It has no other listed dependencies and uses tmux to coordinate parallel agent sessions across your chosen harnesses.

Can I send independent prompts to different agent panes and merge the results?

Yes, you can send independent per-pane prompts to separate agent sessions and merge pane outputs back into the main session. This pattern supports research plus implementation workflows and multi-file feature development.

When should I use parallel multi-agent orchestration instead of a single agent session?

Use parallel multi-agent orchestration when running several agent tasks simultaneously across harnesses like OpenCode or Claude Code. It is ideal for structured cross-pane collaboration and complex workflows that benefit from independent task isolation.