code-translation
FeaturedConvert code between programming languages while preserving functionality and semantics. Use when: (1) Translating functions, classes, or modules between languages (Python, JavaScript/TypeScript, Java, Go, Rust, C/C++), (2) Migrating entire projects to a different language, (3) Need idiomatic translation that follows target language conventions, (4) Converting between different paradigms (OOP to functional, etc.), (5) Porting legacy code to modern languages. Provides language-specific patterns, idiomatic translation guides, and project migration strategies.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- ArabelaTso
- Repository
- ArabelaTso/Skills-4-SE
- Created
- 6 months ago
- Last Updated
- 3 weeks ago
- Language
- Python
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
code-translator
Translates code between languages while preserving behaviour, idiom and test coverage. Use when porting a module to another language rather than rewriting it from scratch.
refactor
Refactors existing code by identifying language and applying best practices. Use when the user asks to refactor, improve, optimize, or clean up code.
translation
Translate content between languages while preserving tone, meaning, and intent