Npm Release

Repo-specific npm publish playbook, incl. a fix for redacted auth URLs in agent shells.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · f6f3368

The skill's fix for a real non-interactive-agent blocker — npm redacts the browser auth URL to `***` in non-TTY shells — is a `script -q /dev/null npm publish` wrapper that recovers the real URL; a baseline answer just says 'click the link' and gets stuck.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Npm Release does

Repo-specific playbook for publishing the Skill Zoo CLI package to npm: identifies the real publishable workspace package, runs typecheck/test/build/dry-run, and walks failure modes like duplicate versions or bad tarball contents. Its standout move is a `script -q /dev/null` wrapper that recovers the real npm browser-auth URL when running in non-interactive agent shells, where npm normally redacts it to `***`.

How to install Npm Release

git clone https://github.com/luochang212/skill-zoo
cd skill-zoo
mkdir -p ~/.claude/skills
cp -r skills/npm-release ~/.claude/skills/npm-release

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Npm Release

  • /npm-release Repo-specific npm publish playbook, incl. a fix for redacted auth URLs in agent shells.

It also activates on plain-language prompts like these:

  • I'm ready to publish our CLI package to npm, walk me through the release
  • npm keeps redacting the auth URL in my agent shell, help me get past that
  • Run the typecheck, build, and dry-run before we publish this npm package

Frequently asked questions

Is the Npm Release skill free?
Yes. The skill itself is free from luochang212/skill-zoo. SkillProof publishes the install command and an independent test verdict at no cost.
Does Npm Release work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. The skill's fix for a real non-interactive-agent blocker — npm redacts the browser auth URL to `***` in non-TTY shells — is a `script -q /dev/null npm publish` wrapper that recovers the real URL; a baseline answer just says 'click the link' and gets stuck.
What is the Npm Release SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Npm Release?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Npm Release with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.