performance-optimization-advisor
Get comprehensive performance optimization recommendations
View on GitHubTable of content
Get comprehensive performance optimization recommendations
Installation
npx claude-plugins install @jeremylongshore/claude-code-plugins-plus/performance-optimization-advisor
Contents
Folders: commands, skills
Files: LICENSE, README.md
Documentation
Get comprehensive, prioritized performance optimization recommendations.
Installation
/plugin install performance-optimization-advisor@claude-code-plugins-plus
Usage
/optimize
Features
- Multi-layer optimization analysis (frontend, backend, infrastructure, architecture)
- Anti-pattern detection
- Impact vs effort prioritization
- Quick win identification
- Detailed implementation guidance
- Performance gain estimates
- Phased implementation roadmap
License
MIT
Included Skills
This plugin includes 1 skill definition:
providing-performance-optimization-advice
Provide comprehensive prioritized performance optimization recommendations for frontend, backend, and infrastructure. Use when analyzing bottlenecks or seeking improvement strategies. Trigger with phrases like “optimize performance”, “improve speed”, or “performance recommendations”.
View skill definition
Performance Optimization Advisor
This skill provides automated assistance for performance optimization advisor tasks.
Overview
This skill empowers Claude to act as a performance optimization advisor, delivering a detailed report of potential improvements across various layers of a software application. It prioritizes recommendations based on impact and effort, allowing for a focused and efficient optimization strategy.
How It Works
- Analyze Project: Claude uses the plugin to analyze the project’s codebase, infrastructure configuration, and architecture.
- Identify Optimization Areas: The plugin identifies potential optimization areas in the frontend, backend, and infrastructure.
- Prioritize Recommendations: The plugin prioritizes recommendations based on estimated performance gains and implementation effort.
- Generate Report: Claude presents a comprehensive report with actionable advice, performance gain estimates, and a phased implementation roadmap.
When to Use This Skill
This skill activates when you need to:
- Identify performance bottlenecks in a software application.
- Get recommendations for improving website loading speed.
- Optimize database query performance.
- Improve API response times.
- Reduce infrastructure costs.
Examples
Example 1: Optimizing a Slow Website
User request: “My website is loading very slowly. Can you help me optimize its performance?”
The skill will:
- Analyze the website’s frontend code, back
…(truncated)