team-communication-protocols
Standardized communication protocols for AI agent coordination, plan approvals, and graceful shutdowns.
Install
npx skills add https://github.com/wshobson/agents --skill team-communication-protocolsStats
| Total installs | 2,498 |
| Weekly installs | 2.5K |
| GitHub stars | 32.4K |
| First seen | Feb 5, 2026 |
| Source | @wshobson/agents |
Summary
- Three message types: message for direct teammate coordination, broadcast for critical shared-resource updates, and shutdown_request for graceful termination with approval workflows
- Plan approval workflow where teammates in plan mode submit proposals to a lead for review and feedback before execution
- Shutdown protocol with rejection handling: lead sends requests, teammates respond with approval or reason, and lead retries or waits for task completion
- Teammate discovery via config file using teammate names (not UUIDs) for all messaging and task assignment
- Common anti-patterns documented: broadcasting routine updates, sending JSON status messages, ignoring idle teammates, and micromanaging via excessive messages
Tags
Related skills
| Skill | Installs | vs team-communication-protocols |
|---|---|---|
| continuous-learning-v2 | 2,397 | -101 |
| insforge | 2,501 | +3 |
| langchain-fundamentals | 2,717 | +219 |
| desktop control | 2,374 | -124 |
| sandbox-agent | 2,654 | +156 |
FAQ
- How many installs does team-communication-protocols have?
- team-communication-protocols has 2,498 total installs and 2.5K installs this week.
- Where is team-communication-protocols hosted?
- team-communication-protocols is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does team-communication-protocols have?
- team-communication-protocols has 32.4K GitHub stars.
- When was team-communication-protocols first indexed?
- OrangeBot.AI first indexed team-communication-protocols on Feb 5, 2026.
- How do I install team-communication-protocols?
- Run: npx skills add https://github.com/wshobson/agents --skill team-communication-protocols