Translate Post
This skill should be used when the user asks to "translate a post", "translate to English", "영어로 번역", or "포스트 번역". Translates a Korean blog post to English while preserving MDX structure and code blocks.
Jeremy-Kr0 스타2026. 2. 16. Blog Post Translation (Korean → English)
Process
-
Read the specified MDX file (or ask which post to translate)
-
Review the Korean version first
- Run a quick quality check (frontmatter, structure, code blocks)
- Flag any issues in the Korean version before translating
-
Translate the post
- Translate title, description, and body content to natural English
- Keep all code blocks, frontmatter field names, and technical terms unchanged
- Preserve MDX component usage and JSX syntax exactly
- Maintain heading hierarchy and document structure
- Adapt Korean-specific idioms to natural English equivalents
-
Save the translated version
- Create
content/blog/<slug>.en.mdx alongside the Korean version
- Update frontmatter: keep same date and tags, translate title and description