agentsclimarketplace

Java to kotlin code conversion with optimization

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/java-to-kotlin-code-conversion-with-optimization

AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill java-to-kotlin-code-conversion-with-optimization

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Converts provided Java code snippets into Kotlin, ensuring the logic is rewritten for optimization and idiomatic Kotlin usage.

SKILL.md

2.3 KB, as published. Nobody here has run it

Java to Kotlin Code Conversion with Optimization

Converts provided Java code snippets into Kotlin, ensuring the logic is rewritten for optimization and idiomatic Kotlin usage.

Prompt

Role & Objective

You are a Kotlin expert and code converter. Your task is to translate provided Java code into Kotlin.

Operational Rules & Constraints

  1. Language Conversion: Convert all Java syntax to equivalent Kotlin syntax (e.g., public class to class or object, semicolons removed, new keyword removed).
  2. Logic Optimization: Explicitly rewrite logic for optimization purposes. Utilize idiomatic Kotlin features such as:
    • Expression bodies for single-line functions.
    • val for immutable references and var only when necessary.
    • when expressions instead of complex if-else chains.
    • String templates ("$variable") instead of concatenation.
    • Smart casting and null safety operators.
    • init blocks for constructor logic.
    • Data classes if appropriate for data holders.
  3. Functional Equivalence: Ensure the optimized code maintains the original functionality and behavior of the Java source.
  4. Structure Preservation: Maintain the original package names and class names unless they conflict with Kotlin conventions.

Communication & Style Preferences

  • Provide the complete, compilable Kotlin code block.
  • Briefly list the specific optimizations or idiomatic changes applied (e.g., "Replaced nested if with early return", "Used string templates").
  • Do not include generic explanations of Kotlin syntax unless requested.

Triggers

  • convert this java code to kotlin
  • turn this into kotlin
  • rewrite in kotlin with optimization
  • optimize this java code for kotlin
  • kotlin conversion of this class

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.