bun-add

Add a package to dependencies 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-add" with this command: npx skills add laurigates/claude-plugins/laurigates-claude-plugins-bun-add

/bun:add

Add a package to dependencies using Bun.

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

Post-add

  • Report package version added

  • Show dependency tree impact with bun why <package>

  • Suggest running tests to verify compatibility

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
General

api-testing

No summary provided by upstream source.

Repository SourceNeeds Review