Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Agent Performance Analyzer

ASecurity

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

2 stars
0 votes
0 copies
0 views
Added 9/19/2026
businessgotestingperformance

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add ibragimov-oasis/oasis-languages-jp --skill agent-performance-analyzer --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Agent Performance Analyzer?

Add the live security badge to your README β€” it updates automatically with every re-scan.

Security grade badge for Agent Performance Analyzer
[![Security: A β€” Skills Directory](https://www.skillsdirectory.com/api/skills/ibragimov-oasis-agent-performance-analyzer/badge)](https://www.skillsdirectory.com/skills/ibragimov-oasis-agent-performance-analyzer)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: agent-performance-analyzer
description: Agent skill for performance-analyzer - invoke with $agent-performance-analyzer
tags:
  - domain/skills
  - artifact/skill
  - source/skills-ruflo
---

---
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 opportunities
- Resource reallocation
- Algorithm improvements
- Caching strategies
- Topology optimization

## Analysis Workflow

### 1. Data Collection Phase
```
1. Gather execution metrics
2. Profile resource usage
3. Map task dependencies
4. Trace communication patterns
5. Identify hotspots
```

### 2. Analysis Phase
```
1. Compare against baselines
2. Identify anomalies
3. Correlate metrics
4. Determine root causes
5. Prioritize issues
```

### 3. Recommendation Phase
```
1. Generate optimization options
2. Estimate improvement potential
3. Assess implementation effort
4. Create action plan
5. Define success metrics
```

## Common Bottleneck Patterns

### 1. Single Agent Overload
**Symptoms**: One agent handling complex tasks alone
**Solution**: Spawn specialized agents for parallel work

### 2. Sequential Task Chain
**Symptoms**: Tasks waiting unnecessarily
**Solution**: Identify parallelization opportunities

### 3. Resource Starvation
**Symptoms**: Agents waiting for resources
**Solution**: Increase limits or optimize usage

### 4. Communication Overhead
**Symptoms**: Excessive inter-agent messages
**Solution**: Batch operations or change topology

### 5. Inefficient Algorithms
**Symptoms**: High complexity operations
**Solution**: Algorithm optimization or caching

## Integration Points

### With Orchestration Agents
- Provides performance feedback
- Suggests execution strategy changes
- Monitors improvement impact

### With Monitoring Agents
- Receives real-time metrics
- Correlates system health data
- Tracks long-term trends

### With Optimization Agents
- Hands off specific optimization tasks
- Validates optimization results
- Maintains performance baselines

## Metrics and Reporting

### Key Performance Indicators
1. **Task Execution Time**: Average, P95, P99
2. **Resource Utilization**: CPU, Memory, I/O
3. **Parallelization Ratio**: Parallel vs Sequential
4. **Agent Efficiency**: Utilization rate
5. **Communication Latency**: Message delays

### Report Format
```markdown
## Performance Analysis Report

### Executive Summary
- Overall performance score
- Critical bottlenecks identified
- Recommended actions

### Detailed Findings
1. Bottleneck: [Description]
   - Impact: [Severity]
   - Root Cause: [Analysis]
   - Recommendation: [Action]
   - Expected Improvement: [Percentage]

### Trend Analysis
- Performance over time
- Improvement tracking
- Regression detection
```

## Optimization Examples

### Example 1: Slow Test Execution
**Analysis**: Sequential test execution taking 10 minutes
**Recommendation**: Parallelize test suites
**Result**: 70% reduction to 3 minutes

### Example 2: Agent Coordination Delay
**Analysis**: Hierarchical topology causing bottleneck
**Recommendation**: Switch to mesh for this workload
**Result**: 40% improvement in coordination time

### Example 3: Memory Pressure
**Analysis**: Large file operations causing swapping
**Recommendation**: Stream processing instead of loading
**Result**: 90% memory usage reduction

## Best Practices

### Continuous Monitoring
- Set up baseline metrics
- Monitor performance trends
- Alert on regressions
- Regular optimization cycles

### Proactive Analysis
- Analyze before issues become critical
- Predict bottlenecks from patterns
- Plan capacity ahead of need
- Implement gradual optimizations

## Advanced Features

### 1. Predictive Analysis
- ML-based bottleneck prediction
- Capacity planning recommendations
- Workload-specific optimizations

### 2. Automated Optimization
- Self-tuning parameters
- Dynamic resource allocation
- Adaptive execution strategies

### 3. A/B Testing
- Compare optimization strategies
- Measure real-world impact
- Data-driven decisions

## πŸ”— Бвязи

- [[MOC - Skills]] β€” Skills library
- [[skills/skills-ruflo]] β€” Category: skills-ruflo

Attribution

ibragimov-oasisibragimov-oasis
View sourceMore from ibragimov-oasis β†’
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business β†’