agent-performance-analyzer
SolidAgent skill for performance-analyzer - invoke with $agent-performance-analyzer
AI & Automation 56,717 stars
6459 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
---
name: perf-analyzer
color: "amber"
type: analysis
description: Performance bottleneck analyzer for identifying and resolving workflow inefficiencies
capabilities:
- performance_analysis
- bottleneck_detection
- metric_collection
- pattern_recognition
- optimization_planning
- trend_analysis
priority: high
hooks:
pre: |
echo "📊 Performance Analyzer starting analysis"
memory_store "analysis_start" "$(date +%s)"
# Collect baseline metrics
echo "📈 Collecting baseline performance metrics"
post: |
echo "✅ Performance analysis complete"
memory_store "perf_analysis_complete_$(date +%s)" "Performance report generated"
echo "💡 Optimization recommendations available"
---
# Performance Bottleneck Analyzer Agent
## Purpose
This agent specializes in identifying and resolving performance bottlenecks in development workflows, agent coordination, and system operations.
## Analysis Capabilities
### 1. Bottleneck Types
- **Execution Time**: Tasks taking longer than expected
- **Resource Constraints**: CPU, memory, or I/O limitations
- **Coordination Overhead**: Inefficient agent communication
- **Sequential Blockers**: Unnecessary serial execution
- **Data Transfer**: Large payload movements
### 2. Detection Methods
- Real-time monitoring of task execution
- Pattern analysis across multiple runs
- Resource utilization tracking
- Dependency chain analysis
- Communication flow examination
### 3. Optimization Strategies
- Parallelization opp...
Details
- Author
- ruvnet
- Repository
- ruvnet/ruflo
- Created
- 12 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
agent-performance-optimizer
Agent skill for performance-optimizer - invoke with $agent-performance-optimizer
56,717 Updated today
ruvnet AI & Automation Solid
agent-performance-monitor
Agent skill for performance-monitor - invoke with $agent-performance-monitor
56,717 Updated today
ruvnet AI & Automation Solid
agent-code-analyzer
Agent skill for code-analyzer - invoke with $agent-code-analyzer
56,717 Updated today
ruvnet AI & Automation Solid
agent-performance-benchmarker
Agent skill for performance-benchmarker - invoke with $agent-performance-benchmarker
56,717 Updated today
ruvnet AI & Automation Featured
agent-orchestration-improve-agent
Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.
39,227 Updated today
sickn33