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.
- Context: Explain the context of the performance problem, such as the expected user load or the specific use case.
- Iteration: Review the recommendations and provide feedback to refine the optimization strategy.
Integration
This skill integrates well with other plugins that provide code analysis, infrastructure management, and deployment automation capabilities. For example, it can be used in conjunction with a code linting plugin to identify code-level performance issues or with an infrastructure-as-code plugin to automate infrastructure optimization tasks.
Prerequisites
- Access to application codebase in ${CLAUDE_SKILL_DIR}/
- Infrastructure configuration files
- Performance profiling tools
- Current performance metrics and baselines
Instructions
- Analyze frontend code for rendering and asset optimization
- Review backend code for query and processing efficiency
- Examine infrastructure for scaling and resource usage
- Identify high-impact optimization opportunities
- Prioritize recommendations by effort vs impact
- Generate phased implementation roadmap
Output
- Comprehensive optimization report by layer (frontend/backend/infra)
- Prioritized recommendations with impact estimates
- Code examples for suggested improvements
- Performance gain projections
- Implementation effort estimates and timeline
Error Handling
If optimization analysis fails:
- Verify codebase access permissions
- Check profiling tool installation
- Validate configuration file formats
- Ensure sufficient analysis resources
- Review project structure completeness
Resources
- Web performance optimization guides
- Database query optimization best practices
- Infrastructure scaling patterns
- Caching strategies and CDN usage
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: providing-performance-optimization-advice3description: 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". Use when this capability is needed.4---5# Performance Optimization Advisor67Deliver prioritized performance optimization recommendations across frontend, backend, and infrastructure layers with impact estimates and phased implementation roadmaps.89## Overview1011This 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.1213## How It Works14151. **Analyze Project**: Claude uses the plugin to analyze the project's codebase, infrastructure configuration, and architecture.162. **Identify Optimization Areas**: The plugin identifies potential optimization areas in the frontend, backend, and infrastructure.173. **Prioritize Recommendations**: The plugin prioritizes recommendations based on estimated performance gains and implementation effort.184. **Generate Report**: Claude presents a comprehensive report with actionable advice, performance gain estimates, and a phased implementation roadmap.1920## When to Use This Skill2122This skill activates when you need to:23- Identify performance bottlenecks in a software application.24- Get recommendations for improving website loading speed.25- Optimize database query performance.26- Improve API response times.27- Reduce infrastructure costs.2829## Examples3031### Example 1: Optimizing a Slow Website3233User request: "My website is loading very slowly. Can you help me optimize its performance?"3435The skill will:361. Analyze the website's frontend code, backend APIs, and infrastructure configuration.372. Identify issues such as unoptimized images, inefficient database queries, and lack of CDN usage.383. Generate a report with prioritized recommendations, including image optimization, database query optimization, and CDN implementation.3940### Example 2: Improving API Response Time4142User request: "The API response time is too slow. What can I do to improve it?"4344The skill will:451. Analyze the API code, database queries, and caching strategies.462. Identify issues such as inefficient database queries, lack of caching, and slow processing logic.473. Generate a report with prioritized recommendations, including database query optimization, caching implementation, and asynchronous processing.4849## Best Practices5051- **Specificity**: Provide specific details about the project and its performance issues to get more accurate and relevant recommendations.52- **Context**: Explain the context of the performance problem, such as the expected user load or the specific use case.53- **Iteration**: Review the recommendations and provide feedback to refine the optimization strategy.5455## Integration5657This skill integrates well with other plugins that provide code analysis, infrastructure management, and deployment automation capabilities. For example, it can be used in conjunction with a code linting plugin to identify code-level performance issues or with an infrastructure-as-code plugin to automate infrastructure optimization tasks.5859## Prerequisites6061- Access to application codebase in ${CLAUDE_SKILL_DIR}/62- Infrastructure configuration files63- Performance profiling tools64- Current performance metrics and baselines6566## Instructions67681. Analyze frontend code for rendering and asset optimization692. Review backend code for query and processing efficiency703. Examine infrastructure for scaling and resource usage714. Identify high-impact optimization opportunities725. Prioritize recommendations by effort vs impact736. Generate phased implementation roadmap7475## Output7677- Comprehensive optimization report by layer (frontend/backend/infra)78- Prioritized recommendations with impact estimates79- Code examples for suggested improvements80- Performance gain projections81- Implementation effort estimates and timeline8283## Error Handling8485If optimization analysis fails:86- Verify codebase access permissions87- Check profiling tool installation88- Validate configuration file formats89- Ensure sufficient analysis resources90- Review project structure completeness9192## Resources9394- Web performance optimization guides95- Database query optimization best practices96- Infrastructure scaling patterns97- Caching strategies and CDN usage9899---100> Converted and distributed by [TomeVault](https://tomevault.io/claim/jeremylongshore) — claim your Tome and manage your conversions.101<!-- tomevault:4.0:skill_md:2026-04-11 -->