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
tools
Generate hosted voiceover variants and short jingles
tools
Generate premium video highlight packages with clip plans, captions, thumbnails, chapter markers, social copy, edit decisions, and manifest metadata.
testing
Generate high-quality articles using parallel AI agents. Supports research, writing, and optional cover image generation. Write single articles or batch process multiple topics with configurable parallelism.
testing
Generate videos using OpenAI Sora, Minimax Hailuo, Gemini Veo, or Seedance through the hosted Skills runtime with provider-cost pricing.