Skip to content
Development
Skill

/ruflo-status

Diagnose Ruflo health, then report system, MCP server, and active-agent status without changing the installation

From plugin
claude-flow
67k200 skills157 agents194 commands1 MCP
Install
$ npx -y skills add ruvnet/ruflo --skill ruflo-status --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/ruflo-status

Context preview

The summary Claude sees to decide when to auto-load this skill.

Diagnose Ruflo health, then report system, MCP server, and active-agent status without changing the installation

SKILL.md

ruflo-status.SKILL.md
name: ruflo-status
description: Diagnose Ruflo health, then report system, MCP server, and active-agent status without changing the installation
argument-hint: "[--fix]"
allowed-tools: Bash(npx *)

Ruflo status

Use this skill when the user asks for Ruflo health, diagnostics, MCP server state, or active-agent status.

Default read-only workflow

Run these commands in order:

npx @claude-flow/cli@latest doctor
npx @claude-flow/cli@latest status

Summarize the diagnostics and status together. Do not repair, reset, start, stop, install, or otherwise change anything during the default workflow.

Explicit repair workflow

Only when the user explicitly asks to fix or auto-repair the installation, replace the first command with:

npx @claude-flow/cli@latest doctor --fix
npx @claude-flow/cli@latest status

Report what the repair changed and the resulting status. Never infer authorization for `doctor --fix` from a request to check or diagnose Ruflo.

Ships withclaude-flow

An agent meta-harness for Claude Code and Codex. Agent = Model + Harness. The model writes; the harness gives it tools, memory, loops, sandboxes, and controls so it can actually work.

Get the whole plugin

Other skills on claude-flow.