🤖
AutomationTypeScript

Smart Agent

by ruvnet

Smart Agent is an Automation skill for Claude Code, published by ruvnet in ruflo.

67.8K stars8.1K forkson ruvnet/rufloAdded 2026/08/13Repository updated 2026/08/13
agentic-aiagentic-frameworkagentic-workflowagentsai-agentsai-assistantai-codingai-skillsautonomous-agentsclaude-codecodexharnessmcp-servermulti-agentmulti-agent-systemsnpmskillsswarmswarm-intelligencetypescript
Install in seconds
Install Smart Agent
Copy Smart Agent into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ruvnet/ruflo/tree/main/.agents/skills/agent-automation-smart-agent ~/.claude/skills/agent-automation-smart-agent

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ruvnet/ruflo.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/agent-automation-smart-agent/SKILL.md in ruvnet/ruflo
Installs to
~/.claude/skills/agent-automation-smart-agent
Collection
One of 25 skills cataloged from this repository
Category
Automation1523 skills

What Smart Agent does

Smart Agent coordinates and dynamically spawns specialized agents based on task requirements, optimizing resources and learning from patterns. Use it for automated team assembly, workload scaling, and capability-based agent assignment in multi-agent systems.

Smart Agent is cataloged under Automation on DirSkills. Smart Agent comes from a repository tagged agentic-ai, agentic-framework, agentic-workflow, agents and ai-agents.

Documentation

README


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

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Smart Agent

  • What else does ruvnet publish alongside Smart Agent?

    Smart Agent is one of 25 skills that DirSkills catalogs from ruvnet/ruflo, the repository it ships in. Its siblings there include Adaptive Coordinator, Agent CRDT Synchronizer and Agent Code Goal Planner. Each one is a separate skill with its own page in this directory, installs the same way Smart Agent does, and is maintained by ruvnet in that same repository. The rest of the collection is listed on the ruvnet/ruflo page.

  • How does Smart Agent compare to other Automation skills?

    Smart Agent ranks #24 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Smart Agent against them. Open each page to compare what they document and how they install.

More from ruvnet/ruflo

Smart Agent is one of 25 skills cataloged on DirSkills from ruvnet/ruflo.

See all 25 skills
🧠
3w ago

Adaptive Coordinator

Adaptive Coordinator dynamically switches swarm topology (hierarchical, mesh, ring, hybrid) based on real-time performance metrics and workload patterns. Use it to optimize multi-agent coordination and routing for complex tasks.
AI Engineering
67.8K8.1K
🔄
3w ago

Agent CRDT Synchronizer

Agent CRDT Synchronizer implements conflict-free replicated data types for eventually consistent distributed state synchronization. Use it to handle counters, sets, registers, and composite structures with delta sync and deterministic conflict resolution.
DevOps
67.8K8.1K
🎯
3w ago

Agent Code Goal Planner

Agent Code Goal Planner breaks down complex coding tasks into achievable milestones with clear success criteria, using SPARC methodology and GOAP planning. Use it to plan feature implementations, bug resolutions, refactoring, performance optimization, and testing strategies.
AI Engineering
67.8K8.1K
🤖
3w ago

Agent Coordination

Agent Coordination spawns and manages agents for complex multi-agent tasks. Use it to coordinate over 60 agent types, manage pools, and route work like bug fixes, features, refactors, performance, and security.
AI Engineering
67.8K8.1K
💳
3w ago

Agentic Payments

Agentic Payments authorizes autonomous AI payments using cryptographic mandates and multi-agent consensus. Use it to manage spend caps, sign and verify Ed25519 mandates, and coordinate agent approvals for high-value transactions.
AI Engineering
67.8K8.1K
🏗️
3w ago

Architecture

Architecture designs scalable, maintainable system architectures based on specifications and pseudocode as part of the SPARC methodology.
DevOps
67.8K8.1K