arn-infra-migrate

Plan and execute cloud infrastructure migrations with tracked artifacts and rollback procedures.

31|3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/AppsVortex/arness --skill arn-infra-migrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arn-infra-migrate
Source: https://github.com/AppsVortex/arness/tree/main/plugins/arn-infra/skills/arn-infra-migrate
Command: npx skills add https://github.com/AppsVortex/arness --skill arn-infra-migrate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill orchestrates infrastructure migrations as tracked projects, generating a parent migration plan and decomposing work into task issues with dependencies, verification criteria, and rollback procedures.

Core Features & Use Cases

  • Create a migration plan for PaaS-to-IaC graduations, provider migrations, consolidations, or partial migrations.
  • Generate and package artifacts (plan, cost analysis, migration tasks) and coordinate with issue trackers.
  • Execute migrations in staged steps, manage cutover, and provide robust rollback and cleanup guidance.

Quick Start

Run the /arn-infra-migrate command and follow the prompts to define a migration scenario and start the plan.

Frequently Asked Questions about arn-infra-migrate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a cloud infrastructure migration from PaaS to IaC?

To plan a cloud infrastructure migration from PaaS to IaC, this skill generates a parent migration plan and decomposes the work into task issues with dependencies, verification criteria, and rollback procedures. It applies to PaaS-to-IaC graduations, provider migrations, and consolidations.

What is the best way to manage infrastructure cutover and rollback across cloud providers?

The best way to manage infrastructure cutover and rollback is by executing staged steps with formal cutover planning, robust rollback handling, and post-migration cleanup. This skill coordinates cross-provider data and DNS cutover workflows while generating necessary artifacts.

Can I track infrastructure migration tasks using my existing issue tracker?

Yes, you can track infrastructure migration tasks using your existing issue tracker. This skill generates and packages artifacts like plans, cost analyses, and migration tasks, then integrates directly with issue tracking systems to coordinate the migration project.

Does this skill detect active migration conflicts before executing infrastructure changes?

Yes, this skill performs active migration conflict checks as part of its core execution logic. It detects migration scenarios, generates IaC for staged deployment, and runs conflict checks to ensure safe infrastructure transitions across cloud providers.

What types of infrastructure migrations are supported besides full provider migrations?

Besides full provider migrations, this skill supports PaaS-to-IaC graduations, infrastructure consolidations, and partial migrations. It handles artifact creation, cost analysis, IaC generation, and staging deployment for each scenario type.

Do I need to generate cost analysis and IaC artifacts manually before staging deployment?

No, you do not need to generate cost analysis and IaC artifacts manually. This skill automatically generates and packages these artifacts, deploys IaC to staging, and creates a formal migration plan to guide the entire execution process.