MCP.so
Sign In

optimize

pbakaus / impeccable

About optimize

Diagnoses and fixes UI performance across loading speed, rendering, animations, images, and bundle size. Use when the user mentions slow, laggy, janky, performance, bundle size, load time, or wants a faster, smoother experience.

Install optimize

npx skills add https://github.com/pbakaus/impeccable --skill optimize

Basic information

Category

Design & UI

Repository

pbakaus / impeccable

Skill

optimize

What it does

  • Covers five optimization areas: image optimization, JavaScript/CSS reduction, font loading, rendering performance, and animation efficiency

  • Includes Core Web Vitals guidance (LCP, FID/INP, CLS) with specific thresholds and remediation strategies

  • Provides code examples for common patterns: lazy loading, code splitting, layout thrashing prevention, GPU-accelerated animations, and virtual scrolling

  • Emphasizes measurement before and after optimization, testing on real devices with throttled connections, and avoiding premature optimization

More skills in Design & UI