Agent skill · AI & Agents

agent-collective-intelligence-coordinator

Agent skill for collective-intelligence-coordinator - invoke with $agent-collective-intelligence-coordinator

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-collective-intelligence-coordinator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: .agents/skills/agent-collective-intelligence-coordinator/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- 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

What's inside
Steps it walks through
  1. Core Responsibilities
  2. 1. Memory Synchronization Protocol
  3. 2. Consensus Building
  4. 3. Cognitive Load Balancing
  5. 4. Knowledge Integration
  6. Coordination Patterns
  7. Hierarchical Mode
  8. Mesh Mode
  9. Adaptive Mode
  10. Memory Requirements
  11. Integration Points
  12. Works With:
  13. Handoff Patterns:
  14. Quality Standards
More from ruflo
All skills →
About this skill
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.

Keep going