manastalukdar/ai-devstudio

bundle-analyze

Bundle size analysis and optimization for Webpack, Vite, and esbuild

First seen Feb 21, 2026

Installation

$ npx skills add manastalukdar/ai-devstudio --skill bundle-analyze

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from manastalukdar/ai-devstudio · top by installs.

npx skills add manastalukdar/ai-devstudio

Browse all from manastalukdar/ai-devstudio

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,317 B
  • docs SUMMARY.md 90 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

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

<think> Bundle optimization requires understanding:

  • JavaScript bundle composition and size impact
  • Tree-shaking effectiveness
  • Code splitting strategies
  • Lazy loading opportunities
  • Dependency bloat identification
  • Framework-specific optimization patterns

</think>


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