mcpbeat

Azure Migrate

microsoft/azure-migrate

> Migrates applications to Azure cloud services by starting an app modernization migration session. Use when user wants to migrate to Azure, start Azure migration, get help migrating an application to Azure, see Azure migration options, or start app modernization for Azure. Triggers for "migrate to Azure", "Azure migration", "move to Azure", "cloud migration", and "app modernization" requests.

388 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
17
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/upgrade-agent-plugins --skill azure-migrate

The instruction itself

4 sections, as written by the author

Azure Migration Scenario

Migrate applications to Azure using the App Modernization migration session tool.

Scenario Overview

Goal: Delegate application migration to Azure by invoking the start_app_mod_migration_session tool, which handles assessment, planning, and execution through a dedicated migration agent.

Workflow

This scenario delegates entirely to the migration tool. There are no separate assessment or planning stages — the tool manages the full migration workflow.

Execute Migration

Call start_app_mod_migration_session to begin the migration.

The tool will start a new session with azure migration agents that will:

  • Analyze the application architecture
  • Identify Azure service targets
  • Generate migration plans
  • Execute the migration with user guidance

No additional orchestration is needed from this scenario skill.

How to use it

Copy the folder

Take microsoft/azure-migrate from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.