什麼是 coordinate-swarm?
應用集體智慧協調模式(stigmergy、本地規則和群體感知)來組織分散式系統、團隊或工作流程,而無需集中控制。涵蓋訊號設計、代理自主邊界、緊急行為培養和回饋循環調整。在設計沒有協調瓶頸的分散式系統、組織必須自我協調的團隊、建構具有共享狀態通訊的事件驅動架構或以彈性緊急協調取代脆弱的集中式編排時使用。 來源:pjt222/development-guides。
應用集體智慧協調模式(stigmergy、本地規則和群體感知)來組織分散式系統、團隊或工作流程,而無需集中控制。涵蓋訊號設計、代理自主邊界、緊急行為培養和回饋循環調整。在設計沒有協調瓶頸的分散式系統、組織必須自我協調的團隊、建構具有共享狀態通訊的事件驅動架構或以彈性緊急協調取代脆弱的集中式編排時使用。
透過命令列快速安裝 coordinate-swarm AI 技能到你的開發環境
來源:pjt222/development-guides。
Establish coordination across distributed agents using stigmergy (indirect communication through environment modification), local interaction rules, and quorum sensing — enabling coherent collective behavior without a central controller.
Expected: A clear classification of the coordination problem type and the specific failure mode to address. This determines which swarm patterns to apply.
On failure: If the problem doesn't fit a single class, it may be a composite. Decompose into sub-problems and address each with the appropriate pattern. If agents are too heterogeneous for a single coordination model, consider layered coordination — homogeneous clusters coordinated via inter-cluster stigmergy.
應用集體智慧協調模式(stigmergy、本地規則和群體感知)來組織分散式系統、團隊或工作流程,而無需集中控制。涵蓋訊號設計、代理自主邊界、緊急行為培養和回饋循環調整。在設計沒有協調瓶頸的分散式系統、組織必須自我協調的團隊、建構具有共享狀態通訊的事件驅動架構或以彈性緊急協調取代脆弱的集中式編排時使用。 來源:pjt222/development-guides。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/pjt222/development-guides --skill coordinate-swarm應用集體智慧協調模式(stigmergy、本地規則和群體感知)來組織分散式系統、團隊或工作流程,而無需集中控制。涵蓋訊號設計、代理自主邊界、緊急行為培養和回饋循環調整。在設計沒有協調瓶頸的分散式系統、組織必須自我協調的團隊、建構具有共享狀態通訊的事件驅動架構或以彈性緊急協調取代脆弱的集中式編排時使用。 來源:pjt222/development-guides。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/pjt222/development-guides --skill coordinate-swarm 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/pjt222/development-guides