MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Application Performance Performance Optimization

Application Performance Performance Optimization is an code AI skill with a core value of Optimize end-to-end application performance with profiling, observability, and backend/frontend tuning. It helps developers solve real-world problems in the code domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

Optimize end-to-end application performance with profiling, observability, and backend/frontend tuning. Use when coordinating performance optimization across the stack.

Last verified on: 2026-07-07

Quick Facts

Category code
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-07
Risk Level Low
mkdir -p ./skills/application-performance-performance-optimization && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/application-performance-performance-optimization/SKILL.md -o ./skills/application-performance-performance-optimization/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

Optimize application performance end-to-end using specialized performance and optimization agents:


[Extended thinking: This workflow orchestrates a comprehensive performance optimization process across the entire application stack. Starting with deep profiling and baseline establishment, the workflow progresses through targeted optimizations in each system layer, validates improvements through load testing, and establishes continuous monitoring for sustained performance. Each phase builds on insights from previous phases, creating a data-driven optimization strategy that addresses real bottlenecks rather than theoretical improvements. The workflow emphasizes modern observability practices, user-centric performance metrics, and cost-effective optimization strategies.]


Use this skill when


- Coordinating performance optimization across backend, frontend, and infrastructure

- Establishing baselines and profiling to identify bottlenecks

- Designing load tests, performance budgets, or capacity plans

- Building observability for performance and reliability targets


Do not use this skill when


- The task is a small localized fix with no broader performance goals

- There is no access to metrics, tracing, or profiling data

- The request is unrelated to performance or scalability


Instructions


1. Confirm performance goals, constraints, and target metrics.

2. Establish baselines with profiling, tracing, and real-user data.

3. Execute phased optimizations across the stack with measurable impact.

4. Validate improvements and set guardrails to prevent regressions.


Safety


- Avoid load testing production without approvals and safeguards.

- Roll out performance changes gradually with rollback plans.


Phase 1: Performance Profiling & Baseline


1. Comprehensive Performance Profiling


- Use Task tool with subagent_type="performance-engineer"

- Prompt: "Profile application performance comprehensively for: $ARGUMENTS. Generate flame graphs for CPU usage, heap dumps for memory analysis, trace I/O operations, and identify hot paths. Use APM tools like DataDog or New Relic if available. Include database query profiling, API response times, and frontend rendering metrics. Establish performance baselines for all critical user journeys."

- Context: Initial performance investigation

- Output: Detailed performance profile with flame graphs, memory analysis, bottleneck identification, baseline metrics


2. Observability Stack Assessment


- Use Task tool with subagent_type="observability-engineer"

- Prompt: "Assess current observability setup for: $ARGUMENTS. Review existing monitoring, distributed tracing with OpenTelemetry, log aggregation, and metrics collection. Identify gaps in visibility, missing metrics, and areas needing better instrumentation. Recommend APM tool integration and custom metrics for business-critical operations."

- Context: Performance profile from step 1

- Output: Observability assessment report, instrumentation gaps, monitoring recommendations


3. User Experience Analysis


- Use Task tool with subagent_type="performance-engineer"

- Prompt: "Analyze user experience metrics for: $ARGUMENTS. Measure Core Web Vitals (LCP, FID, CLS), page load times, time to interactive, and perceived performance. Use Real User Monitoring (RUM) data if available. Identify user journeys with poor performance and their business impact."

- Context: Performance baselines from step 1

- Output: UX performance report, Core Web Vitals analysis, user impact assessment


Phase 2: Database & Backend Optimization


4. Database Performance Optimization


- Use Task tool with subagent_type="database-cloud-optimization::database-optimizer"

- Prompt: "Optimize database performance for: $ARGUMENTS based on profiling data: {context_from_phase_1}. Analyze slow query logs, create missing indexes, optimize execution plans, implement query result caching with Redis/Memcached. Review connection pooling, prepared statements, and batch processin

🎯 Best For

  • Claude users
  • Software engineers
  • Development teams
  • Tech leads

💡 Use Cases

  • Code quality improvement
  • Best practice enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Application Performance Performance Optimization to Your Work

    Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.

  4. 4

    Review and Refine

    Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.

❓ Frequently Asked Questions

Is Application Performance Performance Optimization compatible with Cursor and VS Code?

Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.

Do I need specific dependencies for Application Performance Performance Optimization?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Application Performance Performance Optimization?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/application-performance-performance-optimization/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Skipping validation

Always test AI-generated code changes, even for simple refactors.

Missing dependency updates

Check if the skill requires updated dependencies or new packages.

🔗 Related Skills