bun-install

Installation
SKILL.md

/bun:install

Install all dependencies from package.json using Bun.

Context

Package file: `find . -maxdepth 1 -name "package.json" | head -1`
Lock file: `find . -maxdepth 1 -name "bun.lock*" -o -name "bun.lockb" | head -1`

Execution

  1. Check if package.json exists
  2. Run installation with appropriate flags:
Installs
58
GitHub Stars
36
First Seen
Feb 9, 2026
bun-install — laurigates/claude-plugins