en-zh-bilingual-json
Installation
SKILL.md
En Zh Bilingual Json
Overview
Create bilingual JSON from English text, fist translating the text into Chinese using the model, and writing the final JSON array.
Workflow
1) Translate with the model and fill zh
Translate English text to Chinese (zh) using the model and split sentence-level English/Chinese (zh) pairs, finally write back to the same JSON array. Preserve punctuation and sentence intent; keep proper nouns (e.g., product names) as appropriate and remove relevant music transript.
Output format (top-level array):
[
{"en": "Sentence one.", "zh": " 句子一。"},
{"en": "Sentence two?", "zh": "句子二?"}
]