AI AGENT ADDONS

Translate Book Parallel

aradotso/trending-skills

You can translate whole books from PDF, DOCX, or EPUB into any language. The process uses parallel subagents in Claude Code to handle each part of the book at the same time. This avoids memory limits and gives accurate translations.

The tool first converts your book into smaller chunks of text. Then it launches multiple AI agents to translate each chunk independently. If the process stops, it can resume from where it left off without retranslating finished parts.

After translation, it validates everything and merges the chunks into a final file. You get a translated book in PDF, DOCX, or EPUB format with a table of contents.

Add Translate Book Parallel skill to your workflow

Global

mkdir -p ~/.claude/skills/translate-book-parallel

Project

mkdir -p .claude/skills/translate-book-parallel

Source Repository

Stars
49
Forks
11
Watchers
49
Last Push
2 months ago
Created
2 months ago