One-click install
npx skills add https://github.com/marpme/stimmlage --skill i-optimize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: i-optimize
Source: https://github.com/marpme/stimmlage/tree/main/.claude/skills/i-optimize
Command: npx skills add https://github.com/marpme/stimmlage --skill i-optimize

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses slow loading times, janky animations, and large bundle sizes that degrade user experience and impact conversion rates.

Core Features & Use Cases

  • Performance Auditing: Identifies bottlenecks in loading, rendering, and animation.
  • Optimization Strategies: Provides actionable steps for image, JavaScript, CSS, and font optimization.
  • Core Web Vitals Improvement: Focuses on enhancing LCP, FID/INP, and CLS scores.
  • Use Case: Improve the perceived speed of a marketing website by optimizing image delivery and reducing JavaScript payload, leading to higher engagement.

Quick Start

Use the i-optimize skill to improve the loading performance of the website.

Frequently Asked Questions about i-optimize

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

FAQPage Schema
How do I improve my website's Core Web Vitals scores for LCP, INP, and CLS?

To improve Core Web Vitals, analyze loading speed, rendering efficiency, and animation smoothness. Implementing code splitting, image compression, and GPU-accelerated animations systematically enhances LCP, INP, and CLS scores.

What is the best way to reduce JavaScript bundle size and optimize loading speed?

Optimizing loading speed requires minimizing JavaScript payload through code splitting and network request optimization. This reduces large bundle sizes that degrade user experience and negatively impact conversion rates.

How do I fix janky animations and improve frontend rendering efficiency?

Fixing janky animations involves implementing GPU-accelerated animations and optimizing CSS delivery. Auditing rendering bottlenecks ensures smooth visual performance and enhances overall frontend rendering efficiency.

Can I optimize image delivery to improve perceived loading speed without changing my web framework?

Image delivery optimization applies compression and efficient loading strategies independently of specific frameworks. This improves perceived loading speed by reducing network payload sizes and accelerating rendering.

Why does my web application have slow loading times despite a small overall payload?

Slow loading times often stem from unoptimized network requests and render-blocking resources rather than total payload size. Analyzing performance metrics identifies specific bottlenecks in loading, rendering, and animation.

What performance metrics should I analyze before starting frontend optimization?

Analyze Core Web Vitals metrics including LCP, FID/INP, and CLS to identify bottlenecks. Auditing these performance metrics provides actionable steps for JavaScript, CSS, and image optimization.