Agent skill · AI & Agents

performance-analysis

Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms

rUv72,748★ · +654/wk · 4 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill performance-analysis --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 14 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Claude Flow Team
Path: .agents/skills/performance-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Performance Analysis Skill Comprehensive performance analysis suite for identifying bottlenecks, profiling swarm operations, generating detailed reports, and providing actionable optimization recommendations. ## Overview This skill consolidates all performance analysis capabilities: - **Bottleneck Detection**: Identify performance bottlenecks across communication, processing, memory, and network - **Performance Profiling**: Real-time monitoring and historical analysis of swarm operations - **Report Generation**: Create comprehensive performance reports in multiple formats - **Optimization Recommendations**: AI-powered suggestions for improving performance ## Quick Start ### Basic Bottleneck Detection ```bash npx claude-flow bottleneck detect ``` ### Generate Performance Report ```bash npx claude-flow analysis performance-report --format html --include-metrics ``` ### Analyze and Auto-Fix ```bash npx claude-flow bottleneck detect --fix --threshold 15 ``` ## Core Capabilities ### 1. Bottleneck Detection #### Command Syntax ```bash npx claude-flow bottleneck detect [options] ``` #### Options - `--swarm-id, -s <id>` - Analyze specific swarm (default: current) - `--time-range, -t <ran

What's inside
Steps it walks through
  1. Overview
  2. Quick Start
  3. Basic Bottleneck Detection
  4. Generate Performance Report
  5. Analyze and Auto-Fix
  6. Core Capabilities
  7. 1. Bottleneck Detection
  8. 2. Performance Profiling
  9. 3. Report Generation
  10. 4. Optimization Recommendations
  11. Advanced Usage
  12. Continuous Monitoring
  13. CI/CD Integration
  14. Custom Analysis Scripts
Commands it runs
npx claude-flow bottleneck detect
npx claude-flow analysis performance-report --format html --include-metrics
npx claude-flow bottleneck detect --fix --threshold 15
npx claude-flow bottleneck detect [options]
Basic detection for current swarm
Analyze specific swarm over 24 hours
npx claude-flow bottleneck detect --swarm-id swarm-123 -t 24h
Export detailed analysis
npx claude-flow bottleneck detect -t 24h -e bottlenecks.json
Auto-fix detected issues
More from ruflo
All skills →
About this skill
What does the performance-analysis skill do?

Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms

How do I install it?

Run `npx skills add ruvnet/ruflo --skill performance-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going