neb-ai-server-upgrades

Automate NebCore AI Server upgrades to new Paperclip releases with PR creation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nebinfra/nebcore-ai-skills --skill neb-ai-server-upgrades
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neb-ai-server-upgrades
Source: https://github.com/nebinfra/nebcore-ai-skills/tree/main/neb-ai-server-upgrades
Command: npx skills add https://github.com/nebinfra/nebcore-ai-skills --skill neb-ai-server-upgrades

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrades NebCore AI Server to align with upstream Paperclip releases, ensuring features, fixes, and governance requirements are consistently applied across the stack.

Core Features & Use Cases

  • Automates detection of new Paperclip releases, analyzes release notes, and identifies changes to skills, Dockerfiles, and plugins.
  • Rebranches nebcore-branded skills, updates the base Dockerfile tag, and generates a PR for review.
  • Supports upgrade planning triggered by new releases or governance prompts.

Quick Start

Initiate the upgrade workflow to upgrade NebCore AI Server to the latest Paperclip release.

Frequently Asked Questions about neb-ai-server-upgrades

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upgrade my AI server to a new upstream release automatically?

Upgrading an AI server to a new upstream release is automated by analyzing release notes, aligning skills and plugins, updating the Dockerfile base image tag, and generating a pull request for review.

How does automated release notes analysis work for server upgrades?

Automated release notes analysis works by parsing new upstream release notes to identify required changes, then calculating skill diffs and validating plugins to ensure the server stack aligns with the latest features and governance requirements.

What is the best way to rebranch skills and pin Docker base images during an upgrade?

The best way to rebranch skills and pin Docker base images is through an automated upgrade workflow that rebrands nebcore-branded skills and updates the base Dockerfile tag to a pinned upstream release version.

Can I automate pull request creation for Dockerfile and plugin updates?

Yes, you can automate pull request creation for Dockerfile and plugin updates; the upgrade workflow applies changes to skills, Dockerfiles, and plugins, then generates a PR containing the release documentation and changelog.

Does this upgrade automation handle governance prompts and plugin validation?

Yes, this upgrade automation handles governance prompts and plugin validation by ensuring all applied upgrades satisfy governance requirements for pinned upstream tags, plugin validation, and changelog documentation.

When do I need to pin upstream tags for my server upgrade?

You need to pin upstream tags when applying release-driven upgrades or governance prompts to your AI server, ensuring the Dockerfile base image and plugins are locked to a specific upstream release version for consistency.