This worker skill automates JavaScript and TypeScript bundle size reduction through a methodical keep/discard loop. It establishes a baseline build size, scans for unused dependencies and tree-shaking opportunities, then applies optimizations one at a time, reverting anything that breaks the build or doesn't actually shrink the bundle. The workflow covers removing dead dependencies, fixing imports, swapping heavy libraries for lighter alternatives, and adding code splitting where it helps. It writes a structured summary artifact compatible with the ln-830 coordinator for managed runs but also works standalone. Honest take: the empirical verification approach prevents the guesswork that usually comes with bundle optimization advice.
npx -y skills add levnikolaevich/claude-code-skills --skill ln-832-bundle-optimizer --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills