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

Bun Add

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

Helps with ai & agent building tasks.

About

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

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

Bun Add by the numbers

  • 55 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #6,762 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-add

Add your badge

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

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

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

/bun:add

Add a package to dependencies using Bun.

When to Use This Skill

ScenarioUse this skillAlternative
Quickly adding a single packageYesN/A
Adding a dev dependencyYesN/A
Pinning an exact package versionYesN/A
Installing all project dependenciesNo - use bun-package-managerbun install
Removing or updating packagesNo - use bun-package-managerN/A
Managing workspace dependenciesNo - use bun-package-managerN/A

Parameters

  • package (required): Package name, optionally with version (e.g., lodash, react@18)
  • --dev: Add to devDependencies
  • --exact: Pin exact version (no ^ range)

Execution

bun add {{ if DEV }}--dev {{ endif }}{{ if EXACT }}--exact {{ endif }}$PACKAGE

Examples

# Add runtime dependency
bun add express

# Add dev dependency
bun add --dev typescript vitest

# Pin exact version
bun add --exact react@18.2.0

# Add to specific workspace
bun add lodash --cwd packages/utils

Agentic Optimizations

ContextCommand
Add runtime depbun add <package>
Add dev depbun add --dev <package>
Pin exact versionbun add --exact <package>
Add to workspacebun add <package> --cwd <path>
Preview changesbun add --dry-run <package>

Post-add

1. Report package version added 2. Show dependency tree impact with bun why <package> 3. Suggest running tests to verify compatibility

Related skills

This week in AI coding

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

unsubscribe anytime.