What problem does it solve?
This Skill identifies and resolves performance bottlenecks in Claude Flow swarms, providing detailed analysis, profiling, and actionable optimization recommendations. It helps users understand where their AI agents are slowing down, offering insights into communication, processing, memory, and network issues to improve overall efficiency and speed.
Core Features & Use Cases
- Bottleneck Detection: Automatically pinpoint communication, processing, memory, and network bottlenecks.
- Performance Profiling: Real-time monitoring and historical analysis of swarm operations for deep insights.
- Optimization Recommendations: AI-powered suggestions for improving performance, including topology changes and caching strategies.
- Use Case: Your multi-agent development swarm is running slower than expected. Use this skill to detect bottlenecks, which might reveal excessive inter-agent communication delays or inefficient memory access. The skill then recommends switching to a hierarchical topology and enabling memory caching to significantly boost performance.
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
Automatically fix detected issues
npx claude-flow bottleneck detect --fix --threshold 15