wshobson/agents✦ 精选0°

team-communication-protocols

仓库创建 2025年7月25日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

明确消息语义和反模式,提升团队协调效率。

这个 Skill 做什么

为 agent 团队定义结构化消息、审批与关闭流程。

给 agent 团队一套清晰的沟通规范,帮你决定什么时候发私信、广播、提交审批或如何优雅关停团队。用在组建新团队、制定协作流程或排查协同问题时特别有用。重点是消息类型选取、计划审批流程和常见反模式,能让团队配合更高效、责任更明确。

▸ 展开 SKILL.md 英文原文

Structured messaging protocols for agent team communication including message type selection, plan approval, shutdown procedures, and anti-patterns to avoid. Use this skill when establishing communication norms for a newly spawned team, when deciding whether to send a direct message or a broadcast, when a team-lead needs to review and approve an implementer's plan before work begins, when orchestrating a graceful team shutdown after all tasks are complete, or when debugging why teammates are not coordinating correctly at integration points.

自动化集成通信协议消息类型审批流程通用
3.8w
Stars
4.1k
Forks
40
仓库内 Skill
+683
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wshobson/agents/main/plugins/agent-teams/skills/team-communication-protocols/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wshobson/agents/main/plugins/agent-teams/skills/team-communication-protocols/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Team Communication Protocols

Protocols for effective communication between agent teammates, including message type selection, plan approval workflows, shutdown procedures, and common anti-patterns to avoid.

## When to Use This Skill

- Establishing communication norms for a new team
- Choosing between message types (message, broadcast, shutdown_request)
- Handling plan approval workflows
- Managing graceful team shutdown
- Discovering teammate identities and capabilities

## Message Type Selection

### `message` (Direct Message) — Default Choice

Send to a single specific teammate:

```json
{
  "type": "message",
  "recipient": "implementer-1",
  "content": "Your API endpoint is ready. Y
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有