with one click
Run health checks on the Ruflo installation and fix common issues
npx skills add https://github.com/ruvnet/ruflo --skill ruflo-doctorCopy and paste this command into Claude Code to install the skill
Run health checks on the Ruflo installation and fix common issues
npx skills add https://github.com/ruvnet/ruflo --skill ruflo-doctorCopy and paste this command into Claude Code to install the skill
Author a workflow — either an MCP workflow template (persisted, lifecycle) or a native .claude/workflows/*.js orchestration script (agent/parallel/pipeline fan-out)
Run a workflow — drive an MCP workflow lifecycle (execute/pause/resume/cancel) or invoke + resume a native .claude/workflows/*.js orchestration via the Workflow tool
Side-by-side comparison of ruflo vs HAL vs other GAIA harnesses — capability gaps, design decisions, and improvement roadmap
Diagnose why a GAIA question failed — extract trace, classify failure mode, and propose a fix
Walk through a complete GAIA benchmark→submit flow — from key resolution through HAL-compatible package generation
Scaffold a new Claude Code plugin with proper directory structure, plugin.json, skills, commands, and agents
| name | ruflo-doctor |
| description | Run health checks on the Ruflo installation and fix common issues |
| argument-hint | [--fix] |
| allowed-tools | Bash(npx *) |
Run npx @claude-flow/cli@latest doctor --fix to diagnose and auto-repair common issues.
Checks: Node.js 20+, npm 9+, git, config validity, daemon status, memory database, API keys, MCP servers, disk space, TypeScript.
Targeted fixes:
npx @claude-flow/cli@latest memory init --forcenpx @claude-flow/cli@latest daemon startnpx @claude-flow/cli@latest config reset