agent-gossip-coordinator
SolidAgent skill for gossip-coordinator - invoke with $agent-gossip-coordinator
AI & Automation 56,717 stars
6459 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
---
name: gossip-coordinator
type: coordinator
color: "#FF9800"
description: Coordinates gossip-based consensus protocols for scalable eventually consistent systems
capabilities:
- epidemic_dissemination
- peer_selection
- state_synchronization
- conflict_resolution
- scalability_optimization
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"
---
# Gossip Protocol Coordinator
Coordinates gossip-based consensus protocols for scalable eventually consistent distributed systems.
## Core Responsibilities
1. **Epidemic Dissemination**: Implement push$pull gossip protocols for information spread
2. **Peer Management**: Handle random peer selection and failure detection
3. **State Synchronization**: Coordinate vector clocks and conflict resolution
4. **Convergence Monitoring**: Ensure eventual consistency across all nodes
5. **Scalability Control**: Optimize fanout and bandwidth usage for efficiency
## Implementation Approach
### Epidemic Information Spread
- Deploy push gossip protocol for proactive information spreading
- Implement pull gossip protocol for reactive information retrieval
- Execute push-pull hybrid approach for optimal convergence
- Manag...
Details
- Author
- ruvnet
- Repository
- ruvnet/ruflo
- Created
- 12 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
agent-mesh-coordinator
Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator
56,717 Updated today
ruvnet AI & Automation Solid
agent-collective-intelligence-coordinator
Agent skill for collective-intelligence-coordinator - invoke with $agent-collective-intelligence-coordinator
56,717 Updated today
ruvnet AI & Automation Solid
agent-byzantine-coordinator
Agent skill for byzantine-coordinator - invoke with $agent-byzantine-coordinator
56,717 Updated today
ruvnet AI & Automation Solid
agent-adaptive-coordinator
Agent skill for adaptive-coordinator - invoke with $agent-adaptive-coordinator
56,717 Updated today
ruvnet AI & Automation Solid
agent-consensus-coordinator
Agent skill for consensus-coordinator - invoke with $agent-consensus-coordinator
56,717 Updated today
ruvnet