
S Hiraoku Synapse A2a
- 9 repo stars
- Updated July 21, 2026
- s-hiraoku/synapse-a2a
Synapse A2A is a Claude Code plugin that connects Claude Code, Codex, and Gemini through Google’s A2A Protocol via the Synapse multi-agent communication framework.
About
Synapse A2A is a Claude Code plugin bundle from s-hiraoku that plugs a developer’s stack into a multi-agent communication framework built around Google’s A2A Protocol. Instead of juggling separate prompts and copy-paste between Claude Code, OpenAI Codex, and Gemini, you register this marketplace entry so those agents can coordinate through Synapse’s plugin surface—covering inter-agent routing, conversation history, and operational guardrails described in the repo keywords. It fits developers who treat agents as a small team during implementation: one agent drafts, another reviews or runs specialized tooling, and Synapse keeps the handoffs structured. You reach for it when plain single-agent Claude sessions are bottlenecking parallel work, not when you only need one model in one terminal. Complexity is intermediate because you must understand agent roles, protocol semantics, and how each CLI is launched. The catalog positions it under agent tooling with multi-phase reach into ship and operate when agents remain in the loop post-release.
- Google A2A Protocol wiring for Claude Code, Codex, and Gemini
- Synapse framework plugins for inter-agent messaging and session management
- Communication history and safety-oriented multi-agent flows
- Single-plugin bundle (pluginCount: 1) focused on A2A collaboration
S Hiraoku Synapse A2a by the numbers
- Data as of Jul 24, 2026 (Skillselion catalog sync)
/plugin install s-hiraoku-synapse-a2a@s-hiraoku/synapse-a2aAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 9 |
|---|---|
| Last updated | July 21, 2026 |
| Repository | s-hiraoku/synapse-a2a ↗ |
What it does
Wire Claude Code, Codex, and Gemini into one Synapse A2A mesh so multiple coding agents can hand off tasks without bespoke glue code.
Who is it for?
Best when you're orchestrating two or more AI coding CLIs on one product and want protocol-backed handoffs during implementation.
Skip if: Skip if you only use Claude Code alone and never coordinate external agents like Codex or Gemini.
What you get
After you add the Synapse A2A plugin to Claude Code, your coding agents can collaborate through structured A2A messaging with history and safety-oriented management instead of ad-hoc copy-paste.
- Registered Synapse A2A plugin in Claude Code
- Configured multi-agent communication path between supported coding agents
- Managed inter-agent message history within the Synapse framework
By the numbers
- Repository pluginCount: 1
- Targets Claude Code, Codex, and Gemini via Google A2A Protocol
- Catalog source: community category
Recommended Plugins
How it compares
Multi-agent A2A framework plugin, not a single-purpose MCP integration or a curated skills marketplace.
FAQ
Who is Synapse A2A for?
It is for developers who run Claude Code together with Codex or Gemini and need structured inter-agent communication instead of manual relaying.
When should I use Synapse A2A?
Use it when you are in active build work and want multiple agents to divide implementation, review, or tooling tasks under the Google A2A Protocol.
How do I add Synapse A2A to my agent?
Register the s-hiraoku/synapse-a2a Claude Code plugin marketplace entry in Claude Code, then configure Synapse and each agent CLI per the repository setup for the bundled plugin.