when-analyzing-performance-use-performance-analysis
SolidComprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms
API & Backend 335 stars
29 forks Updated today
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Performance Analysis SOP
## Overview
Comprehensive performance analysis for Claude Flow swarms including bottleneck detection, profiling, benchmarking, and actionable optimization recommendations.
## Agents & Responsibilities
### performance-analyzer
**Role:** Analyze system performance and identify issues
**Responsibilities:**
- Collect performance metrics
- Analyze resource utilization
- Identify bottlenecks
- Generate analysis reports
### performance-benchmarker
**Role:** Run performance benchmarks and comparisons
**Responsibilities:**
- Execute benchmark suites
- Compare performance across configurations
- Establish performance baselines
- Validate improvements
### perf-analyzer
**Role:** Deep performance profiling and optimization
**Responsibilities:**
- Profile code execution
- Analyze memory usage
- Optimize critical paths
- Recommend improvements
## Phase 1: Establish Baseline
### Objective
Measure current performance and establish baseline metrics.
### Scripts
```bash
# Collect baseline metrics
npx claude-flow@alpha performance baseline \
--duration 300 \
--interval 5 \
--output baseline-metrics.json
# Run benchmark suite
npx claude-flow@alpha benchmark run \
--type swarm \
--iterations 10 \
--output benchmark-results.json
# Profile system resources
npx claude-flow@alpha performance profile \
--include-cpu \
--include-memory \
--include-network \
--output resource-profile.json
# Collect agent metrics
npx claude-flow@alpha agent metr...
Details
- Author
- aiskillstore
- Repository
- aiskillstore/marketplace
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- None
Similar Skills
Semantically similar based on skill content — not just same category
API & Backend Solid
performance-analysis
Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms
335 Updated today
aiskillstore AI & Automation Solid
performance-analysis
Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms
57,130 Updated today
ruvnet AI & Automation Solid
agent-performance-analyzer
Agent skill for performance-analyzer - invoke with $agent-performance-analyzer
57,130 Updated today
ruvnet AI & Automation Listed
perf
Performance analysis and optimization workflow
10 Updated 6 days ago
jmylchreest AI & Automation Solid
swarm-advanced
Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows
57,130 Updated today
ruvnet