Publishing banner
ahoybuoy ahoybuoy

Publishing

Development community

Description

--- name: publishing description: Use when publishing Buoy packages to npm, bumping versions, or debugging workspace:* dependency leaks. Covers the full publish-and-verify cycle. --- # Publishing Workflow This skill prevents `workspace:*` references from leaking to npm. There have been 3 incidents (v0.3.2, v0.3.24, v0.3.34) where unresolved workspace refs shipped. Follow this process exactly. ## Critical Rule **MUST use `pnpm publish` (not `npm publish`).** Only pnpm resolves `workspace:*` t

Installation

Installs to ~/.claude/skills/ahoybuoy-buoy-publishing/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ahoybuoy-buoy-publishing && curl -fsSL https://raw.githubusercontent.com/ahoybuoy/buoy/HEAD/.claude/skills/publishing.md -o ~/.claude/skills/ahoybuoy-buoy-publishing/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository