upgrade-link
$
npx mdskill add partme-ai/full-stack-skills/upgrade-linkManages UpgradeLink for system upgrades, version migrations, and workflow configuration.
- Helps users create upgrade links, configure settings, and handle version migrations.
- Integrates with UpgradeLink APIs and follows its official documentation structure.
- Decides recommendations by identifying topics from user requests and loading example files.
- Presents results by referencing specific example files in the examples directory.
SKILL.md
.github/skills/upgrade-linkView on GitHub ↗
--- name: upgrade-link description: "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." license: Complete terms in LICENSE.txt --- ## When 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: 1. **Identify the topic** from the user's request: - Getting started/快速开始 → `examples/getting-started/introduction.md` or `examples/getting-started/basic-usage.md` - Features/功能特性 → `examples/features/` directory - Advanced usage/高级用法 → `examples/advanced/` directory 2. **Load the appropriate example file** from the `examples/` directory: **Getting Started (快速开始) - `examples/getting-started/`**: - `examples/getting-started/introduction.md` - What is UpgradeLink - `examples/getting-started/basic-usage.md` - Basic usage examples **Features (功能特性) - `examples/features/`**: - `examples/features/` - Feature-specific examples **Advanced (高级) - `examples/advanced/`**: - `examples/advanced/` - Advanced usage examples 3. **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 4. **Reference API documentation** in the `api/` directory when needed: - `api/` - API reference documentation 5. **Use templates** from the `templates/` directory: - `templates/` - Usage templates ### Doc mapping (one-to-one with official documentation) - `examples/` → https://www.toolsetlink.com/upgrade/what-is-upgrade.html ## Upgrade Workflow 1. **Pre-upgrade checks:** - Verify version compatibility requirements - Back up data before performing upgrades - Test in development environment first 2. **Execute upgrade** following the guide for your use case: - Load the appropriate example from `examples/getting-started/` or `examples/features/` - Follow the step-by-step instructions in that file 3. **Post-upgrade validation:** - Verify the upgrade completed successfully - Check logs for errors - Have a rollback plan ready if issues arise ## Reference Files - `examples/getting-started/` - Introduction and basic usage - `examples/features/` - Feature-specific examples - `examples/advanced/` - Advanced usage patterns - `api/` - API reference documentation - `templates/` - Usage templates ## Best Practices 1. **Test first**: Always test upgrades in development before production 2. **Backup data**: Create backups before performing upgrades 3. **Error handling**: Implement proper error handling and logging 4. **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, 升级, 迁移, 版本
More from partme-ai/full-stack-skills
- adobe-xd"Guides creation of UI/UX designs, interactive prototypes, reusable components, and design specs in Adobe XD. Use when the user asks about Adobe XD artboards, prototype links, repeat grids, component states, design tokens export, or developer handoff."
- angular"Provides comprehensive guidance for Angular framework including components, modules, services, dependency injection, routing, forms, and TypeScript integration. Use when the user asks about Angular, needs to create Angular applications, implement Angular components, or work with Angular features."
- ansible"Provides comprehensive guidance for Ansible automation including playbooks, roles, inventory, and module usage. Use when the user asks about Ansible, needs to automate IT tasks, create Ansible playbooks, or manage infrastructure with Ansible."
- ant-design-mini"Builds mini-program UIs with Ant Design Mini components for Alipay and WeChat mini-programs. Covers Button, Form, List, Modal, Tabs, NavBar, and 60+ components with theme customization and CSS variable theming. Use when the user needs to create mini-program interfaces with Ant Design Mini, configure themes, or implement mini-program-specific UI patterns."
- ant-design-mobile"Builds React mobile UIs with Ant Design Mobile (antd-mobile) components including Button, Form, List, Modal, Picker, Tabs, PullToRefresh, InfiniteScroll, and 50+ mobile-optimized components. Use when the user needs to create mobile-first React interfaces, implement mobile navigation, forms, or data display with Ant Design Mobile."
- ant-design-react"Builds enterprise React UIs with Ant Design (antd) including 60+ components (Button, Form, Table, Select, Modal, Message), design tokens, TypeScript support, and ConfigProvider theming. Use when the user needs to create React applications with Ant Design, build forms with validation, display data tables, or customize the Ant Design theme."
- ant-design-vueProvides comprehensive guidance for Ant Design Vue (AntDV) component library for Vue 3. Covers installation, usage, API reference, templates, and all component categories. Use when building enterprise-class UI with Vue 3 and Ant Design.
- api-doc-generator"Generate API documentation by scanning Controller classes, extracting endpoint URLs, HTTP methods, parameters, and response structures, then producing standardized docs from templates. Use when the user explicitly mentions generating API documentation, creating API docs, scanning interfaces, or documenting REST APIs. Do not trigger for generic documentation requests without explicit API mention."
- appium"Provides comprehensive guidance for Appium mobile testing including mobile app automation, element location, gestures, and cross-platform testing. Use when the user asks about Appium, needs to test mobile applications, automate mobile apps, or write Appium test scripts."
- ascii-ansi-colorizer"Add an ANSI color layer to existing ASCII/plain-text output (gradient/rainbow/highlights) with alignment-safe rules and a required no-color fallback. Use when the user wants to colorize terminal output, add rainbow effects to CLI text, or style ASCII art with ANSI colors."