Bundle Optimization Skill

SkillDev tools

Apply bundle size optimizations

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Bundle Optimization Skill skill

What this skill tells your AI

The instructions your AI receives, as published by baekenough/oh-my-customcode in .claude/skills/optimize-bundle/SKILL.md and read by ahel’s review.

Apply bundle size optimizations to reduce build output and improve performance.

Options

--dry-run        Show what would be changed without applying
--safe           Only apply safe, reversible optimizations

Workflow

1. Run full bundle analysis
2. Identify optimization opportunities
3. Prioritize by impact and risk
4. Apply recommended changes (or show dry-run)
5. Rebuild if changes applied
6. Verify improvements
7. Report before/after metrics

Optimization Levels

Safe

  • Configure code splitting
  • Enable tree-shaking for ESM
  • Add terser/minification
  • Configure chunk optimization

Moderate

  • Replace heavy dependencies with lighter alternatives
  • Add dynamic imports for routes
  • Configure asset optimization

Aggressive

  • Remove unused dependencies
  • Inline small modules
  • Configure aggressive minification

Output

  • Applied changes list
  • Before/after size comparison
  • Build time comparison
  • Risk assessment for each change

Examples

# Apply all safe optimizations
optimize-bundle

# Preview changes without applying
optimize-bundle --dry-run

# Only apply safe optimizations
optimize-bundle --safe

Signals

GitHub stars
34
Forks
6
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
optimize-bundle
Source
github.com/baekenough/oh-my-customcode