소개
The Migrator skill is a powerful orchestrator designed to handle the complex end-to-end workflow of porting TypeScript logic to Rust. It manages a multi-stage pipeline that includes repository cloning, deep codebase analysis, intermediate representation (IR) generation, and final Rust crate scaffolding. Built for reliability, it features a sophisticated checkpoint-and-resume mechanism that allows users to pick up right where they left off in case of errors. Whether you are migrating a single component or a batch of services, this skill ensures consistency through automated test generation and final verification steps.