translate

Translates documents from a repository using glossaries and style decisions.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/wayne930242/beneath-cursed-moon --skill translate-wayne930242
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: translate
Source: https://github.com/wayne930242/beneath-cursed-moon/tree/main/.claude/skills/translate
Command: npx skills add https://github.com/wayne930242/beneath-cursed-moon --skill translate-wayne930242

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-dotenv, spacy, pymupdf, markitdown, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the translation of documents, ensuring consistent terminology and preserving original structure, making global collaboration and content localization efficient.

Core Features & Use Cases

  • Automated Translation: Translates entire documents or specific sections based on user-defined modes (full or summary).
  • Terminology Management: Integrates with a glossary to ensure consistent use of game-specific terms.
  • Use Case: A game developer needs to translate their TRPG rulebook into multiple languages. This Skill can handle the bulk translation, manage specific terms, and ensure the translated output is ready for review.

Quick Start

Initiate the translation process for the document located at docs/src/content/docs/rules/basic.md.

Frequently Asked Questions about translate

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

FAQPage Schema
How do I translate a markdown document repository while keeping terminology consistent?

To translate a markdown document repository with consistent terminology, you need to pre-configure glossaries and style decisions. The Skill then applies these rules to process files or sections and output structured translations.

Can I translate only a specific section of a file instead of the whole document?

Yes, you can translate specific sections instead of the entire document. The Skill supports summary translation modes, allowing you to target individual sections within a document repository for partial localization processing.

What is the best way to automate TRPG rulebook translation into multiple languages?

The best way to automate TRPG rulebook translation is using AI translation with terminology management. By providing a pre-existing glossary of game-specific terms, the Skill ensures bulk translation output remains accurate and ready for review.

Do I need a pre-existing glossary to use AI translation for document localization?

Yes, you need a pre-existing glossary to use AI translation for document localization. Pre-configured glossaries and style decision configurations are required to ensure the translated output is accurate and terminology remains consistent.

Does this AI translation approach work with PDF files and markdown content?

Yes, this AI translation approach works with PDF files and markdown content. It uses PyMuPDF and markitdown dependencies to parse and process these formats, preserving the original document structure during the localization workflow.

Why does my document translation output have inconsistent game-specific terms?

Document translation output has inconsistent game-specific terms when pre-existing glossaries and style decision configurations are not provided. Accurate and consistent terminology management requires setting up these glossaries before initiating the translation process.