dmux-workflows
仓库创建 2026年4月15日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
在类 Unix/WSL 环境提供可视化并行监控与日志聚合。
▸ 风险提示
需要在目标主机安装 tmux/WSL,依赖主机权限。
这个 Skill 做什么
通过 tmux 窗格管理并行运行代理、聚合日志并同步结果。
用 tmux 窗格并行跑多个代理,把每个代理放到独立窗格运行、统一聚合日志、监控进度并在完成时收集结果,适合在 Unix/macOS 或 WSL 环境用 shell 做并行编排。当你需要同时启动多条工作流、实时看日志并同步多个任务结束时特别有用。要求有 tmux(WSL 下注意工具路径),优点是原生并行、可视化监控和集中日志汇总。
▸ 展开 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.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.claude/skills/dmux-workflows/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.claude/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 公开信息 · 原文版权归作者所有