npm-workflow-discipline

Installation
SKILL.md

npm Workflow Discipline

Reproducible npm workflows for dependency installs, lockfile hygiene, and script contracts that hold in CI and local development.

When to use

  • Creating or maintaining a Node.js project that uses npm.
  • Fixing drift between package.json and package-lock.json.
  • Hardening CI pipelines for deterministic dependency installs.
  • Defining or enforcing package.json script contracts.

Philosophy

  • Treat dependency state as a contract, not a side effect.
  • Keep CI installs immutable and predictable.
  • Make package.json scripts explicit operational interfaces.

Required inputs

Installs
1
GitHub Stars
8
First Seen
Apr 12, 2026
npm-workflow-discipline — jscraik/agent-skills