Bun Development When to Use This Skill | Scenario | Use this skill | Alternative | |----------|---------------|-------------| | Running scripts with Bun runtime | Yes | for Node.js-specific runtime | | Running Bun tests with | Yes | for quick invocable test runs | | Bundling/building with Bun | Yes | for quick invocable builds | | Initializing a new Bun project | Yes | for Vite/Vue scaffolding | | Compiling to standalone executable | Yes | N/A | | Installing or managing dependencies | No - use | for quick package additions | | Publishing packages to npm | No - use | N/A | | Debugging TypeScri…