bun-publish-setup

Installation
SKILL.md

bun-publish-setup

First-time npm publish for bun libraries and GitHub Actions setup for automated publishing.

Prerequisites

  • bun is installed
  • Logged in to npm (npm whoami to verify)
  • GitHub repository exists

Workflow

  1. Pre-publish checks & fixes — Validate and fix package.json, tsconfig, build, README, etc.
  2. First publish — Confirm with dry-run, then run bun publish
  3. GitHub Actions setup — Create workflow for auto-publish on version tag push

Phase 1: Pre-publish Checks & Fixes

1-1: Validate & Fix package.json

Installs
12
GitHub Stars
3
First Seen
Feb 27, 2026
bun-publish-setup — mrsekut/agent-skills