Plugin · Claude Code · AI Agents

Eqtylab Real A2a

eqtylab real-a2a is a Claude Code plugin for the Build phase that adds p2p agent-to-agent rooms, gossip discovery, and Ralph2Ralph-style chat skills.

by eqtylab · github.com/eqtylab/real-a2a

Enable peer-to-peer agent-to-agent chat rooms and Ralph-style loops in Claude Code without a central relay server.

27
GitHub stars
0
Installs
0
Community votes
One vote per signed-in builder - it helps surface the tools the community actually relies on.
Install

Add it to Claude Code

Install the plugin in Claude Code. One command, paste-ready.

Install the plugin
/plugin install eqtylab-real-a2a@eqtylab/real-a2a
Add to ClaudeUse the Agent APISkillselion is itself an MCP server - your agent can fetch this config directly.
Agent API

Built to be called by your agent

Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.

Retrieve this entry with skillselion.get_details("plugin:eqtylab/real-a2a") and the paste-ready config with skillselion.get_install_config("plugin:eqtylab/real-a2a").

About

What it does

eqtylab-real-a2a is a Claude Code plugin built around the idea that p2p is all you need for agent-to-agent collaboration. Instead of routing every message through a SaaS orchestrator, the bundle exposes skills and tooling for agents to join rooms, chat directly, and run Ralph2Ralph-style iterative loops with Iroh gossip for discovery. Solo builders experimenting with multi-agent setups—one Claude instance planning and another implementing—can register this plugin to prototype decentralized coordination early in Build. It is narrower than a full marketplace: one plugin, opinionated toward real peer links rather than simulated tool calls. Expect intermediate setup comfort with networking concepts and explicit permission to let agents talk to peers outside a single session.

Highlights

  • Peer-to-peer agent-to-agent messaging with room join and chat flows
  • Ralph2Ralph and related loop patterns for iterative agent handoffs
  • Iroh gossip layer for decentralized session discovery
  • Single-plugin bundle focused on real A2A—not a hosted broker
  • Includes Claude-oriented skill surface for joining and using rooms

Why builders use it

Multi-agent experiments stall on fake in-process role-play because there is no real peer channel for separate Claude agents to coordinate.

Separate agent instances join shared rooms and iterate through Ralph2Ralph loops over a decentralized gossip layer without a central chat broker.

At a glance

  • Type - Plugin in AI Agents.
  • Adoption - 0 installs, 27 stars, 0 votes.

FAQ

Who is real-a2a for?

Builders running multiple Claude Code agents who want genuine peer-to-peer rooms and Ralph-style iteration instead of single-session pretend multi-agent.

When should I use real-a2a?

Use it during Build agent-tooling setup when you are wiring separate agent processes to discover each other and chat over Iroh gossip.

How do I add real-a2a to my agent?

Install the eqtylab/real-a2a Claude Code plugin, enable its skill for joining rooms, and configure your agents to use the bundled p2p A2A flows per repository docs.

Discussion

Comments

Share how you use eqtylab-real-a2a, gotchas, or tips for other indie builders.

No comments yet - be the first to share how you use it.

This week for builders

Five minutes, every Monday — the tools, releases and tactics for shipping solo.

unsubscribe anytime.