What problem does it solves?
This Skill identifies and resolves performance bottlenecks in Claude Flow swarms, providing comprehensive analysis, real-time profiling, and AI-powered optimization recommendations to ensure your AI agents operate at peak efficiency.
Core Features & Use Cases
- Bottleneck Detection: Pinpoint communication, processing, memory, and network bottlenecks with detailed impact assessment.
- Performance Profiling: Monitor swarm operations in real-time and analyze historical data for performance trends and agent utilization.
- Report Generation: Create detailed performance reports in HTML, JSON, or Markdown formats with actionable recommendations for improvement.
- Use Case: Automatically detect a communication bottleneck in your development swarm, receive a recommendation to switch to a hierarchical topology, and apply the fix to reduce task completion times by 30-50%.
Quick Start
Detect performance bottlenecks in your current swarm
npx claude-flow bottleneck detect
Generate a comprehensive HTML performance report
npx claude-flow analysis performance-report --format html --include-metrics
Analyze and automatically apply fixes for detected issues with a 15% threshold
npx claude-flow bottleneck detect --fix --threshold 15