optimize-bundle-size

Reduce and optimize bundle sizes

Content Preview
# Optimize Bundle Size

Reduce and optimize bundle sizes

## Instructions

1. **Bundle Analysis and Assessment**
   - Analyze current bundle size and composition using webpack-bundle-analyzer or similar
   - Identify large dependencies and unused code
   - Assess current build configuration and optimization settings
   - Create baseline measurements for optimization tracking
   - Document current performance metrics and loading times

2. **Build Tool Configuration**
   - Configure build tool opt
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/optimize-bundle-size.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/performance/optimize-bundle-size.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/performance/optimize-bundle-size.md

Related Skills