optimize

Optimize user interface loading, rendering, animations, and bundle size.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JiaxingBI/LL2026 --skill optimize-jiaxingbi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimize
Source: https://github.com/JiaxingBI/LL2026/tree/main/.agents/skills/optimize
Command: npx skills add https://github.com/JiaxingBI/LL2026 --skill optimize-jiaxingbi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses slow loading speeds, janky animations, large bundle sizes, and inefficient rendering in user interfaces, ensuring a faster and smoother user experience.

Core Features & Use Cases

  • Performance Auditing: Identifies bottlenecks in loading, rendering, and animations.
  • Optimization Strategies: Provides actionable steps for images, JavaScript, CSS, fonts, and network requests.
  • Core Web Vitals Improvement: Focuses on enhancing LCP, FID/INP, and CLS scores.
  • Use Case: A web application is experiencing slow initial load times and laggy scrolling on product listing pages. This Skill can analyze the page, identify large unoptimized images and excessive JavaScript, and provide a plan to implement lazy loading, code splitting, and image compression.

Quick Start

Use the optimize skill to analyze and improve the loading performance of the main product page.

Frequently Asked Questions about optimize

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

FAQPage Schema
How do I improve Core Web Vitals scores like LCP and CLS for a slow web application?

Improve Core Web Vitals by optimizing loading speed, rendering, and network efficiency. This involves implementing image optimization, JavaScript code splitting, and critical CSS path techniques to enhance LCP, FID/INP, and CLS scores systematically.

What is the best way to reduce bundle size and fix laggy scrolling on interface pages?

Reduce bundle size by applying JavaScript code splitting and image compression. Fix laggy scrolling by avoiding layout thrashing and utilizing GPU-accelerated animations to ensure smooth rendering during user interaction.

How do I optimize font loading and image delivery for faster initial page load?

Optimize font loading and image delivery by applying systematic strategies for network requests and resource compression. This reduces large payload bottlenecks and ensures faster initial loading speed for user interfaces.

Why does my web interface experience layout thrashing and how can I optimize rendering?

Layout thrashing occurs from inefficient DOM querying and styling. Optimize rendering by avoiding forced synchronous layouts and adopting GPU-accelerated animations to achieve a smoother user experience.

Does this approach work for auditing performance bottlenecks in JavaScript and CSS?

Yes, performance auditing identifies bottlenecks in loading, rendering, and animations. It provides actionable steps for JavaScript, CSS, fonts, and network requests to resolve large bundle sizes and inefficient rendering.