portal-upgrade

Upgrade Showpane toolchain and project assets to latest packaged versions.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/twillcocks/showpane --skill portal-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: portal-upgrade
Source: https://github.com/twillcocks/showpane/tree/main/skills/portal-upgrade
Command: npx skills add https://github.com/twillcocks/showpane --skill portal-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading the Showpane toolchain and the current project to the latest packaged versions to keep development environments aligned and secure, reducing drift and compatibility issues.

Core Features & Use Cases

  • Check current and latest versions of the toolchain and perform version awareness.
  • Run a safe, dry-run upgrade to detect conflicts before applying changes.
  • Synchronize the global toolchain with the project upgrade and apply updates across the workspace.

Quick Start

From within Showpane, run /portal-upgrade to check for updates and apply them to your project.

Frequently Asked Questions about portal-upgrade

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

FAQPage Schema
How do I upgrade my Showpane toolchain and project to the latest version?

To upgrade the Showpane toolchain, run the /portal-upgrade command from within your local Showpane workspace to synchronize and apply the latest packaged versions across your project assets.

Can I run a dry-run upgrade to check for conflicts before applying updates?

Yes, you can perform a dry-run upgrade to analyze potential version conflicts and detect issues safely before applying any synchronized changes to the global toolchain or your local project workspace.

What do I need to configure before upgrading my Showpane workspace?

You need a configured Showpane CLI, access to the npm registry, and a valid APP_PATH and environment setup to successfully check versions and apply synchronized upgrades to your local workspace.

How does Showpane handle version awareness during a toolchain upgrade?

Showpane version awareness checks your current toolchain version against the latest packaged releases available on the npm registry, ensuring your development environments stay aligned and reducing compatibility drift.

Why should I use a dry-run analysis before applying toolchain upgrades?

Using a dry-run analysis prevents compatibility issues by detecting version conflicts before you apply updates, keeping your global toolchain and project assets synchronized and secure without risking workspace drift.