Full-stack-skills upgrade-link
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.
git clone https://github.com/partme-ai/full-stack-skills
T=$(mktemp -d) && git clone --depth=1 https://github.com/partme-ai/full-stack-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/electron-skills/upgradeLink" ~/.claude/skills/partme-ai-full-stack-skills-upgrade-link && rm -rf "$T"
skills/electron-skills/upgradeLink/SKILL.mdWhen to use this skill
Use this skill whenever the user wants to:
- Use UpgradeLink tool for system upgrades
- Understand UpgradeLink features and capabilities
- Perform version migrations
- Configure UpgradeLink settings
- Troubleshoot UpgradeLink issues
- Implement upgrade workflows
- Use UpgradeLink APIs or integrations
- Follow UpgradeLink best practices
How to use this skill
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:
- Getting started/快速开始 →
orexamples/getting-started/introduction.mdexamples/getting-started/basic-usage.md - Features/功能特性 →
directoryexamples/features/ - Advanced usage/高级用法 →
directoryexamples/advanced/
- Getting started/快速开始 →
-
Load the appropriate example file from the
directory:examples/Getting Started (快速开始) -
:examples/getting-started/
- What is UpgradeLinkexamples/getting-started/introduction.md
- Basic usage examplesexamples/getting-started/basic-usage.md
Features (功能特性) -
:examples/features/
- Feature-specific examplesexamples/features/
Advanced (高级) -
:examples/advanced/
- Advanced usage examplesexamples/advanced/
-
Follow the specific instructions in that example file for syntax, structure, and best practices
Important Notes:
- All examples follow UpgradeLink official documentation
- Each example file includes key concepts, code examples, and key points
- Always check the example file for best practices and common patterns
-
Reference API documentation in the
directory when needed:api/
- API reference documentationapi/
-
Use templates from the
directory:templates/
- Usage templatestemplates/
Doc mapping (one-to-one with official documentation)
Upgrade Workflow
-
Pre-upgrade checks:
- Verify version compatibility requirements
- Back up data before performing upgrades
- Test in development environment first
-
Execute upgrade following the guide for your use case:
- Load the appropriate example from
orexamples/getting-started/examples/features/ - Follow the step-by-step instructions in that file
- Load the appropriate example from
-
Post-upgrade validation:
- Verify the upgrade completed successfully
- Check logs for errors
- Have a rollback plan ready if issues arise
Reference Files
- Introduction and basic usageexamples/getting-started/
- Feature-specific examplesexamples/features/
- Advanced usage patternsexamples/advanced/
- API reference documentationapi/
- Usage templatestemplates/
Best Practices
- Test first: Always test upgrades in development before production
- Backup data: Create backups before performing upgrades
- Error handling: Implement proper error handling and logging
- Rollback plan: Have a rollback plan ready for every upgrade
Resources
- Official Website: https://www.toolsetlink.com/
- Documentation: https://www.toolsetlink.com/upgrade/what-is-upgrade.html
Keywords
UpgradeLink, upgrade, migration, version, toolsetlink, 升级, 迁移, 版本