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 teachingai/agent-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
Guidance for Next.js using the official docs at nextjs.org/docs. Use when the user needs Next.js concepts, configuration, routing, data fetching, or API reference details.
tools
Provides comprehensive guidance for Flask framework including routing, templates, forms, database integration, extensions, and deployment. Use when the user asks about Flask, needs to create web applications, implement routes, or build Python web services.
development
Provides comprehensive guidance for FastAPI framework including routing, request validation, dependency injection, async operations, OpenAPI documentation, and database integration. Use when the user asks about FastAPI, needs to create REST APIs, or build high-performance Python web services.
development
Provides comprehensive guidance for Django framework including models, views, templates, forms, admin, REST framework, and deployment. Use when the user asks about Django, needs to create web applications, implement models and views, or build Django REST APIs.