원클릭으로
porting-workflow
porting-workflow에는 quangdang46에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Phase 2 extraction skill for library porting. Use when user wants to extract the API surface from an original library, create conformance packet fixtures, or write oracle scripts. This is the most critical phase - it establishes the behavioral contract that the port must match.
Phase 4 implementation skill for library porting. Use when user wants to implement features for a library port, run conformance tests, or verify parity. This skill guides the implementation phase where features are built one-by-one with conformance verification after each.
Master skill for the 5-phase library porting workflow. Use when user wants to port a library from one language to another (pandas → Rust, NumPy → Rust, Redis → Rust, etc.) with full feature parity. This skill provides the overall workflow pattern while porting-extract and porting-implement provide phase-specific guidance.