skills/electron-skills/upgradeLink/SKILL.md
Configure and manage UpgradeLink for system upgrades, version migrations, and upgrade workflows. Covers link creation, settings configuration, API integrations, and rollback strategies. Use when the user asks about UpgradeLink, needs to create upgrade links, perform version migrations, or configure upgrade processes.
npx skillsauth add partme-ai/full-stack-skills upgrade-linkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill whenever the user wants to:
This skill is organized to match the UpgradeLink official documentation structure (https://www.toolsetlink.com/upgrade/what-is-upgrade.html). When working with UpgradeLink:
Identify the topic from the user's request:
examples/getting-started/introduction.md or examples/getting-started/basic-usage.mdexamples/features/ directoryexamples/advanced/ directoryLoad the appropriate example file from the examples/ directory:
Getting Started (快速开始) - examples/getting-started/:
examples/getting-started/introduction.md - What is UpgradeLinkexamples/getting-started/basic-usage.md - Basic usage examplesFeatures (功能特性) - examples/features/:
examples/features/ - Feature-specific examplesAdvanced (高级) - examples/advanced/:
examples/advanced/ - Advanced usage examplesFollow the specific instructions in that example file for syntax, structure, and best practices
Important Notes:
Reference API documentation in the api/ directory when needed:
api/ - API reference documentationUse templates from the templates/ directory:
templates/ - Usage templatesexamples/ → https://www.toolsetlink.com/upgrade/what-is-upgrade.htmlPre-upgrade checks:
Execute upgrade following the guide for your use case:
examples/getting-started/ or examples/features/Post-upgrade validation:
examples/getting-started/ - Introduction and basic usageexamples/features/ - Feature-specific examplesexamples/advanced/ - Advanced usage patternsapi/ - API reference documentationtemplates/ - Usage templatesUpgradeLink, upgrade, migration, version, toolsetlink, 升级, 迁移, 版本
development
Provides per-component and per-API examples with cross-platform compatibility details for uni-app, covering built-in components, uni-ui components, and APIs (network, storage, device, UI, navigation, media). Use when the user needs official uni-app components or APIs, wants per-component examples with doc links, or needs platform compatibility checks.
tools
Creates new uni-app projects via the official CLI or HBuilderX with Vue 2/Vue 3 template selection, manifest.json and pages.json configuration, and directory structure setup. Use when the user wants to scaffold a new uni-app project, initialize project files with a single command, or set up the development environment.
tools
Browses, installs, configures, and manages plugins from the uni-app plugin market (ext.dcloud.net.cn) including component plugins, API plugins, and template plugins with dependency handling. Use when the user needs to find and install uni-app plugins, configure plugin settings, manage plugin dependencies, or integrate third-party components.
tools
Develops native Android and iOS plugins for uni-app including module creation, JavaScript-to-native communication, and plugin packaging for distribution. Use when the user needs to build custom native modules, extend uni-app with native capabilities (camera, Bluetooth, sensors), or create publishable native plugins.