bun-deploy

Deploy Bun applications to production with automated build and validation.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/aphrody-code/n2b --skill bun-deploy-aphrody-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bun-deploy
Source: https://github.com/aphrody-code/n2b/tree/main/skills/deploy
Command: npx skills add https://github.com/aphrody-code/n2b --skill bun-deploy-aphrody-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you deploy a Bun-based application to production reliably, with pre-flight checks and post-deploy validation to reduce downtime and release mistakes.

Core Features & Use Cases

  • Production deployment orchestration: Runs a dedicated deployer agent to execute the full pipeline end-to-end.
  • Target-aware releases: Supports dashboard/web, bot, or both based on your deployment request.
  • Pre-flight verification: Captures git status, current branch, and uncommitted changes to inform and validate the deployment.

Quick Start

Ask the AI to deploy your application to production by saying: "Deploy the dashboard to production."

Frequently Asked Questions about bun-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Bun app to production safely?

To deploy a Bun app to production safely, this Skill orchestrates an automated pipeline with pre-flight verification and post-deploy validation to reduce downtime and release mistakes.

What's the best way to handle a Bun release for both a web dashboard and a bot?

For a Bun release targeting both a web dashboard and a bot, this Skill supports target-aware deployments, allowing you to specify and execute combined or individual releases based on your request.

Does deploying a Bun application with this approach check for uncommitted git changes?

Yes, deploying a Bun application includes pre-flight verification that captures git status, current branch, and uncommitted changes to validate the deployment state before proceeding.

How do I start a production deployment for my Bun project?

You start a production deployment for your Bun project by instructing the AI with a command like "Deploy the dashboard to production," which triggers a dedicated deployer agent to execute the pipeline.

What deployment targets are supported for pushing a Bun app to prod?

Pushing a Bun app to prod supports dashboard/web, bot, or combined deployment targets, allowing you to specify the exact release scenario required for your application.

Do I need to manually configure systemd for a Bun production release?

The Skill handles production release orchestration by launching a dedicated deployer agent to execute the full pipeline end-to-end, covering build, deploy, and validation steps.