Skip to main content

ruflo-status

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

Ir para a instalação

Informações da origem

Repositório
ruvnet/ruflo
Última atividade na origem
29 de julho de 2026 às 19:08
Idioma detectado do SKILL.md
inglês
Estrelas
72.687
Forks
8.609

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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: ```bash 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: ```bash 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.
Ver no GitHub