system-migration

system-migration is a skill for Claude Code, Codex from DauQuangThanh/hanoi-rainbow. It costs 128 tokens per session (1,152 once invoked), scanned A, original, MIT.

Guidance for moving an operating system, hardware platform, or data centre setup to a different foundation, such as from a physical machine to a virtual one.

In plain words
What is it for?
Planning Linux or Windows changes, mainframe-to-x86 moves, physical-to-virtual or virtual-to-virtual migrations, hardware changes, system consolidation, and legacy-system decommissioning.
Why use it?
It helps plan migrations that may require coordinating the operating system, databases, applications, hardware, and shutdown of old systems.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Planning Linux or Windows changes, mainframe-to-x86 moves, physical-to-virtual or virtual-to-virtual migrations, hardware changes, system consolidation, and legacy-system decommissioning.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dauquangthanh/hanoi-rainbow/system-migration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add DauQuangThanh/hanoi-rainbow --skill system-migration
Clone the repo
git clone --depth 1 https://github.com/DauQuangThanh/hanoi-rainbow

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for system-migration

README.md
[![agentmods](https://agentmods.dev/badge/skills/dauquangthanh/hanoi-rainbow/system-migration/github.svg)](https://agentmods.dev/skills/dauquangthanh/hanoi-rainbow/system-migration)
Your own site
<a href="https://agentmods.dev/skills/dauquangthanh/hanoi-rainbow/system-migration"><img src="https://agentmods.dev/badge/skills/dauquangthanh/hanoi-rainbow/system-migration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for system-migration

Your own site · 80×15
<a href="https://agentmods.dev/skills/dauquangthanh/hanoi-rainbow/system-migration"><img src="https://agentmods.dev/badge/skills/dauquangthanh/hanoi-rainbow/system-migration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,152 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00128 $0.01152
Opus 5 $0.00064 $0.00576
Sonnet 5 $0.00026 $0.00230
Haiku 4.5 $0.00013 $0.00115

Measured 10d ago against content hash 64e856970e89, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

system-migration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/system-migration/SKILL.md · 125 lines

How it starts

The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.

System Migration

Overview

Provides comprehensive guidance for system-level migrations including operating system changes, hardware platform transitions, mainframe modernization, virtualization, and data center migrations. Focuses on system infrastructure that underlies applications and platforms.

Key Points:

  • System migrations often involve multiple skills: OS + database + application coordination
  • Plan for 30-50% more time than initial estimates
  • Parallel run periods reduce risk but increase cost
  • Mainframe migrations are typically multi-year projects
  • Physical to virtual conversions rarely have issues with modern hardware
  • Always validate hardware compatibility before OS migrations

Workflow Decision Tree

Choose your migration path based on the system type:

1. Operating System Migration

Use for: Linux distribution changes, Windows to Linux, OS version upgrades Load: migration-types.md for detailed workflows

2. Hardware Platform Migration

Use for: Mainframe to x86, architecture changes, system consolidation Load: migration-types.md for platform-specific guidance

3. Virtualization Migration

Use for: Physical to Virtual (P2V), Virtual to Virtual (V2V), cloud migrations Load: migration-types.md for virtualization patterns

4. Data Center Migration

Use for: Facility moves, infrastructure consolidation, hybrid cloud Load: migration-types.md for data center procedures

Standard Migration Workflow

Phase 1: Assessment & Planning

  1. Document current system state (OS version, kernel, packages, services, configurations)
  2. Identify application and hardware compatibility requirements
  3. Determine migration strategy (in-place upgrade vs fresh install)
  4. Create detailed migration plan with timeline and resources

Phase 2: Preparation

  1. Complete full system backups (OS, configurations, data)
  2. Set up target system environment
  3. Test migration procedures in non-production
  4. Prepare rollback plan and validation criteria

Read the full file on GitHub · 125 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 125 lines · 128 tokens per session scan A 64e856970e89

Subscribe to this mod's changes

system-migration is a skill published in the GitHub repository DauQuangThanh/hanoi-rainbow (16 stars, last pushed 7mo ago), licensed MIT. It adds 128 tokens to every session and 1,152 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

spec-driven-development

Spec-first workflow where an executable, testable specification is written before code and becomes the single source of truth that tests verify against, flowing spec → acceptance criteria → tasks → implementation.

andreibesleaga/GABBE · 40 tokens

spark-environment-setup

Set up a working ML training/inference environment on NVIDIA DGX Spark (GB10, aarch64, CUDA 13). Use when installing PyTorch/Unsloth/TRL/vLLM on DGX Spark, hitting libcudart or wheel-ABI errors on aarch64, or choosing between NGC containers and bare pip installs.

wshobson/agents · 76 tokens

spark-training-gotchas

Preflight and diagnose the ten known failure modes for ML training on NVIDIA DGX Spark. Use when a training run on DGX Spark fails to start, OOMs below the 128GB limit, slows down mid-run, or before any multi-hour training job on GB10.

wshobson/agents · 63 tokens

amc-run-rtsp-calibration

Calibrate a new dataset from live RTSP camera streams via the AutoMagicCalib REST API. Use when the user provides RTSP URLs or asks to calibrate live cameras; VIOS records clips, AMC ingests them, then runs calibration.

NVIDIA/skills · 59 tokens

deepstream-import-vision-model

Use this skill to bring a supported object-detection vision model from HuggingFace or NVIDIA NGC into an NVIDIA DeepStream pipeline with end-to-end automation: ONNX download, SafeTensors export, TRT engine build, custom nvinfer bbox parser, multi-stream benchmark, and PDF report. Object detection models only.

NVIDIA/skills · 72 tokens

jetson-derive-carrier

Bootstrap a custom carrier board by forking carrier files and scaffolding a DT overlay from the reference devkit. Use after jetson-init-source; not for module-level or kernel-DTB changes.

NVIDIA/skills · 46 tokens