What problem does it solve?
This Skill automates the process of porting a source project to idiomatic Rust and merging it into a target repository, ensuring no features are lost and maintaining high code quality throughout the process.
Core Features & Use Cases
- Full-featured Porting: Port source projects to idiomatic Rust with zero capability loss.
- Automated Merging: Seamlessly merge the ported code into target repositories with strong validation.
- Reproducible Workflows: Ensures reproducibility by capturing all steps and context.
- Use Case: When porting a large project like Archon to Rust, this Skill manages the complexity of porting while ensuring parity with the original source.
Quick Start
Run the 'rust-port' skill and specify the source root and Rust target crate directory: /rust-port source_root /path/to/target/repo