/bun:install Install all dependencies from package.json using Bun. When to Use This Skill | Use this skill when... | Use bun-add instead when... | |---|---| | Bootstrapping a fresh checkout from existing package.json | Adding a new dependency to package.json | | Running a CI install with | Installing a single package with version pinning | | Preparing a production deployment with | Updating an existing dependency (use bun-lockfile-update) | | Restoring node modules after deletion | Auditing what could be upgraded (use bun-outdated) | Context Execution 1. Check if package.json exists 2. Run in…