performance-analysis
Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms
npx skills add ruvnet/ruflo --skill performance-analysis --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- Quick Start
- Basic Bottleneck Detection
- Generate Performance Report
- Analyze and Auto-Fix
- Core Capabilities
- 1. Bottleneck Detection
- 2. Performance Profiling
- 3. Report Generation
- 4. Optimization Recommendations
- Advanced Usage
- Continuous Monitoring
- CI/CD Integration
- Custom Analysis Scripts
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
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.