doc-smith-localize

Translate Doc-Smith documentation into multiple languages with glossary consistency.

9|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/AIGNE-io/doc-smith-skills --skill doc-smith-localize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-smith-localize
Source: https://github.com/AIGNE-io/doc-smith-skills/tree/main/skills/doc-smith-localize
Command: npx skills add https://github.com/AIGNE-io/doc-smith-skills --skill doc-smith-localize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translate Doc-Smith generated documentation into multiple languages to enable global collaboration and accessibility.

Core Features & Use Cases

  • Batch translation of documents and images across a workspace.
  • Glossary-driven localization to maintain terminology consistency.
  • Targeted localization via --lang and --path options for precise work.

Quick Start

Use the doc-smith-localize skill to translate all docs to English: /doc-smith-localize --lang en For multiple languages: /doc-smith-localize --lang en --lang ja You can limit scope to specific documents: /doc-smith-localize --path /overview --path /api/auth To skip image translation: /doc-smith-localize --lang en --skip-images

Frequently Asked Questions about doc-smith-localize

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

FAQPage Schema
How do I batch translate documentation into multiple languages at once?

To batch translate documentation into multiple languages, you can apply the localization process across an entire workspace and specify multiple target languages using repeated --lang options for per-language output.

Can I translate only specific documents using path filters?

Yes, you can achieve targeted localization of specific documents by applying path filters, such as --path /overview, to precisely limit the translation scope to designated directories or files.

How do I maintain terminology consistency across multilingual documents?

You maintain terminology consistency across multilingual documents by using glossary-driven localization, which ensures that specific technical terms are translated uniformly throughout the entire workspace.

Is it possible to skip image translation during document localization?

Yes, you can skip image translation during document localization by including the --skip-images flag, allowing you to process only the text content while excluding graphical assets.

Does this localization tool support incremental updates for existing translations?

Yes, the localization tool supports incremental updates, allowing you to efficiently process and update only the newly modified documentation assets rather than retranslating the entire workspace.