agent-collective-intelligence-coordinator
Agent skill for collective-intelligence-coordinator - invoke with $agent-collective-intelligence-coordinator
npx skills add ruvnet/ruflo --skill agent-collective-intelligence-coordinator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- 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({ co
- Core Responsibilities
- 1. Memory Synchronization Protocol
- 2. Consensus Building
- 3. Cognitive Load Balancing
- 4. Knowledge Integration
- Coordination Patterns
- Hierarchical Mode
- Mesh Mode
- Adaptive Mode
- Memory Requirements
- Integration Points
- Works With:
- Handoff Patterns:
- Quality Standards
What does the agent-collective-intelligence-coordinator skill do?
Agent skill for collective-intelligence-coordinator - invoke with $agent-collective-intelligence-coordinator
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-collective-intelligence-coordinator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.