·bun-deploy
</>

bun-deploy

daleseo/bun-skills

Generate optimized Docker images for Bun applications. Use when deploying to containers, minimizing image sizes, setting up CI/CD pipelines, or deploying to Kubernetes.

15Installs·1Trend·@daleseo

Installation

$npx skills add https://github.com/daleseo/bun-skills --skill bun-deploy

SKILL.md

Create optimized Docker images for Bun applications. Bun's small runtime and binary compilation reduce image sizes by 88MB+ compared to Node.js.

For other scenarios (monorepo, database apps, CLI tools, etc.), see dockerfile-templates.md.

| Bun Binary (distroless) | 40 MB | Production (minimal) | | Bun Alpine | 90 MB | Production (standard) | | Node.js Alpine | 180 MB | Baseline comparison |

Generate optimized Docker images for Bun applications. Use when deploying to containers, minimizing image sizes, setting up CI/CD pipelines, or deploying to Kubernetes. Source: daleseo/bun-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/daleseo/bun-skills --skill bun-deploy
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is bun-deploy?

Generate optimized Docker images for Bun applications. Use when deploying to containers, minimizing image sizes, setting up CI/CD pipelines, or deploying to Kubernetes. Source: daleseo/bun-skills.

How do I install bun-deploy?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/daleseo/bun-skills --skill bun-deploy Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/daleseo/bun-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01