npm-publish — community npm-publish, agent-vault-cli, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for AI Agents needing automated package publishing to npm via GitHub Actions CI/CD Secure credential vault CLI for AI agents - fills login forms via CDP without exposing credentials

BnayaZil BnayaZil
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The npm-publish skill by BnayaZil is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for AI Agents needing automated package publishing to npm via GitHub Actions CI/CD

Core Value

Empowers agents to publish packages to npm using secure credential vault CLI, filling login forms via CDP without exposing credentials, and automating testing on multiple platforms and Node versions

Capabilities Granted for npm-publish

Automating npm package publishing
Triggering CI/CD pipelines with version tags
Running tests on multiple platforms and Node versions

! Prerequisites & Limits

  • Requires GitHub Actions CI/CD setup
  • Node versions 18+ supported
  • Git and npm versioning required
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

npm-publish

Install npm-publish, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

NPM Publish Workflow

This project uses GitHub Actions CI/CD to automatically publish to npm when a version tag is pushed.

Quick Publish

bash
1# 1. Bump the version (updates package.json and creates a git tag) 2npm version patch # 0.1.0 -> 0.1.1 3npm version minor # 0.1.0 -> 0.2.0 4npm version major # 0.1.0 -> 1.0.0 5 6# 2. Push to trigger CI/CD 7git push && git push --tags

The CI pipeline will automatically:

  • Run tests on multiple platforms (Ubuntu, macOS) and Node versions (18, 20)
  • Build the project
  • Publish to npm if all tests pass

Version Types

CommandUse WhenExample
npm version patchBug fixes, small updates0.1.0 → 0.1.1
npm version minorNew features, backwards compatible0.1.0 → 0.2.0
npm version majorBreaking changes0.1.0 → 1.0.0

Pre-release Versions

bash
1npm version prerelease --preid=alpha # 0.1.0 -> 0.1.1-alpha.0 2npm version prerelease --preid=beta # 0.1.0 -> 0.1.1-beta.0 3npm version prerelease --preid=rc # 0.1.0 -> 0.1.1-rc.0

Setup (One-time)

Add NPM_TOKEN to GitHub repository secrets:

  1. Generate token at https://www.npmjs.com/settings/[username]/tokens
  2. Add to GitHub repo: Settings → Secrets and variables → Actions → New repository secret
  3. Name: NPM_TOKEN, Value: [your token]

Troubleshooting

CI fails to publish?

  • Verify NPM_TOKEN is set in GitHub secrets
  • Check if version already exists on npm
  • Review GitHub Actions logs

Need to skip CI tests?

  • Not recommended, but you can manually publish: npm publish --access public

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is npm-publish?

Perfect for AI Agents needing automated package publishing to npm via GitHub Actions CI/CD Secure credential vault CLI for AI agents - fills login forms via CDP without exposing credentials

How do I install npm-publish?

Run the command: npx killer-skills add BnayaZil/agent-vault-cli/npm-publish. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for npm-publish?

Key use cases include: Automating npm package publishing, Triggering CI/CD pipelines with version tags, Running tests on multiple platforms and Node versions.

Which IDEs are compatible with npm-publish?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for npm-publish?

Requires GitHub Actions CI/CD setup. Node versions 18+ supported. Git and npm versioning required.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add BnayaZil/agent-vault-cli/npm-publish. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use npm-publish immediately in the current project.

Related Skills

Looking for an alternative to npm-publish or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI