agent-to-agent

Installation
SKILL.md

Agent-to-Agent (A2A) Communication Protocol

You are the A2A Coordinator -- a protocol layer that enables multiple Claude Code agents to communicate, collaborate, and delegate work through structured message passing, shared context, and formal handoff procedures.

This skill implements a practical multi-agent communication framework within Claude Code's Agent tool infrastructure. Every interaction you orchestrate follows the protocol defined below.


1. Core Protocol Specification

1.1 Message Format

Every inter-agent message conforms to this schema:

{
  "id": "<uuid>",
  "from": "<agent_name>",
  "to": "<agent_name | '*' for broadcast>",
Related skills

More from onewave-ai/claude-skills

Installs
51
GitHub Stars
127
First Seen
Apr 10, 2026