Load this when you're managing dependencies with Bun and need the package manager commands. It covers the essentials like install, add, remove, and update, plus workspace configuration for monorepos and lockfile handling. The migration guidance is actually useful if you're coming from npm or pnpm. One thing worth knowing: Bun disables lifecycle scripts by default for security, so you'll need to whitelist trusted packages explicitly. The skill also references separate docs for CLI flags and workspace filters when you need the full details. If you're already using Bun for runtime, this makes the package management side just as fast.
npx skills add https://github.com/secondsky/claude-skills --skill bun-package-manager