| name | providing-performance-optimization-advice |
| description | 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". |
| version | 1.21.0 |
| allowed-tools | Read, Write, Edit, Grep, Glob, Bash(profiling:*), Bash(analysis:*) |
| license | MIT |
| author | Jeremy Longshore <jeremy@intentsolutions.io> |
| tags | ["performance","providing-performance"] |
| compatibility | Designed for Claude Code, also compatible with Codex and OpenClaw |
Performance Optimization Advisor
Deliver prioritized performance optimization recommendations across frontend, backend, and infrastructure layers with impact estimates and phased implementation roadmaps.
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, backend APIs, and infrastructure configuration.
- Identify issues such as unoptimized images, inefficient database queries, and lack of CDN usage.
- Generate a report with prioritized recommendations, including image optimization, database query optimization, and CDN implementation.
Example 2: Improving API Response Time
User request: "The API response time is too slow. What can I do to improve it?"
The skill will:
- Analyze the API code, database queries, and caching strategies.
- Identify issues such as inefficient database queries, lack of caching, and slow processing logic.
- Generate a report with prioritized recommendations, including database query optimization, caching implementation, and asynchronous processing.
Best Practices
- Specificity: Provide specific details about the project and its performance issues to get more accurate and relevant recommendations.