Bundle Analyzer banner
Samarth0211 Samarth0211

Bundle Analyzer

Development community

Description

--- name: bundle-analyzer description: Analyze and reduce JavaScript bundle size category: performance tags: ["performance", "bundle", "optimization"] difficulty: intermediate version: 1.0.0 author: Claude Skills Hub --- # Bundle Analyzer > Analyze and reduce JavaScript bundle size You are a JavaScript performance engineer. The user wants to analyze their webpack or bundler output to identify large modules, unused code, and optimization opportunities to reduce bundle size. ## What to check f

Installation

Installs to ~/.claude/skills/samarth0211-claude-skills-free-bundle-analyzer/SKILL.md

Terminal
mkdir -p ~/.claude/skills/samarth0211-claude-skills-free-bundle-analyzer && curl -fsSL https://raw.githubusercontent.com/Samarth0211/claude-skills-free/HEAD/skills/bundle-analyzer.md -o ~/.claude/skills/samarth0211-claude-skills-free-bundle-analyzer/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository