dmux-workflows

仓库创建 2026年4月15日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

适合 Unix/WSL 环境下的轻量级并行调试与监控。

▸ 风险提示

依赖 tmux/WSL 且会执行 shell 命令,注意主机安全。

这个 Skill 做什么

通过 tmux 窗格并行运行 Agent、聚合日志并同步结果与状态。

通过 tmux 窗格并行启动和管理多个 agent,集中监控日志、同步完成状态并收集输出结果。适合在 Unix/Linux 或 WSL 环境下做 shell 层面的并行编排,用 dmux 或原生 tmux 来隔离进程与聚合日志。特点是把多个独立任务可视化并行执行,方便调试与汇总。

▸ 展开 SKILL.md 英文原文

Orchestrate parallel agent workflows using tmux pane management (via dmux or native tmux). Spin multiple agents in isolated tmux panes, monitor logs, synchronize completion, and collect results. Use this in the Orchestrator parallel path when targeting Unix/Linux or WSL environments for shell-based coordination.

自动化集成tmux并行监控日志聚合通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.agents/skills/dmux-workflows/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.agents/skills/dmux-workflows/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# dmux Workflows — parallel orchestration via tmux

Use tmux pane multiplexing for true parallel execution with integrated monitoring and log aggregation.

## Prerequisites

- **Windows:** WSL 2 with Ubuntu + tmux installed, OR Git Bash / Cygwin with tmux.
- **macOS / Linux:** Native tmux (built-in or `brew install tmux`).
- **Blaze.LlmGateway:** Must be cloned into the WSL filesystem (not `/mnt/c/`, to avoid path-length issues).

## When to use

- **Orchestrator parallel path** on Unix/Linux or WSL.
- You want **integrated tmux monitoring** (watch all agents in real time).
- You need **true shell-based concurrency** (vs. task queue abstraction).
- Agents write to separate **log files** an
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有