agent-coordinator-swarm-init
SolidAgent skill for coordinator-swarm-init - invoke with $agent-coordinator-swarm-init
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: 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 allocation, and communication setup while ensuring all agents properly write to and read from shared memory.
## Core Functionality
### 1. Topology Selection
- **Hierarchical**: For structured, top-down coordination
- **Mesh**: For peer-to-peer c...
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-hierarchical-coordinator
Agent skill for hierarchical-coordinator - invoke with $agent-hierarchical-coordinator
56,717 Updated today
ruvnet AI & Automation Listed
when-using-advanced-swarm-use-swarm-advanced
Advanced swarm patterns with dynamic topology switching and self-organizing behaviors for complex multi-agent coordination
335 Updated today
aiskillstore AI & Automation Solid
agent-adaptive-coordinator
Agent skill for adaptive-coordinator - invoke with $agent-adaptive-coordinator
56,717 Updated today
ruvnet AI & Automation Solid
agent-swarm
Agent skill for swarm - invoke with $agent-swarm
56,717 Updated today
ruvnet AI & Automation Solid
agent-mesh-coordinator
Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator
56,717 Updated today
ruvnet