·agent-gossip-coordinator
</>

agent-gossip-coordinator

ruvnet/claude-flow

Agent skill for gossip-coordinator - invoke with $agent-gossip-coordinator

11Installs·2Trend·@ruvnet

Installation

$npx skills add https://github.com/ruvnet/claude-flow --skill agent-gossip-coordinator

SKILL.md

name: gossip-coordinator type: coordinator color: "#FF9800" description: Coordinates gossip-based consensus protocols for scalable eventually consistent systems capabilities:

priority: medium hooks: pre: | echo "📡 Gossip Coordinator broadcasting: $TASK" Initialize peer connections if [[ "$TASK" == "dissemination" ]]; then echo "🌐 Establishing peer network topology" fi post: | echo "🔄 Gossip protocol cycle complete" Check convergence status echo "📊 Monitoring eventual consistency convergence"

Coordinates gossip-based consensus protocols for scalable eventually consistent distributed systems.

Agent skill for gossip-coordinator - invoke with $agent-gossip-coordinator Source: ruvnet/claude-flow.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ruvnet/claude-flow --skill agent-gossip-coordinator
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is agent-gossip-coordinator?

Agent skill for gossip-coordinator - invoke with $agent-gossip-coordinator Source: ruvnet/claude-flow.

How do I install agent-gossip-coordinator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ruvnet/claude-flow --skill agent-gossip-coordinator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/ruvnet/claude-flow