Bundle analyze
Professional development studio for Claude Code CLI
npx -y skills add manastalukdar/ai-devstudio --skill bundle-analyzeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Bundle size analysis and optimization for Webpack, Vite, and esbuild
SKILL.md
1.3 KB, as published. Nobody here has run it
Bundle Size Analysis & Optimization
I'll analyze your JavaScript bundle size, identify large dependencies, suggest tree-shaking opportunities, and recommend code splitting strategies.
Supported Build Tools:
- Webpack (webpack-bundle-analyzer)
- Vite (rollup-plugin-visualizer)
- esbuild (esbuild-visualizer)
- Rollup (rollup-plugin-visualizer)
- Next.js (@next/bundle-analyzer)
Arguments: $ARGUMENTS - optional: production/development or specific entry point
Token Optimization
Expected range: 300–2,500 tokens (initial), 200 tokens (cache hit)
Caching: Caches build tool detection in .claude/cache/bundle-analyze/build-tool.json for 7 days. Invalidated when package.json changes.
Early exit: Returns immediately for already-analyzed bundles or if no build output exists.
Patterns used: Grep-before-Read, early exit, Bash for system queries, caching