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
- Confirm publish target.
- Collect:
- npm package name (for example,
@remix-run/my-package) - package directory in repo (for example,
packages/my-package)
- npm package name (for example,
- Validate the package does not already exist at
0.0.0:
npm view <package-name>@0.0.0 version