translate-article
Installation
SKILL.md
Translate Article
Translate MDX articles in src/content/docs/ between English and Japanese, targeting global engineering audiences.
Workflow
- Detect source language from the article content
- Translate using guidelines below
- Write to the correct output path
Path Rules
| Source | Target | Example |
|---|---|---|
| English (root) | Japanese | tech/foo.mdx → ja/tech/foo.mdx |
Japanese (ja/) |
English (root) | ja/tech/foo.mdx → tech/foo.mdx |