Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
laurigates avatar

Bun Install

  • 60 installs
  • 49 repo stars
  • Updated August 4, 2026
  • laurigates/claude-plugins

Helps with ai & agent building tasks.

About

bun-install is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • bun-install
  • AI & Agent Building
  • AI-coding skill

Bun Install by the numbers

  • 60 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #6,388 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/laurigates/claude-plugins --skill bun-install

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs60
repo stars49
Last updatedAugust 4, 2026
Repositorylaurigates/claude-plugins

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

/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.jsonAdding a new dependency to package.json
Running a CI install with --frozen-lockfileInstalling a single package with version pinning
Preparing a production deployment with --productionUpdating an existing dependency (use bun-lockfile-update)
Restoring node_modules after deletionAuditing what could be upgraded (use bun-outdated)

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:

Development (default):

bun install

CI/Reproducible builds:

bun install --frozen-lockfile

Production deployment:

bun install --production

3. 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)

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.