Bundle Analysis Skill
SkillMonitoring & opsAnalyze bundle size and performance metrics
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Bundle Analysis Skill skill
What this skill tells your AI
The instructions your AI receives, as published by baekenough/oh-my-customcode in .claude/skills/optimize-analyze/SKILL.md and read by ahel’s review.
Analyze bundle size and performance metrics for web applications.
Arguments
target Build output path or project root (optional, auto-detects)
Options
--verbose, -v Show detailed analysis
Workflow
1. Identify build tool (webpack, vite, rollup, esbuild)
2. Locate build output
3. Analyze bundle composition
4. Calculate size metrics
5. Identify large dependencies
6. Detect unused code/exports
7. Generate analysis report
Output
- Total bundle size
- Size breakdown by chunk/module
- Top dependencies by size
- Tree-shaking status
- Dead code detection
- Optimization recommendations
Examples
# Analyze current project
optimize-analyze
# Analyze specific output directory
optimize-analyze ./dist
# Verbose analysis
optimize-analyze --verbose
Signals
- GitHub stars
- 34
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
optimize-analyze- Source
- github.com/baekenough/oh-my-customcode