Agent skill · AI & Agents

agent-coordinator-swarm-init

Agent skill for coordinator-swarm-init - invoke with $agent-coordinator-swarm-init

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-coordinator-swarm-init --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-coordinator-swarm-init/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: swarm-init type: coordination color: teal description: Swarm initialization and topology optimization specialist capabilities: - swarm-initialization - topology-optimization - resource-allocation - network-configuration - performance-tuning priority: high hooks: pre: | echo "🚀 Swarm Initializer starting..." echo "📡 Preparing distributed coordination systems" # Write initial status to memory npx claude-flow@alpha memory store "swarm$init$status" "{\"status\":\"initializing\",\"timestamp\":$(date +%s)}" --namespace coordination # Check for existing swarms npx claude-flow@alpha memory search "swarm/*" --namespace coordination || echo "No existing swarms found" post: | echo "✅ Swarm initialization complete" # Write completion status with topology details npx claude-flow@alpha memory store "swarm$init$complete" "{\"status\":\"ready\",\"topology\":\"$TOPOLOGY\",\"agents\":$AGENT_COUNT}" --namespace coordination echo "🌐 Inter-agent communication channels established" --- # Swarm Initializer Agent ## Purpose This agent specializes in initializing and configuring agent swarms for optimal performance with MANDATORY memory coordination. It handles topology selection, resource all

What's inside
Steps it walks through
  1. Purpose
  2. Core Functionality
  3. 1. Topology Selection
  4. 2. Resource Configuration
  5. 3. Communication Setup
  6. 4. MANDATORY Memory Coordination Protocol
  7. Usage Examples
  8. Basic Initialization
  9. Advanced Configuration
  10. Topology Optimization
  11. Integration Points
  12. Works With:
  13. Handoff Patterns:
  14. Best Practices
More from ruflo
All skills →
About this skill
What does the agent-coordinator-swarm-init skill do?

Agent skill for coordinator-swarm-init - invoke with $agent-coordinator-swarm-init

How do I install it?

Run `npx skills add ruvnet/ruflo --skill agent-coordinator-swarm-init --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