What problem does it solve? Publishing a bilingual blog requires manually translating each Chinese article, remapping frontmatter fields like category, tags, and author names, and placing the result in the correct English directory. This Skill automates that entire pipeline so a translated post lands in the right place with consistent metadata. ## Core Features & Use Cases - Full article translation: Translates the Markdown body from Chinese to English while preserving headings, code blocks, tables, and the original tone of the writing. - Frontmatter transformation: Applies fixed mapping rules for title prefixes, categories, and author names, translates tags and descriptions, and keeps slug, dates, and images unchanged. - Path mirroring: Mirrors the source path from blog/zh-tw/ to blog/en/, creating target directories when needed. - Use Case: You wrote a new post at blog/zh-tw/tech/ai-agent-coding.md and need an English version. Invoke the Skill and it produces blog/en/tech/ai-agent-coding.md with translated content and correctly mapped frontmatter. ## Quick Start Translate the Chinese article at blog/zh-tw/tech/my-post.md into English and save it to the mirrored English blog path.