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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to diagnosing and fixing UI performance issues, helping teams deliver faster, smoother user experiences.

Core Features & Use Cases

  • Assess loading performance, runtime rendering, and animation smoothness
  • Propose and apply optimization strategies for images, JavaScript, CSS, and asset delivery
  • Use in scenarios where users report slow interactions, long load times, or janky UI to systematically improve performance

Quick Start

Run a quick performance audit and apply the recommended optimization patterns.

Frequently Asked Questions about optimize

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

FAQPage Schema
How do I diagnose and fix slow loading times and janky web UI rendering?

To fix janky web UI rendering, you must assess loading performance, runtime rendering, and animation smoothness to systematically identify bottlenecks across images, JavaScript, CSS, and asset delivery.

What is the best way to reduce bundle size and improve Core Web Vitals for React applications?

Improve Core Web Vitals and reduce bundle size by applying optimization strategies like code splitting, lazy loading, and efficient rendering patterns to ensure faster startup and smoother interactions.

How do I optimize asset delivery and image loading for better web performance?

Optimize asset delivery and image loading by applying recommended web performance patterns that target slow interactions and systematically improve overall loading time and UI smoothness.

When do I need to run a performance audit for my web application?

Run a performance audit when users report slow interactions, long load times, or janky UI, systematically applying optimization patterns to diagnose and resolve the underlying UI performance bottlenecks.

Can I use code splitting and lazy loading to resolve laggy user experiences in React?

Yes, code splitting and lazy loading resolve laggy user experiences by implementing asset delivery best practices that reduce initial bundle size and ensure faster startup.

Why does my web application experience slow interactions despite efficient rendering?

Slow interactions may stem from unoptimized asset delivery or large bundle sizes, requiring a structured performance audit to diagnose and fix bottlenecks across loading, rendering, and animations.