worker-integration

Automates task dispatch and performance tracking between workers and agents.

2|Updated May 8, 2026
One-click install
npx skills add https://github.com/xotong/claude-marketplace --skill worker-integration-xotong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worker-integration
Source: https://github.com/xotong/claude-marketplace/tree/main/plugins/ruflo/skills/worker-integration
Command: npx skills add https://github.com/xotong/claude-marketplace --skill worker-integration-xotong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill automates intelligent task dispatch and performance tracking between background workers and specialized agents, reducing manual coordination and latency.

Core Features & Use Cases

  • Orchestrates dynamic worker-agent assignments based on triggers, with fallback paths and visibility into performance metrics.
  • Supports memory-keyed result storage, benchmarking-based agent selection, and configurable mappings for scalable workflows.
  • Use Case: When a trigger arrives, assign to the best agent while recording latency and success rates to improve routing decisions.

Quick Start

Trigger a task to be dispatched to the best available worker-agent pair and start performance tracking

Frequently Asked Questions about worker-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I dispatch background tasks to specialized agents automatically?

Task dispatch to specialized agents is automated by routing triggers to optimal worker-agent pairs, recording latency and success rates to improve future routing decisions. It supports distributed, trigger-driven workflows across research, coding, security, and auditing domains.

How does benchmark-aware agent selection work for task routing?

Benchmark-aware agent selection evaluates performance metrics to route tasks to the best available agent. It records latency and success rates during task dispatch, using this historical performance data to improve ongoing routing decisions.

Can I configure worker-agent mappings for distributed trigger-driven workflows?

Yes, worker-agent mappings are configurable for distributed workflows. You can specify mappings in the frontmatter and examples to define dynamic assignments, establish fallback paths, and maintain visibility into performance metrics.

What is the best way to orchestrate workers and agents with fallback paths?

Orchestrating workers with fallback paths is achieved by applying configurable worker-agent mappings that dynamically assign tasks based on triggers. If an optimal agent fails, the system routes tasks through predefined fallback paths to ensure completion.

How do I store and retrieve task results using memory-keyed storage?

Task results are stored using memory-keyed storage, which allows efficient retrieval and tracking of dispatched task outcomes. This mechanism integrates with benchmark-aware agent selection to maintain historical performance data for routing optimization.

Do I need dependencies to track performance metrics between workers and agents?

No external dependencies are required to track performance metrics between workers and agents. The orchestration mechanism internally records latency and success rates during task dispatch to improve routing decisions without external libraries.