Bundle banner
Houseofmvps Houseofmvps

Bundle

Development community

Description

--- description: Track bundle size, detect heavy dependencies, compare to previous builds --- Run the bundle tracker on this project: ```bash node ${CLAUDE_PLUGIN_ROOT}/tools/bundle-tracker.mjs <project-directory> --save ``` Report: total bundle size, JS/CSS/image breakdown, largest files, heavy dependencies with lighter alternatives, and comparison to previous build (if history exists). Suggest code splitting for large chunks and alternative packages for heavy dependencies.

Installation

Installs to ~/.claude/skills/houseofmvps-ultraship-bundle/SKILL.md

Terminal
mkdir -p ~/.claude/skills/houseofmvps-ultraship-bundle && curl -fsSL https://raw.githubusercontent.com/Houseofmvps/ultraship/HEAD/commands/bundle.md -o ~/.claude/skills/houseofmvps-ultraship-bundle/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository