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
Related skills
Installs
5
Repository
remix-run/remix
GitHub Stars
32.9K
First Seen
Mar 13, 2026