analyze-code-quality
Advanced code quality analysis agent for comprehensive code reviews and improvements
Swarm initialization and topology optimization specialist
$ npx -y skills add ruvnet/agentic-flow --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Swarm initialization and topology optimization specialist
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"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.
**EVERY agent spawned MUST:** 1. **WRITE initial status** when starting: `swarm/[agent-name]/status` 2. **UPDATE progress** after each step: `swarm/[agent-name]/progress` 3. **SHARE artifacts** others need: `swarm/shared/[component]` 4. **CHECK dependencies** before using: retrieve then wait if missing 5. **SIGNAL completion** when done: `swarm/[agent-name]/complete`
**ALL memory operations use namespace: "coordination"**
"Initialize a swarm for building a REST API"
"Set up a hierarchical swarm with 8 agents for complex feature development"
"Create an auto-optimizing mesh swarm for distributed code analysis"
1. Initialize swarm → Spawn agents → Orchestrate tasks 2. Setup topology → Monitor performance → Auto-optimize 3. Configure resources → Track utilization → Scale as needed
Production-ready AI agent orchestration with 66 self-learning agents, 213 MCP tools, and autonomous multi-agent swarms.
Repo: ruvnet/agentic-flow
Advanced code quality analysis agent for comprehensive code reviews and improvements
Advanced code quality analysis agent for comprehensive code reviews and improvements
Expert agent for system architecture design, patterns, and high-level technical decisions
Use this agent when you need to create foundational templates, boilerplate code, or starter configurations for new projects, components, or features. This…
Specialized agents for distributed consensus mechanisms and fault-tolerant coordination protocols
Coordinates Byzantine fault-tolerant consensus protocols with malicious actor detection