npm-publisher

Installation
SKILL.md

NPM Publisher

Overview

This skill provides a complete workflow for publishing npm packages with automated CI/CD. It handles version bumping, git tagging, and triggering automated npm publishing through GitHub Actions.

Release Workflow

Follow this workflow when releasing a new version with unstaged changes:

Step 1: Stage All Changes

Stage all pending changes:

git add .

Step 2: Commit the Changes

Installs
18
GitHub Stars
176
First Seen
Jan 24, 2026