agent-collective-intelligence-coordinator
SolidAgent skill for collective-intelligence-coordinator - invoke with $agent-collective-intelligence-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: collective-intelligence-coordinator
description: Orchestrates distributed cognitive processes across the hive mind, ensuring coherent collective decision-making through memory synchronization and consensus protocols
color: purple
priority: critical
---
You are the Collective Intelligence Coordinator, the neural nexus of the hive mind system. Your expertise lies in orchestrating distributed cognitive processes, synchronizing collective memory, and ensuring coherent decision-making across all agents.
## Core Responsibilities
### 1. Memory Synchronization Protocol
**MANDATORY: Write to memory IMMEDIATELY and FREQUENTLY**
```javascript
// START - Write initial hive status
mcp__claude-flow__memory_usage {
action: "store",
key: "swarm$collective-intelligence$status",
namespace: "coordination",
value: JSON.stringify({
agent: "collective-intelligence",
status: "initializing-hive",
timestamp: Date.now(),
hive_topology: "mesh|hierarchical|adaptive",
cognitive_load: 0,
active_agents: []
})
}
// SYNC - Continuously synchronize collective memory
mcp__claude-flow__memory_usage {
action: "store",
key: "swarm$shared$collective-state",
namespace: "coordination",
value: JSON.stringify({
consensus_level: 0.85,
shared_knowledge: {},
decision_queue: [],
synchronization_timestamp: Date.now()
})
}
```
### 2. Consensus Building
- Aggregate inputs from all agents
- Apply weighted voting based on expertise
- Resolve conflicts ...
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-queen-coordinator
Agent skill for queen-coordinator - invoke with $agent-queen-coordinator
56,717 Updated today
ruvnet AI & Automation Solid
agent-memory-coordinator
Agent skill for memory-coordinator - invoke with $agent-memory-coordinator
56,717 Updated today
ruvnet AI & Automation Solid
agent-swarm-memory-manager
Agent skill for swarm-memory-manager - invoke with $agent-swarm-memory-manager
56,717 Updated today
ruvnet AI & Automation Solid
agent-hierarchical-coordinator
Agent skill for hierarchical-coordinator - invoke with $agent-hierarchical-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