deploy — npm package update deploy, superpack-workspace-filter, rgr4y, community, npm package update, ai agent skill, ide skills, agent automation, git deploy, automated testing, package versioning, server updates

v1.0.0
GitHub

About this Skill

Perfect for AI Agents needing streamlined deployment processes using npm and git. Deploy is a process that automates package updates using npm and git

Features

Automated package updates using npm
One-shot deploy using git
Running tests with npm test
Bumping package versions with npm version
Pushing updates to the server with git push
Reporting new version numbers

# Core Topics

rgr4y rgr4y
[0]
[0]
Updated: 2/28/2026

Quality Score

Top 5%
20
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add rgr4y/superpack-workspace-filter/deploy
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The deploy skill by rgr4y 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. Optimized for npm package update, git deploy, automated testing.

Ideal Agent Persona

Perfect for AI Agents needing streamlined deployment processes using npm and git.

Core Value

Empowers agents to automate one-shot deployment workflows using npm test, npm version, and git push, ensuring seamless updates to servers with version control via package.json and SKILL.md.

Capabilities Granted for deploy

Automating package versioning with npm version
Deploying updates to servers with git push
Running tests with npm test before deployment

! Prerequisites & Limits

  • Requires npm and git setup
  • Limited to package.json and SKILL.md versioning
Project
SKILL.md
484 B
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Deploy

One-shot deploy: bump, publish, commit, push, update on server.

Steps

  1. Run npm test — abort if anything fails
  2. Run npm version patch --no-git-tag-version (bumps package.json + SKILL.md via lifecycle script)
  3. Run npm publish
  4. Stage package.json, SKILL.md, and any other dirty tracked files
  5. Amend into the last commit (or create a new one if the tree was clean before the bump)
  6. git push
  7. Report the new version number and confirm server restart

FAQ & Installation Steps

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

? Frequently Asked Questions

What is deploy?

Perfect for AI Agents needing streamlined deployment processes using npm and git. Deploy is a process that automates package updates using npm and git

How do I install deploy?

Run the command: npx killer-skills add rgr4y/superpack-workspace-filter/deploy. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for deploy?

Key use cases include: Automating package versioning with npm version, Deploying updates to servers with git push, Running tests with npm test before deployment.

Which IDEs are compatible with deploy?

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 deploy?

Requires npm and git setup. Limited to package.json and SKILL.md versioning.

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 rgr4y/superpack-workspace-filter/deploy. 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 deploy immediately in the current project.

Related Skills

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

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

linear

Logo of lobehub
lobehub

Linear issue management. MUST USE when: (1) user mentions LOBE-xxx issue IDs (e.g. LOBE-4540), (2) user says linear, linear issue, link linear, (3) creating PRs that reference Linear issues. Provides

73.4k
0
Communication

testing

Logo of lobehub
lobehub

Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup

73.3k
0
Communication

zustand

Logo of lobehub
lobehub

Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation.

72.8k
0
Communication