publish-placeholder-package

Installation
SKILL.md

Publish Placeholder Package

Overview

Use this skill to publish a minimal placeholder package to npm at 0.0.0. This is used to reserve the package name and unblock npm-side OIDC configuration for CI publishing.

Workflow

  1. Confirm publish target.
  • Collect:
    • npm package name (for example, @remix-run/my-package)
    • package directory in repo (for example, packages/my-package)
  • Validate the package does not already exist at 0.0.0:
npm view <package-name>@0.0.0 version
Installs
13
Repository
remix-run/remix
GitHub Stars
33.2K
First Seen
Mar 13, 2026
publish-placeholder-package — remix-run/remix