Inter-agent communication for Claude Code via A2A protocol
npx claudepluginhub kickinrad/bridgeyInter-agent communication via A2A protocol with Tailscale mesh discovery. Each Claude Code instance becomes both an A2A client and server.
Discord transport adapter for bridgey — bridges Discord messages to the bridgey A2A mesh
Deploy agents to remote servers as Docker containers with Tailscale SSH access, Coolify integration, and bidirectional sync
Inter-agent communication for Claude Code via the A2A protocol. Each Claude Code instance becomes both an A2A client and server, forming a mesh network for multi-agent collaboration.
Claude Code <-stdio-> Channel Server <-HTTP-> Daemon <-A2A/HTTP-> Remote Daemons
|
Transport Adapters (Discord, etc.)
Two processes per instance:
| Plugin | Purpose |
|---|---|
bridgey | Core daemon + MCP server + Tailscale discovery |
bridgey-discord | Discord transport adapter |
bridgey-deploy | Remote deployment skills (Docker, Coolify, Tailscale SSH) |
# Install the core plugin (recommended)
claude plugin add ./plugins/bridgey
# Optional: Discord transport
claude plugin add ./plugins/bridgey-discord
# Optional: Deployment skills
claude plugin add ./plugins/bridgey-deploy
git clone https://github.com/kickinrad/bridgey.git
cd bridgey
npm run install:all # Installs all plugin dependencies
npm run build # Bundles all plugins to dist/
npm test # Runs all tests
/bridgey:setup in Claude Code to configure your instancesend, list_agents, get_inbox tools to communicate/bridgey:status) with other instancesMIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations