If your Claude Flow swarm is slow or you suspect agents are waiting on each other, this is your diagnostic tool. It profiles everything from message queue delays to memory access patterns, identifies bottlenecks with percentage impact scores, and generates actionable reports in JSON, HTML, or Markdown. The standout feature is automatic fix suggestions that you can apply with a single flag. Use it when tasks are taking longer than they should or when you're tuning a complex multi-agent setup. The CLI output is refreshingly readable, showing you exactly which agent-to-agent communication is dragging things down and what switching topologies might save you. Worth running before you start manually tweaking swarm configurations.
npx skills add https://github.com/ruvnet/ruflo --skill performance-analysis