optimize

Identifies and fixes front-end bottlenecks in web applications using Core Web Vitals and optimization strategies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Improve interface performance by identifying and fixing loading, rendering, and runtime bottlenecks to deliver faster, smoother user experiences.

Core Features & Use Cases

  • Measure and optimize Core Web Vitals (LCP, FID/INP, CLS), load times, and bundle size.
  • Apply systematic strategies for images, JavaScript, CSS, fonts, and rendering to reduce blocking and jank.
  • Use-case: when an app feels slow on mobile, apply targeted optimizations to halve perceived load time and improve frame rates.

Quick Start

Identify a performance bottleneck in your app and begin by optimizing images and code-splitting to reduce initial load time.

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 like LCP and CLS for my web interface?

Improve Core Web Vitals by measuring LCP, FID/INP, and CLS, then applying targeted fixes like optimizing images and fonts, code-splitting, and caching. This Skill prescribes systematic steps to reduce loading and rendering bottlenecks for smoother, faster web applications.

What is the best way to reduce front-end bundle size and loading speed?

The best way to reduce front-end bundle size and loading speed is through code-splitting and applying JavaScript performance best practices. This Skill identifies runtime bottlenecks and prescribes measurable steps to halve perceived load time across mobile and desktop.

How do I fix web animations that are causing jank and rendering delays?

Fix janky web animations by applying CSS performance best practices to eliminate rendering bottlenecks. This Skill identifies runtime bottlenecks and prescribes systematic strategies to improve frame rates and deliver smoother web animations.

Can I use this to optimize loading and rendering for both mobile and desktop web apps?

Yes, you can use this Skill to optimize loading and rendering for both mobile and desktop web applications. It applies systematic strategies for images, JavaScript, CSS, and fonts to reduce blocking and improve performance across all platforms.

Why does my modern web app feel slow on mobile despite a small bundle size?

Your modern web app may feel slow on mobile due to runtime bottlenecks, unoptimized images, or render-blocking resources rather than just bundle size. This Skill helps identify and fix loading, rendering, and runtime issues to improve perceived load time.

What do I need to start optimizing front-end performance and reduce blocking?

To start optimizing front-end performance, you need to identify a performance bottleneck in your app. Begin by optimizing images and applying code-splitting to reduce initial load time and render-blocking, following the measurable steps this Skill prescribes.