performance-analyzer

Analyze CSS performance bottlenecks and deliver optimization strategies.

1|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/andronics/claude-plugin-css-pro --skill performance-analyzer-andronics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-analyzer
Source: https://github.com/andronics/claude-plugin-css-pro/tree/main/skills/performance-analyzer
Command: npx skills add https://github.com/andronics/claude-plugin-css-pro --skill performance-analyzer-andronics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes CSS performance, including bundle size, selector efficiency, and render performance, and provides actionable optimization strategies to speed up pages.

Core Features & Use Cases

  • Bundle and selector analysis: identify unused rules, complexity, and opportunities to prune.
  • Render & loading strategies: critical CSS, code-splitting, and async loading.
  • Metrics & reporting: guidance to meet performance budgets.

Quick Start

Run a performance check on styles.css and review recommended optimizations.

Frequently Asked Questions about performance-analyzer

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

FAQPage Schema
How do I identify CSS performance bottlenecks in my stylesheet?

CSS performance analysis identifies unused rules, selector complexity, and bundle size issues that slow page rendering. This Skill scans your stylesheets to pinpoint optimization opportunities across selector efficiency, render performance, and loading strategy, then delivers concrete steps to reduce file size and improve load time.

What is critical CSS and how does it improve page speed?

Critical CSS is the minimal set of styles needed to render above-the-fold content immediately. This Skill extracts critical CSS rules, recommends code-splitting and async loading strategies, and helps you prioritize styles to reduce first contentful paint and largest contentful paint metrics.

Can this analyze bundle size and unused CSS rules?

Yes. The Skill measures CSS bundle size, identifies unused rules and dead code, analyzes selector complexity, and reports on redundancy. It delivers actionable pruning recommendations to shrink bundle size and meet performance budgets across web projects.

How do I measure CSS impact on Core Web Vitals?

CSS directly affects FCP, LCP, and CLS metrics. This Skill provides guidance to measure and optimize these performance indicators through bundle analysis, render performance tuning, and loading strategy recommendations, helping you meet performance budgets.

What rendering and animation issues can CSS optimization solve?

Inefficient selectors, render-blocking styles, and animation complexity degrade interactive performance and smoothness. This Skill analyzes selector efficiency and render performance to recommend optimizations that improve animation smoothness and reduce layout shift.