neb-skills-upgrade

Refresh vendored NebCore skills from upstream sources and apply approved upgrades.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps vendored NebCore skills up to date by detecting drift, auditing staleness, and coordinating upgrades from upstream sources defined in sources.yaml. It ensures compatibility with operator workflows and governance during releases.

Core Features & Use Cases

  • Automates drift detection and upgrade orchestration for vendored skills.
  • Supports multiple upgrade methods (full-replace, merge, manual) and changelog reasoning.
  • Integrates with nebcore-cli and the operator to prompt for operator approval where needed.

Quick Start

Run the upgrade workflow to refresh vendored skills from upstream sources and apply approved upgrades.

Frequently Asked Questions about neb-skills-upgrade

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

FAQPage Schema
How do I detect drift in vendored skills from upstream sources?▼

To detect drift in vendored skills, the workflow reads sources.yaml and executes nebcore-cli admin skills check-drift to identify configuration staleness against upstream sources. It then summarizes the detected changes for review.

What is the best way to upgrade vendored NebCore skills before a major release?▼

The best way to upgrade vendored NebCore skills before a major release is orchestrating approved upgrades via full-replace, merge, or manual methods. This ensures compatibility with operator workflows and updates governance artifacts and changelogs.

How does nebcore-cli integrate with the operator during skill upgrades?▼

The nebcore-cli integrates with the operator during skill upgrades by prompting for explicit operator approval where needed. This governance step ensures upstream changes are reviewed before being applied to the vendored configurations.

Can I merge upstream changes instead of fully replacing vendored skills?▼

Yes, you can merge upstream changes instead of fully replacing vendored skills. The upgrade orchestration supports full-replace, merge, and manual upgrade methods to accommodate different configuration strategies and update changelogs accordingly.

When do I need to audit vendored skill configurations for staleness?▼

You need to audit vendored skill configurations for staleness during drift checks, general audits, and before major NebCore releases. This ensures your vendored skills remain up-to-date with upstream sources defined in sources.yaml.

What limitations exist when manually upgrading vendored skills?▼

When manually upgrading vendored skills, the limitation is that you must independently resolve conflicts and update changelogs and governance artifacts without the automated full-replace or merge orchestration provided by the standard upgrade workflow.