agent-performance-analyzer

Solid

Agent skill for performance-analyzer - invoke with $agent-performance-analyzer

AI & Automation 56,717 stars 6459 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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