optimize

Diagnoses UI performance issues and validates fixes with Core Web Vitals monitoring.

1|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Cheggin/request-for-startups --skill optimize-cheggin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimize
Source: https://github.com/Cheggin/request-for-startups/tree/main/skills/optimize
Command: npx skills add https://github.com/Cheggin/request-for-startups --skill optimize-cheggin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnoses and fixes UI performance issues across loading speed, rendering, animations, images, and bundle size.

Core Features & Use Cases

  • Analyze current performance metrics: Core Web Vitals, load times, bundle sizes, and runtime performance.
  • Propose and implement multi-faceted optimizations across loading, rendering, animations, and network strategies.
  • Use case: Improve perceived performance for a slow-loading dashboard and reduce TTI by optimizing critical path.

Quick Start

Run a baseline performance audit and apply the recommended loading, rendering, and animation optimizations to the target UI.

Frequently Asked Questions about optimize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose and fix slow loading and rendering issues in my web application?

To fix slow UI performance, run a baseline audit to identify bottlenecks across loading speed, rendering, and animations, then apply concrete optimizations to reduce bundle size and improve Core Web Vitals.

What is the best way to reduce bundle size and improve Core Web Vitals?

The best way to improve Core Web Vitals is by analyzing current performance metrics to find large bundle sizes and slow load times, then implementing multi-faceted optimizations across the critical loading path.

Why does my web interface experience jank during animations and how can I optimize it?

UI animation jank occurs due to rendering bottlenecks. You can optimize animations by diagnosing runtime performance issues and applying targeted rendering and animation tuning strategies.

Can I optimize a slow-loading dashboard by analyzing real-user performance data?

Yes, you can optimize a slow-loading dashboard by validating improvements through real-user performance data and Core Web Vitals monitoring to reduce Time to Interactive.

Does this UI optimization approach work across different devices and network conditions?

Yes, this approach diagnoses and fixes UI performance issues across loading speed, rendering, and bundle size for web applications experiencing slow load times across various devices and networks.

When do I need to run a performance audit for my web interface?

You need to run a performance audit when users experience slow load times, jank, or large bundle sizes, requiring analysis of loading speed, rendering, and animations to identify and resolve bottlenecks.