·coordinate-swarm
</>

coordinate-swarm

应用集体智慧协调模式(stigmergy、本地规则和群体感知)来组织分布式系统、团队或工作流程,而无需集中控制。涵盖信号设计、代理自主边界、紧急行为培养和反馈循环调整。在设计没有协调瓶颈的分布式系统、组织必须自我协调的团队、构建具有共享状态通信的事件驱动架构或用弹性紧急协调取代脆弱的集中式编排时使用。

10安装·1热度·@pjt222

安装

$npx skills add https://github.com/pjt222/development-guides --skill coordinate-swarm

如何安装 coordinate-swarm

通过命令行快速安装 coordinate-swarm AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill coordinate-swarm
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:pjt222/development-guides。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-03-10
更新时间
2026-03-11

Browse more skills from pjt222/development-guides

快速解答

什么是 coordinate-swarm?

应用集体智慧协调模式(stigmergy、本地规则和群体感知)来组织分布式系统、团队或工作流程,而无需集中控制。涵盖信号设计、代理自主边界、紧急行为培养和反馈循环调整。在设计没有协调瓶颈的分布式系统、组织必须自我协调的团队、构建具有共享状态通信的事件驱动架构或用弹性紧急协调取代脆弱的集中式编排时使用。 来源:pjt222/development-guides。

如何安装 coordinate-swarm?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill coordinate-swarm 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/pjt222/development-guides