dmux-workflows
Official複数のAIエージェントとタスク集約ワークフローを調整します。複数のワーカーで作業を分配し、エラーを処理し、結果をマージ。
What this skill does
When applied, it prepends a system prompt before your request is sent — no extra calls and no change to how you are billed beyond the added tokens.
---
name: dmux-workflows
description: 複数のAIエージェントとタスク集約ワークフローを調整します。複数のワーカーで作業を分配し、エラーを処理し、結果をマージ。
origin: ECC
---
# dmux ワークフロー
複数のエージェントとタスク集約処理の調整。
## 使用時期
- 複数のタスクを並行して実行
- 大規模なワークフローを調整
- エージェント間でタスクを分配
- エラーハンドリングとリトライ
- 結果のマージと統合
## アーキテクチャ
```
Input Task
↓
[Dispatcher]
↓
├─ Worker 1 → Task A
├─ Worker 2 → Task B
├─ Worker 3 → Task C
↓
[Result Merger]
↓
Unified Output
```
## 実装
### 1. タスク定義
```python
tasks = [
Task(id=1, work="process data A"),
Task(id=2, work="process data B"),
Task(id=3, work="process data C"),
]
```
### 2. Dispatch
```python
dispatcher.run_parallel(tasks, workers=3)
```
### 3. Results
```python
results = dispatcher.get_results()
merged = merge_results(results)
```
## ベストプラクティス
- [ ] タスク粒度を適切に設定
- [ ] エラーハンドリング
- [ ] ロギング
- [ ] モニタリング
- [ ] タイムアウト管理
詳細については、ドキュメントを参照してください。
Use this skill
Add a "skill" field with the skill’s ID to your chat completion request. It is applied server-side before your prompt is sent — no extra calls.
{
"model": "gpt-4o-mini",
"skill": "imp-78a5e433-4371-408c-bea9-75b5b4cbfebd",
"messages": [{ "role": "user", "content": "…" }]
}Install the skill, enable it in your dashboard and (optionally) limit it to specific models. It then applies automatically to every matching request — with no "skill" field to send each time.
Set it up in your dashboardMore skills
Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets.
Create, view, edit, delete, search, move, or export Apple Notes via the memo CLI on macOS.
List, add, edit, complete, or delete Apple Reminders and reminder lists via remindctl.
Create, search, and manage Bear notes via grizzly CLI.
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
BluOS CLI (blu) for discovery, playback, grouping, and volume.
Capture frames or clips from RTSP/ONVIF cameras.
Search, install, update, sync, or publish agent skills with the ClawHub CLI and registry.