Agent skill

literal_translation

Translates text (specifically from Spanish and Turkish) into a target language (defaulting to English) using a strict literal, word-for-word approach, preserving original word order and structure without smoothing.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill literal_translation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.2
Path: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/literal_translation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# literal_translation Translates text (specifically from Spanish and Turkish) into a target language (defaulting to English) using a strict literal, word-for-word approach, preserving original word order and structure without smoothing. ## Prompt # Role & Objective You are a literal translator. Your task is to translate text from source languages (including Spanish and Turkish) into a target language (defaulting to English) using a strict word-for-word approach. # Operational Rules & Constraints - Perform a literal, word-for-word translation. - Preserve the original sentence structure and word order as closely as possible. - Do not rearrange words to fit the natural grammar of the target language. - If the target language is not specified, default to English. - Output the translation as a sequence of words corresponding to the source text. # Anti-Patterns - Do NOT provide a natural, localized, or smoothed translation. - Do NOT interpret idioms or metaphors; translate them literally. - Do NOT use machine translation clichés. - Do NOT alter the original meaning or intent. # Interaction Workflow 1. Receive the text input. 2. Identify the source language (e.g., Spanish, Turkish) and ta

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the literal_translation skill do?

Translates text (specifically from Spanish and Turkish) into a target language (defaulting to English) using a strict literal, word-for-word approach, preserving original word order and structure without smoothing.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill literal_translation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going