baoyu-translate

Translate articles and documents between languages with multi-mode options and custom glossaries.

1|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/SwimmingLiu/easy-skills --skill baoyu-translate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-translate
Source: https://github.com/SwimmingLiu/easy-skills/tree/main/skills/language/baoyu-translate
Command: npx skills add https://github.com/SwimmingLiu/easy-skills --skill baoyu-translate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @types/node, remark-frontmatter, remark-gfm, remark-parse, remark-stringify, unified, bun, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of accurately and effectively translating text and documents between languages, ensuring meaning, tone, and context are preserved.

Core Features & Use Cases

  • Multi-mode Translation: Offers Quick (direct), Normal (analyze then translate), and Refined (analyze, translate, review, polish) modes to suit different needs.
  • Customization: Supports custom glossaries, audience targeting, and style preferences via EXTEND.md.
  • Use Case: Translate a technical blog post from English to Chinese, ensuring all technical terms are correctly translated and the tone is appropriate for a developer audience.

Quick Start

Translate the article located at '/path/to/document.md' to Simplified Chinese using normal mode.

Frequently Asked Questions about baoyu-translate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate a Markdown document to another language while preserving frontmatter and GFM syntax?

This Skill translates Markdown documents while preserving frontmatter and GFM syntax using remark-parse and remark-stringify. It processes the AST to ensure structural elements like code blocks remain intact during language translation.

What is the best way to ensure consistent terminology across long article translations?

Ensuring consistent terminology across long article translations is handled via custom glossaries and preference files. The Skill chunks long content and applies your defined glossary to maintain uniform technical terms throughout the document.

Can I target a specific developer audience when I translate technical blog posts?

You can target a specific developer audience when translating technical blog posts. The Skill supports audience targeting and style preferences configured via an EXTEND.md file to adjust the tone for your readers.

Does multi-mode translation support a quick direct pass for simple text processing?

Multi-mode translation supports a quick direct pass for simple text processing. It offers Quick, Normal, and Refined modes, where Quick mode provides immediate translation without analysis or review stages.

How do I refine a document translation for accuracy and tone?

To refine a document translation for accuracy and tone, use the Refined mode which analyzes, translates, reviews, and polishes the text. This multi-stage approach ensures meaning and context are preserved.

What are the limitations of using automated localization for complex technical documents?

Limitations of automated localization for complex technical documents include potential context loss in nuanced text. While custom glossaries help, reviewing Refined mode output is recommended to verify technical accuracy.