dmux-workflows

Orchestrate parallel AI agent sessions across multiple tools with dmux.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/xxih/ai-harness-zh --skill dmux-workflows-xxih
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dmux-workflows
Source: https://github.com/xxih/ai-harness-zh/tree/main/references/translations/everything-claude-code/docs/zh-CN/skills/dmux-workflows
Command: npx skills add https://github.com/xxih/ai-harness-zh --skill dmux-workflows-xxih

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

本 Skill 通过使用 dmux 将多个 AI 代理会话进行并行编排,实现跨工具(如 Claude Code、Codex、OpenCode 等)的协同工作。它解决了在复杂任务中需要同时处理多条线索、分工协作与结果整合的挑战。

Core Features & Use Cases

  • 并行工作流编排: 基于 tmux 的窗格管理器 dmux,能够创建并行代理窗格并按需求分配提示。
  • 跨工具协同: 支持多工具环境下的任务拆分与协同执行,便于在同一工作流中使用 Claude Code、Codex、OpenCode 等。
  • 结果合并与隔离: 提供窗格合并、任务分工与工作树隔离能力,便于快速原型到落地的迭代。

Quick Start

Start a dmux session and create agent panes by pressing 'n' in dmux and typing prompts for each pane.

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 agents across different coding tools?

To run parallel AI agents across tools, this Skill uses dmux to orchestrate multiple agent sessions simultaneously. It creates parallel agent panes across Claude Code, Codex, and OpenCode, enabling split tasks to execute concurrently with git worktree isolation.

What is dmux used for in multi-agent workflow management?

Dmux is a tmux-based pane manager used for multi-agent workflow orchestration. It creates parallel agent panes, distributes prompts to each pane, and handles pane merging to coordinate complex, split tasks across multiple AI coding tools.

Can I use tmux panes to coordinate Claude Code and Codex sessions?

Yes, you can coordinate Claude Code and Codex sessions using dmux. The Skill supports cross-tool synergy by managing multiple agent panes within a single dmux session for parallel execution and task splitting.

How do I start a dmux session for parallel agent workflows?

To start a dmux session for parallel agent workflows, initiate dmux and press 'n' to create new agent panes. Type prompts for each pane to assign specific tasks, and the session orchestrates parallel execution across your tools.

Does multi-agent orchestration support git worktree isolation for parallel tasks?

Yes, multi-agent orchestration supports git worktree isolation for parallel tasks. The Skill implements worktree isolation to ensure concurrent agent sessions in separate panes remain independent until results are merged.

When should I use parallel AI agent sessions instead of a single agent?

Use parallel AI agent sessions when managing complex tasks that require splitting into multiple concurrent subtasks. If a workflow needs simultaneous execution across different tools like Claude Code and Codex, dmux coordinates the panes and merges the results.