optimize

Diagnoses and fixes UI performance issues using Core Web Vitals.

3|3|Updated Aug 19, 2025
One-click install
npx skills add https://github.com/StartaleGroup/app-sdk --skill optimize-startalegroup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimize
Source: https://github.com/StartaleGroup/app-sdk/tree/main/.claude-lib/shared/skills/optimize
Command: npx skills add https://github.com/StartaleGroup/app-sdk --skill optimize-startalegroup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnoses and fixes UI performance issues to create faster, smoother user experiences.

Core Features & Use Cases

  • Performance assessment: measure Core Web Vitals, load times, bundle sizes, and runtime performance.
  • Optimization strategies: image, JS, CSS, fonts, rendering, and network improvements with guidance and examples.
  • Use Case: A web app experiencing slow initial load and janky animations can apply this skill to identify bottlenecks and implement fixes to improve LCP, FID, and CLS.

Quick Start

Analyze current performance, identify bottlenecks, and implement targeted optimizations to improve perceived speed.

Frequently Asked Questions about optimize

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

FAQPage Schema
How do I fix slow loading and janky UI animations in my web app?

Diagnose janky animations and slow loading by measuring Core Web Vitals to identify rendering and bundle size bottlenecks. Apply structured optimization strategies with example code snippets to improve user experience smoothness.

What are Core Web Vitals and how do I use them to measure frontend performance?

Core Web Vitals are standardized metrics measuring loading, interactivity, and visual stability. Use them to assess LCP, FID, and CLS scores to accurately identify frontend performance bottlenecks and guide rendering improvements.

How do I optimize bundle size and reduce initial load times for web applications?

Optimize bundle size and reduce initial load times by analyzing JavaScript, CSS, and font assets. Implement structured optimization strategies and network improvements to minimize bottlenecks and accelerate perceived loading speed.

Does this UI performance optimization approach work for both web and mobile apps?

Yes, this UI performance optimization approach applies to both web and app performance tasks. It diagnoses and fixes loading, rendering, and animation bottlenecks across various projects to create smoother user experiences.

What is the best way to fix high Cumulative Layout Shift and improve visual stability?

The best way to fix high Cumulative Layout Shift is by applying targeted rendering and CSS optimization strategies. Diagnose visual stability bottlenecks using Core Web Vitals and implement provided checklists to stabilize UI elements.