소개
The Breenix Legacy Migration skill provides a specialized workflow for transitioning code from the legacy kernel (src.legacy/) to the modern Rust implementation (kernel/). It guides Claude through identifying migration targets, analyzing legacy logic, and reimplementing features using modern patterns. By enforcing a strict 'zero-dead-code' policy, the skill ensures that legacy code is removed in the same atomic commit as the new feature completion, while simultaneously maintaining the FEATURE_COMPARISON.md documentation to reflect the current state of the system.