Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Agent Resource Allocator

Skill Verifiziert Aktiv

Agent skill for resource-allocator - invoke with $agent-resource-allocator

Zweck

To enable intelligent and adaptive resource allocation, predictive scaling, and performance optimization for agent swarms, ensuring efficient and reliable operation.

Funktionen

  • Adaptive resource allocation
  • ML-powered predictive scaling
  • Circuit breaker and fault tolerance patterns
  • Comprehensive performance profiling and optimization
  • MCP integration for resource management

Anwendungsfälle

  • Optimize resource usage in large-scale agent swarms
  • Proactively scale resources based on predicted workload
  • Ensure system resilience through fault tolerance mechanisms
  • Identify and resolve performance bottlenecks in agent operations

Nicht-Ziele

  • Directly managing cloud infrastructure resources outside of agent swarm context
  • Replacing core LLM providers or agent communication protocols
  • Providing generic system monitoring unrelated to agent performance

Installation

npx skills add ruvnet/ruflo

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert about 20 hours ago

Vertrauenssignale

Letzter Commitabout 21 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Agent Mesh Coordinator

97

Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator

Skill
ruvnet

Hive Mind Skill

95

Byzantine fault-tolerant consensus and distributed coordination. Queen-led hierarchical swarm management with multiple consensus strategies. Use when: distributed coordination, fault-tolerant operations, multi-agent consensus, collective decision making. Skip when: single-agent tasks, simple operations, local-only work.

Skill
ruvnet

Swarm Orchestration

100

Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.

Skill
ruvnet

Circuit Breaker Pattern

100

Implement circuit breaker logic for agentic tool calls — tracking tool health, transitioning between closed/open/half-open states, reducing task scope when tools fail, routing to alternatives via capability maps, and enforcing failure budgets to prevent error accumulation. Separates orchestration (deciding what to attempt) from execution (calling tools), following the expeditor pattern. Use when building agents that depend on multiple tools with varying reliability, designing fault-tolerant agentic workflows, recovering gracefully from tool outages mid-task, or hardening existing agents against cascading tool failures.

Skill
pjt222

Validate Plugin

100

Validate a Claude Code plugin structure, frontmatter, and MCP tool references

Skill
ruvnet

Horizon Track

100

Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection

Skill
ruvnet