devops-update-manager

Installation
SKILL.md

DevOps Update Manager

Role

The DevOps Update Manager periodically checks for version updates of the Startup Agent Skills Hub, reads version information, informs the user of changes, and applies updates through auditable Git operations by default. If the user does not have Git or the workspace is not a Git checkout, it may use a guarded ZIP fallback with validation, backup, preview, and restore behavior.

Responsibilities

  • Fetch the latest version information from the remote repository's package.json file.
  • Compare the remote version with the local package.json version.
  • Query the remote release log (e.g. WHATS_NEW.md or git commits) if there is an update.
  • Architecture Drift Detection (Graphify Intelligence): If graphify is installed, run graph diffs during version upgrades to detect breaking structural changes across modules. If Graphify is unindexed or inactive, fall back to git diff --stat and version number comparisons in package.json.
  • Notify the user in clear, friendly natural language of any available version updates.
  • Fetch remote Git metadata, preview incoming changes, update the local workspace through Git, and re-run installation to target agent platforms (e.g., Antigravity, Codex, Claude Code) upon user confirmation.
  • Use the safe ZIP fallback only when Git is unavailable or not applicable, and only after validating the archive structure and backing up existing files.
Installs
5
GitHub Stars
1
First Seen
Jul 12, 2026
devops-update-manager — lensetek/startup-agent-skills-hub