Skip to main content

Ruflo Loop Workers

Skill Verified Active

Run Ruflo background workers using Claude Code native /loop scheduling

Purpose

To provide a reliable and integrated way to run Ruflo background workers on a schedule using Claude Code's native loop and MCP capabilities.

Features

  • Run Ruflo background workers
  • Utilize Claude Code /loop scheduling
  • Dispatch workers via MCP
  • Schedule recurring tasks with cache-aware delays
  • Supports multiple predefined workers (audit, optimize, etc.)

Use Cases

  • Automating periodic security analysis via the 'audit' worker.
  • Running performance optimization tasks in the background.
  • Scheduling memory consolidation tasks for efficient resource management.
  • Setting up predictive preloading workers to improve application responsiveness.

Non-Goals

  • Directly managing worker code execution outside the Ruflo framework.
  • Providing a UI for worker management (this is handled by the Ruflo project's broader ecosystem).
  • Replacing the core Claude Code scheduling mechanisms.

Workflow

  1. Dispatch worker via MCP (`mcp__claude-flow__hooks_worker-dispatch`)
  2. Schedule next iteration using `ScheduleWakeup` with a cache-aware delay

Documentation

  • info:Configuration & parameter referenceThe delay formula is documented, but the specific parameters for the MCP tools and `ScheduleWakeup` are not detailed.

Code Execution

  • info:ValidationWhile the logic appears sound, explicit schema validation for tool parameters is not evident in the provided code snippet.

Practical Utility

  • info:Edge casesWhile the basic scheduling is covered, explicit documentation on failure modes or recovery steps for `mcp__claude-flow__hooks_worker-dispatch` or `ScheduleWakeup` is not detailed.

Installation

First, add the marketplace

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-loop-workers@ruflo

Quality Score

Verified
94 /100
Analyzed about 19 hours ago

Trust Signals

Last commitabout 21 hours ago
Stars50.2k
LicenseMIT
Status
View Source

© 2025 SkillRepo · Find the right skill, skip the noise.