一键导入
multiagent-orchestration
Run a genuinely-parallel multiagent implementation - plan, gate on environment, spawn subagents concurrently, aggregate
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a genuinely-parallel multiagent implementation - plan, gate on environment, spawn subagents concurrently, aggregate
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run a genuinely-parallel multiagent implementation with detailed guidance - plan, gate on environment, spawn subagents concurrently, aggregate, and debug/retry
Apply Arrange-Act-Assert pattern for clear, maintainable tests with detailed guidance
Detect anomalies in data
Detect anomalies in data
Harden APIs against attacks
Harden APIs against attacks
| name | multiagent-orchestration |
| description | Run a genuinely-parallel multiagent implementation - plan, gate on environment, spawn subagents concurrently, aggregate |
| languages | ["all"] |
| subagents | ["all"] |
| tools_needed | ["read","glob"] |
Use this when asked to run a multiagent implementation. You (the host assistant) perform the orchestration using your own subagent-spawning primitives — this is a procedure, not a runtime. Do not skip the two hard gates (environment readiness, plan approval).
multi-agent-coordination and
workflow-orchestration-patterns workflows for the coordinator pattern.