by deusyu · Claude Skill · ★ 645
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
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
| Stars | 645 |
| Forks | 66 |
| Language | Python |
| Category | Claude Skill |
| License | MIT |
| Quality Score | 54.75/100 |
| Open Issues | 1 |
| Last Updated | 2026-04-28 |
| Created | 2026-03-15 |
| Platforms | claude-code, python |
| Est. Tokens | ~723k |
Explore other popular claude skill tools:
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.
translate-book is primarily written in Python.
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.
translate-book is released under the MIT license, making it free to use and modify according to the license terms.