translate-book — Claude Skill by deusyu

by deusyu · Claude Skill · ★ 645

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About translate-book

Rainman Translate Book English | 中文 Claude Code skill that translates entire books (PDF/DOCX/EPUB) into any language using parallel subagents. Inspired by claudetranslater. The original project uses shell scripts as its entry point, coordinating the Claude CLI with multiple step scripts to perform chunked translation. This project restructures the workflow as a Claude Code Skill, using subagents to translate chunks in parallel, with manifest-driven integrity checks, resumable runs, and multi-format output unified into a single pipeline. As the project structure and implementation differ significantly from the original, this is an independent project rather than a fork. How It Works Each chunk gets its own independent subagent with a fresh context window. This prevents context accumulation and output truncation that happen when translating a full book in a single session. Features Parallel subagents — 8 concurrent

Quick Facts

Stars645
Forks66
LanguagePython
CategoryClaude Skill
LicenseMIT
Quality Score54.75/100
Open Issues1
Last Updated2026-04-28
Created2026-03-15
Platformsclaude-code, python
Est. Tokens~723k

More Claude Skill Tools

Explore other popular claude skill tools:

View all Claude Skill tools →

Popular Python Agent Tools

Frequently Asked Questions

What is translate-book?

translate-book is Claude Code skill that translates entire books (PDF/DOCX/EPUB) into any language using parallel subagents. It is categorized as a Claude Skill with 645 GitHub stars.

What programming language is translate-book written in?

translate-book is primarily written in Python.

How do I install or use translate-book?

You can find installation instructions and usage details in the translate-book GitHub repository at github.com/deusyu/translate-book. The project has 645 stars and 66 forks, indicating an active community.

What license does translate-book use?

translate-book is released under the MIT license, making it free to use and modify according to the license terms.

View on GitHub → Browse Claude Skill tools