deploy-npm
Installation
SKILL.md
deploy-npm — Full release workflow
This skill is opinionated for repos that use:
pnpm+turbomonorepo@changesets/cli+@changesets/actionfor versioning and changelog generation- A GitHub Actions workflow named
Release(.github/workflows/release.yml) that runschangeset version+changeset publishon push tomaster - npm Trusted Publisher (OIDC) with provenance — no long-lived
NPM_TOKEN step-security/harden-runnerblocking some runner writes (notably git tag refs)
Adapt the package / branch / workflow names if the target repo differs, but keep the phase order — every phase blocks on the previous one.
Quick Start
Copy this checklist into the conversation and tick boxes as you go: