bun-install

Install all dependencies from package.json using Bun.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bun-install" with this command: npx skills add laurigates/claude-plugins/laurigates-claude-plugins-bun-install

/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

  • Check if package.json exists

  • Run installation with appropriate flags:

Development (default):

bun install

CI/Reproducible builds:

bun install --frozen-lockfile

Production deployment:

bun install --production

  • Report installed package count and any warnings

Post-install

  • Verify node_modules exists

  • Check for peer dependency warnings

  • Run bun run prepare if it exists (for husky/hooks)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ruff linting

No summary provided by upstream source.

Repository SourceNeeds Review
General

imagemagick-conversion

No summary provided by upstream source.

Repository SourceNeeds Review
General

jq json processing

No summary provided by upstream source.

Repository SourceNeeds Review