bun-publish

Installation
SKILL.md

/bun:publish

Publish package to npm registry after building with Bun.

When to Use This Skill

Use this skill when... Use bun-publishing instead when...
Executing a single npm publish action with the right flags Looking up broader npm publishing workflow guidance and conventions
Previewing a publish with --dry-run before releasing Configuring publishConfig, scoped-package access, or provenance setup
Releasing a scoped package with --access public Use bun-build when you need to produce build artifacts before publishing
Enabling supply-chain --provenance signing on a release Use bun-lockfile-update when bumping dependencies before a release

Parameters

  • --dry-run: Preview publish without executing
  • --access: Access level (public or restricted)
  • --provenance: Enable supply chain provenance signing
Installs
1
GitHub Stars
58
First Seen
Jul 31, 2026
bun-publish — laurigates/claude-plugins