bun

Installation
SKILL.md

Bun

Overview

Use this skill to operate Bun projects and choose the correct Bun command for installs, scripts, and tests. Keep guidance consistent with the project's existing scripts and configuration.

Workflow

  1. Check for Bun indicators: bun.lockb, bunfig.toml, or package.json scripts that mention Bun.
  2. Prefer project scripts over ad-hoc commands; use bun run <script> for dev, build, or test when defined.
  3. Use Bun's native tools only when the repo expects them (for example, bun test with Bun's test runner).
  4. Avoid editing lockfiles by hand; update dependencies via Bun commands.

Command Reference

  • Read references/bun.md when you need concrete command lines, testing guidance, or dependency workflows.

Notes

  • Keep commands explicit and predictable; avoid clever flags unless the project already uses them.
  • If the repo uses another tool (pnpm, yarn, npm), follow that tool instead of forcing Bun.
Installs
3
GitHub Stars
1
First Seen
Jun 16, 2026
bun — justbecauselabs/agent-skills