Performance Optimizer

🌐Community
by ashishop · vlatest · Repository

Automatically identifies and resolves frontend performance bottlenecks in Ashishop stores, boosting page load speed and user experience.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add ashishop-performance-optimizer npx -- -y @trustedskills/ashishop-performance-optimizer
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "ashishop-performance-optimizer": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/ashishop-performance-optimizer"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Performance Optimizer skill helps improve website loading times and overall frontend performance. It focuses on identifying and resolving bottlenecks, optimizing assets, and streamlining code execution to deliver a faster user experience. This includes techniques like lazy loading images and minimizing JavaScript bundle sizes.

When to use it

  • Slow page load times: If users are complaining about slow websites or pages taking too long to load.
  • High bounce rate: A high bounce rate might indicate visitors leaving due to poor performance.
  • Poor Core Web Vitals scores: Improve your website's ranking in search results by optimizing for metrics like Largest Contentful Paint (LCP) and First Input Delay (FID).
  • Mobile optimization: Ensure a smooth experience for users on mobile devices with limited bandwidth.

Key capabilities

  • Asset Optimization (images, scripts, stylesheets)
  • Lazy Loading Implementation
  • JavaScript Bundle Size Reduction
  • Performance Bottleneck Identification

Example prompts

  • "Optimize the frontend performance of my website."
  • "Identify and fix slow loading images on this page: [URL]"
  • "Reduce the size of my JavaScript bundles."

Tips & gotchas

The skill requires access to your website's codebase or deployment environment. It may require some manual adjustments after initial optimization suggestions are provided by the agent.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ashishop
Installs
3

🌐 Community

Passed automated security scans.