avad-upgrade

Upgrade avad installs by detecting global versus vendored types and applying migrations.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/agwacom/avad-marketplace --skill avad-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: avad-upgrade
Source: https://github.com/agwacom/avad-marketplace/tree/main/plugins/avad/skills/avad-upgrade
Command: npx skills add https://github.com/agwacom/avad-marketplace --skill avad-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade avad to the latest version and manage upgrades across global vendored installations, ensuring users always have the newest features and security patches.

Core Features & Use Cases

  • Detects global vs vendored installs and applies upgrades accordingly.
  • Shows what's new after upgrading and helps users review changes.
  • Supports auto-upgrade with toggle and snooze/reschedule logic.
  • Executes migration scripts post-upgrade to align state with new version.

Quick Start

Run /avad-upgrade to begin upgrading avad to the latest version and view the changelog.

Frequently Asked Questions about avad-upgrade

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

FAQPage Schema
How do I upgrade avad to the latest version?

The upgrade process detects your installation type, applies the latest version to your global or vendored avad setup, and executes post-upgrade migrations to align your state with the new release.

How does avad handle auto-upgrade and version management?

Avad auto-upgrade uses a toggle with snooze and reschedule logic to automate version management, applying updates to global and vendored installations without interrupting your workflow.

Does avad upgrade work with both global and vendored installations?

Yes, the avad upgrade workflow detects both global and local vendored installations, applies the correct upgrade path for each, and optionally syncs local vendored copies in team mode.

Why do I need migration scripts after a version upgrade?

Migration scripts execute post-upgrade to align your existing state with the new version's structure, ensuring compatibility and preventing data loss when new features or security patches are applied.

What is the best way to manage CLI tool upgrades in a team environment?

Avad team mode manages CLI upgrades by optionally syncing local vendored installs, ensuring all team members share the same version and state after an automated or manual upgrade.

What happens if avad install detection fails during an upgrade?

The avad upgrade workflow implements robust error handling to safely halt the process if install detection fails, preventing partial updates to your global or vendored installation.