agent-coordinator-swarm-init
Agent skill for coordinator-swarm-init - invoke with $agent-coordinator-swarm-init
npx skills add ruvnet/ruflo --skill agent-coordinator-swarm-init --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: 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
- Purpose
- Core Functionality
- 1. Topology Selection
- 2. Resource Configuration
- 3. Communication Setup
- 4. MANDATORY Memory Coordination Protocol
- Usage Examples
- Basic Initialization
- Advanced Configuration
- Topology Optimization
- Integration Points
- Works With:
- Handoff Patterns:
- Best Practices
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.