Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install ruvnet-claude-flow-plugins-ruflo-core-skills-ruflo-doctorgit clone https://github.com/ruvnet/claude-flow.gitcp claude-flow/SKILL.MD ~/.claude/skills/ruvnet-claude-flow-plugins-ruflo-core-skills-ruflo-doctor/SKILL.md--- 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: - Memory: `npx @claude-flow/cli@latest memory init --force` - Daemon: `npx @claude-flow/cli@latest daemon start` - Config: `npx @claude-flow/cli@latest config reset`