skills/skill-npmpublish/SKILL.md
Publish npm packages with sensible defaults. Automatically sets private access and bumps patch version (0.0.1). Use when publishing packages to npm, especially for internal/private packages.
npx skillsauth add hasna/skills skill-npmpublishInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Publish npm packages to the npm registry with sensible defaults:
publishConfig.access: restricted# Publish with defaults (private, patch bump)
skill-npmpublish
# Specify bump type
skill-npmpublish --bump minor # 0.1.0
skill-npmpublish --bump major # 1.0.0
skill-npmpublish --bump patch # 0.0.1 (default)
# Publish as public (use carefully!)
skill-npmpublish --public
# Dry run (see what would happen)
skill-npmpublish --dry-run
# Publish from a different directory
skill-npmpublish --dir /path/to/package
| Option | Description | Default |
|--------|-------------|---------|
| -b, --bump <type> | Version bump: patch, minor, major | patch |
| --public | Publish as public package | false (private) |
| --dry-run | Preview without publishing | false |
| -d, --dir <path> | Package directory | current dir |
NPM_TOKEN in ~/.secrets for authenticationpackage.json in target directorypackage.jsonpublishConfig.access: restricted (unless --public)package.jsonbun publish# Standard publish for internal package
skill-npmpublish
# Release new feature version
skill-npmpublish --bump minor
# Breaking change release
skill-npmpublish --bump major
# Check what would be published
skill-npmpublish --dry-run
testing
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
development
Generate premium performance audit reports for web apps, APIs, or SaaS surfaces with metrics, findings, budgets, remediation plans, and manifest metadata.
data-ai
Generate premium customer feedback reports from reviews, support tickets, surveys, call notes, or raw feedback with clusters, sentiment, root causes, roadmap recommendations, evidence, and manifest metadata.
development
Generate high-quality PDF documents from markdown, HTML, or templates