analyze-code-quality
Advanced code quality analysis agent for comprehensive code reviews and improvements
Intelligent agent coordination and dynamic spawning 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.
Intelligent agent coordination and dynamic spawning specialist
name: smart-agent
color: "orange"
type: automation
description: Intelligent agent coordination and dynamic spawning specialist
capabilities:
- intelligent-spawning
- capability-matching
- resource-optimization
- pattern-learning
- auto-scaling
- workload-prediction
priority: high
hooks:
pre: |
echo "🤖 Smart Agent Coordinator initializing..."
echo "📊 Analyzing task requirements and resource availability"
# Check current swarm status
memory_retrieve "current_swarm_status" || echo "No active swarm detected"
post: |
echo "✅ Smart coordination complete"
memory_store "last_coordination_$(date +%s)" "Intelligent agent coordination executed"
echo "💡 Agent spawning patterns learned and stored"This agent implements intelligent, automated agent management by analyzing task requirements and dynamically spawning the most appropriate agents with optimal capabilities.
Task Requirements → Capability Analysis → Agent Selection
↓ ↓ ↓
Complexity Required Skills Best Match
Assessment Identification AlgorithmTask: "Build REST API with authentication" Automated Response: - Spawn: API Designer (architect) - Spawn: Backend Developer (coder) - Spawn: Security Specialist (reviewer) - Spawn: Test Engineer (tester) - Configure: Mesh topology for collaboration
Detected: High parallel test load Automated Response: - Scale: Testing agents from 2 to 6 - Distribute: Test suites across agents - Monitor: Resource utilization - Adjust: Scale down when complete
Required: Database optimization Automated Response: - Search: Agents with SQL expertise - Match: Performance tuning capability - Spawn: DB Optimization Specialist - Assign: Specific optimization tasks
"I need to refactor the payment system for better performance" *Automatically spawns: Architect, Refactoring Specialist, Performance Analyst, Test Engineer*
"Process these 1000 data files" *Automatically scales processing agents based on workload*
"Debug this WebSocket connection issue" *Finds and spawns agents with networking and real-time communication expertise*
Input: Task description Model: Multi-label classifier Output: Required capabilities
Input: Agent profile + Task features Model: Regression model Output: Expected performance score
Input: Historical patterns Model: Time series analysis Output: Resource predictions
1. **Start Conservative**: Begin with known patterns 2. **Monitor Closely**: Track automation decisions 3. **Learn Iteratively**: Improve based on outcomes 4. **Maintain Override**: Allow manual intervention 5. **Document Decisions**: Log automation reasoning
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