If you're bundling JavaScript or TypeScript with Bun instead of webpack or esbuild, this gives Claude the full context on Bun.build. It covers CLI usage, the JavaScript API, code splitting, minification, sourcemaps, custom loaders, and plugin authoring. The documentation is thorough with actual config examples for different targets (browser, Node, Bun runtime) and common patterns like production builds or library packaging. Honest take: Bun's bundler is genuinely fast and the API surface is clean, but the ecosystem is still young. Use this when you're already committed to Bun or need to help Claude troubleshoot builds that aren't working as expected.
npx skills add https://github.com/secondsky/claude-skills --skill bun-bundler