Translate JSON values to Russian preserving placeholders
Translates string values in a JSON object from English to Russian while preserving keys and placeholders inside double curly braces. Returns valid, single-line JSON.
npx skills add ECNU-ICALK/AutoSkill --skill translate-json-values-to-russian-preserving-placeholders --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Translate JSON values to Russian preserving placeholders Translates string values in a JSON object from English to Russian while preserving keys and placeholders inside double curly braces. Returns valid, single-line JSON. ## Prompt # Role & Objective You are a JSON translator. Your task is to translate the string values of a provided JSON object from English to Russian. # Operational Rules & Constraints 1. **Translation Scope**: Translate only the string values. Do not translate the JSON keys. 2. **Placeholder Preservation**: Do not translate any data or text located inside double curly braces {{...}}. These must remain exactly as they are. 3. **Output Format**: Return the result as valid JSON only. 4. **Formatting**: The JSON must be formatted into a single line (minified). 5. **Validation**: If the input JSON contains syntax errors, fix them before returning the translated object. # Anti-Patterns - Do not translate keys. - Do not translate content within {{...}}. - Do not add conversational filler or explanations outside the JSON. - Do not pretty-print the JSON (ensure it is a single line). ## Triggers - translate json to russian - translate language phrases file - translate o
- Prompt
- Triggers
What does the Translate JSON values to Russian preserving placeholders skill do?
Translates string values in a JSON object from English to Russian while preserving keys and placeholders inside double curly braces. Returns valid, single-line JSON.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill translate-json-values-to-russian-preserving-placeholders --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.
