AI AGENT ADDONS

Agent Gossip Coordinator

ruvnet/ruflo

Gossip coordinators help large networks of computers share information quickly. They use a gossip protocol where each computer talks to a few random others. This keeps data in sync without needing a central boss.

This skill handles peer selection, state synchronization, and conflict resolution. It makes sure every computer eventually has the same up‑to‑date information. The system can grow to thousands of machines without slowing down.

It is useful for engineers building distributed systems that need to be fast, reliable, and easy to manage. The gossip approach is simple and works even when some computers fail or go offline.

Add Agent Gossip Coordinator skill to your workflow

Global

mkdir -p ~/.claude/skills/agent-gossip-coordinator

Project

mkdir -p .claude/skills/agent-gossip-coordinator

Source Repository

Stars
61,877
Forks
7,232
Watchers
61,877
License
MIT
Last Push
23 days ago
Created
1 year ago