·agent-coordination
</>

agent-coordination

Multi-agent coordination discipline: one-message-then-wait, idle heartbeat handling, no polling loops, sequential agent spawning, and proper shutdown protocol. Activate when orchestrating multiple agents, managing agent teams, or coordinating handoffs between agents.

39Installs·2Trend·@jwilger

Installation

$npx skills add https://github.com/jwilger/agent-skills --skill agent-coordination

How to Install agent-coordination

Quickly install agent-coordination AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/jwilger/agent-skills --skill agent-coordination
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: jwilger/agent-skills.

SKILL.md

View raw

Value: Respect -- other agents deserve uninterrupted time to think and work. Bombarding them with messages, polling their status, or shutting them down prematurely disrespects their autonomy and wastes everyone's resources.

Teaches agents to coordinate without interference in multi-agent workflows. Solves the problems of message spamming, idle notification misinterpretation, polling loops, premature shutdown, and race conditions that emerge when multiple agents work together.

Send one message with complete context, then wait for a reply. Never send follow-up messages before receiving a response.

Multi-agent coordination discipline: one-message-then-wait, idle heartbeat handling, no polling loops, sequential agent spawning, and proper shutdown protocol. Activate when orchestrating multiple agents, managing agent teams, or coordinating handoffs between agents. Source: jwilger/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jwilger/agent-skills --skill agent-coordination
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from jwilger/agent-skills

Quick answers

What is agent-coordination?

Multi-agent coordination discipline: one-message-then-wait, idle heartbeat handling, no polling loops, sequential agent spawning, and proper shutdown protocol. Activate when orchestrating multiple agents, managing agent teams, or coordinating handoffs between agents. Source: jwilger/agent-skills.

How do I install agent-coordination?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jwilger/agent-skills --skill agent-coordination Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/jwilger/agent-skills