What problem does it solve?
This Skill helps teams convert existing Node.js projects to the Bun runtime by analyzing dependencies, configurations, build and test pipelines, and identifying compatibility risks before making changes.
Core Features & Use Cases
- Dependency Compatibility Analysis: Reads package.json and identifies native or problematic modules, mapping them to recommended Bun-compatible alternatives.
- Configuration & Build Guidance: Recommends updates to package.json scripts, engines, tsconfig, lockfile handling, and build/test tooling to run under Bun.
- CI/CD and Verification: Provides CI examples, verification steps, rollback procedures, and workspace guidance for monorepos and single-package repositories.
- Use Case: Migrate an npm/yarn/pnpm application or monorepo to Bun 1.0+, ensuring tests, builds, and CI continue to function.
Quick Start
Analyze package.json, list incompatible native modules with suggested replacements, and generate a BUN_MIGRATION_REPORT.md summarizing required config changes and verification steps.