Perf Analyzer
Perf Analyzer assesses your prompts for clarity and effectiveness, helping you refine them for better AI responses and improved results.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add avifenesh-perf-analyzer npx -- -y @trustedskills/avifenesh-perf-analyzer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"avifenesh-perf-analyzer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/avifenesh-perf-analyzer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The avifenesh-perf-analyzer skill analyzes performance data to identify bottlenecks and areas for optimization. It can process various data formats, including CSV and JSON, to provide insights into system behavior. The tool aims to help users understand resource utilization and improve overall efficiency.
When to use it
- Debugging slow applications: Use the analyzer to pinpoint why an application is running slowly by examining resource usage patterns.
- Optimizing server performance: Identify CPU or memory bottlenecks on a server to improve its responsiveness.
- Analyzing website load times: Determine which elements of a webpage are contributing most to long loading times.
- Troubleshooting database queries: Examine query execution plans and resource consumption to optimize database performance.
Key capabilities
- CSV data processing
- JSON data processing
- Performance bottleneck identification
- Resource utilization analysis
Example prompts
- "Analyze this CSV file for CPU usage spikes."
- "Can you identify memory leaks in this JSON performance log?"
- "What are the top 3 slowest queries based on this database report?"
Tips & gotchas
The skill requires a properly formatted data file (CSV or JSON) as input. Ensure the data contains relevant performance metrics for accurate analysis.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.