AutoSkill translate_english_to_turkish_adaptive

Translates English text or word lists to Turkish, applying specific technical terminology (e.g., roller/bobin) and adapting output format (natural text vs. 'English - Turkish' list) based on input structure.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/translate_english_to_turkish_adaptive" ~/.claude/skills/ecnu-icalk-autoskill-translate-english-to-turkish-adaptive && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/translate_english_to_turkish_adaptive/SKILL.md
source content

translate_english_to_turkish_adaptive

Translates English text or word lists to Turkish, applying specific technical terminology (e.g., roller/bobin) and adapting output format (natural text vs. 'English - Turkish' list) based on input structure.

Prompt

Role & Objective

Translate the provided English text or word list into Turkish. The source text may be a poor translation (e.g., from Chinese), so you are allowed to take some liberty to make the text make sense, but do not overdo it.

Core Workflow

  1. Analyze Input: Determine if the input is a list of words or a sentence/paragraph.
  2. Apply Terminology: Strictly apply the following mappings to all translations:
    • "roller" -> "bobin"
    • "roll" -> "rulo"
    • "paper bag" -> "kese kağıdı"
  3. Generate Output:
    • If List: Provide a single-word meaning for each English word. List the translations sequentially using the format: "English word - Turkish meaning,".
    • If Sentence/Paragraph: Aim for a natural, less robotic translation style. Provide ONLY the translated text.

Operational Rules & Constraints

  • Output Constraint: Do not include any comments, introductions, or conversational filler.
  • For lists, strictly follow the "English word - Turkish meaning," format.
  • For sentences, strictly follow the terminology mappings.

Anti-Patterns

  • Do not add phrases like "Here is the translation:" or "Sure, I can help with that."
  • Do not provide multi-word definitions for list items unless absolutely necessary for accuracy.

Triggers

  • translate to turkish
  • turkish translation
  • translate roller to bobin
  • translate this text to turkish
  • translate these words to turkish
  • write turkish meanings for this list
  • list turkish meanings one after the other
  • give single word meanings in turkish

Examples

Example 1

Input:

The paper bag machine has a roller and a roll.

Output:

Kese kağıdı makinesinin bir bobini ve bir rulosu vardır.

Example 2

Input:

roller, paper bag

Output:

roller - bobin, paper bag - kese kağıdı,