claudegoodies
Skill

agent-automation-smart-agent

From ruvnet

Agent skill for automation-smart-agent - invoke with $agent-automation-smart-agent

Facts

Repository
ruvnet/ruflo
Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this skill runs.

---
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"
---

# Smart Agent Coordinator

## Purpose
This agent implements intelligent, automated agent management by analyzing task requirements and dynamically spawning the most appropriate agents with optimal capabilities.

## Core Functionality

### 1. Intelligent Task Analysis
- Natural language understanding of requirements
- Complexity assessment
- Skill requirement identification
- Resource need estimation
- Dependency detection

### 2. Capability Matching
```
Task Requirements → Capability Analysis → Agent Selection
        ↓                    ↓                    ↓
   Complexity           Required Skills      Best Match
   Assessment          Ide
View full source on GitHub →

Other skills