claudegoodies
Plugin

ruflo-workflows

From ruvnet

Workflow automation across two surfaces: the 10 workflow_* MCP tools (create/run/execute/status/list/pause/resume/cancel/delete/template) with full state-machine lifecycle (created → running ↔ paused → completed/cancelled), and native Claude Code Workflow JS orchestration (.claude/workflows/*.js — agent/parallel/pipeline/phase fan-out). Includes GAIA benchmark component for Princeton HAL leaderboard submissions.

Install

/plugin install ruflo-workflows

Facts

Repository
ruvnet/ruflo
Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this plugin runs.

{
  "name": "ruflo-workflows",
  "description": "Workflow automation across two surfaces: the 10 workflow_* MCP tools (create/run/execute/status/list/pause/resume/cancel/delete/template) with full state-machine lifecycle (created → running ↔ paused → completed/cancelled), and native Claude Code Workflow JS orchestration (.claude/workflows/*.js — agent/parallel/pipeline/phase fan-out). Includes GAIA benchmark component for Princeton HAL leaderboard submissions.",
  "version": "0.5.0",
  "author": {
    "name": "ruvnet",
    "url": "https://github.com/ruvnet"
  },
  "homepage": "https://github.com/ruvnet/ruflo",
  "license": "MIT",
  "keywords": [
    "ruflo",
    "workflows",
    "automation",
    "orchestration",
    "templates",
    "mcp",
    "workflow-templates",
    "pause-resume",
    "lifecycle",
    "native-workflow",
    "agent-fanout",
    "pipeline",
    "parallel",
    "gaia",
    "benchmark",
    "hal-leaderboard",
    "evaluation",
    "agent-benchmark"
  ],
  "components": {
    "gaia": {
      "description": "GAIA benchmark component — run, submit, validate, and track Princeton HAL leaderboard scores",
      "commands": [
        "gaia",
        "gaia-run",
        "gaia-submit",
        "gaia-leaderboard",
        "gaia-validate",
        "gaia-history",
        "gaia-cost"
      ],
      "skills": [
        "gaia-submission",
        "gaia-debugging",
        "
View full source on GitHub →

Other plugins