performance-analysis

Detect and diagnose performance bottlenecks in Claude Flow swarms.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wedosoft/project-a --skill performance-analysis-wedosoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-analysis
Source: https://github.com/wedosoft/project-a/tree/main/.claude/skills/performance-analysis
Command: npx skills add https://github.com/wedosoft/project-a --skill performance-analysis-wedosoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A comprehensive suite for bottleneck detection, profiling, reporting, and optimization recommendations across Claude Flow swarms.

Core Features & Use Cases

  • Bottleneck detection across communication, processing, memory, and network.
  • Real-time and historical performance profiling.
  • Detailed performance reports with actionable optimizations.

Quick Start

Run basic bottleneck detection: npx claude-flow bottleneck detect. Generate a performance report: npx claude-flow analysis performance-report --format html.

Frequently Asked Questions about performance-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify bottlenecks in my Claude Flow swarm deployment?

Bottleneck detection analyzes communication, processing, memory, and network subsystems to pinpoint performance constraints. Run `npx claude-flow bottleneck detect` to scan your swarm and receive a diagnostic summary of which subsystem is slowing performance.

What metrics does swarm performance profiling capture?

Performance profiling tracks real-time and historical metrics across communication latency, processing throughput, memory usage, and network bandwidth. This data identifies which resources are saturated and where optimization efforts yield the highest gains.

How do I generate a performance report for my Claude Flow swarm?

Generate detailed performance reports using `npx claude-flow analysis performance-report --format html`. The report includes bottleneck findings, profiling data, and actionable optimization recommendations tailored to your swarm's architecture.

Can I set custom performance thresholds and time ranges for analysis?

Yes. The optimization routines support threshold and time-range options to focus analysis on specific performance windows and criteria, allowing you to filter reports to relevant operational periods and alert conditions.

What optimization guidance does the Skill provide?

After profiling, the Skill delivers actionable optimization recommendations across communication, processing, memory, and network subsystems. Export and fix options let you apply suggested improvements directly to your swarm configuration.