← ClaudeAtlas

book-translatorlisted

Translate full-length books (EPUB) to Traditional Chinese (Taiwan) with literary tone fidelity and cross-chapter coherence, preserving EPUB structure. Use when the user says "翻書", "翻電子書", "翻譯整本書", "book translate", "bilingual epub", or gives an .epub expecting literary translation. Main session extracts an OPF spine manifest plus a per-book glossary and style anchor, then dispatches parallel subagents (each gets glossary, style anchor, and last-paragraph carryover for coherence); the first item is previewed for tone confirmation before fanning out the rest. Produces a bilingual .epub (source + translation interleaved) with manifest/glossary/state for resume. Differs from translate-book (generic PDF/DOCX/EPUB, single-language, no coherence): book-translator targets literary works, uses Opus for the style-anchor pass and Sonnet for the parallel fan-out, and gates quality before shipping. Not for short articles (use polish) or SRT subtitles (use srt).
fredchu/book-translator · ★ 1 · Data & Documents · score 77
Install: claude install-skill fredchu/book-translator
# Book Translator Literary EPUB → bilingual EPUB translator. Optimized for novels and long-form non-fiction where tone fidelity and cross-chapter consistency matter. ## Triggers Real user phrases that should route here: - 「翻書」「翻電子書」「翻譯整本書」「文學翻譯」 - 「bilingual epub」「book translate」「translate this novel」 - 「把 XXX.epub 翻成繁中」「跑書」 - 用戶直接給一個 `.epub` 路徑並暗示需要文學翻譯 **Not for:** - 短文 / 推文 / 一段話 → use `polish` - SRT 字幕 → use `srt` - PDF/DOCX 通用文檔翻譯(不需要 coherence + 單語輸出 OK)→ use `translate-book` - 財報逐字稿 → use `forensic-transcript-translator` or `taiwan-earnings-translator` ## Differentiation from `translate-book` | Dimension | translate-book | book-translator | |-----------|---------------|-----------------| | Input | PDF/DOCX/EPUB | EPUB only | | Subagent model | Sonnet | **Sonnet 4.6** (default fan-out) / Opus 4.7 (ch.01 anchor + escalation) / local Ollama (opt-in) | | Output | 翻譯版 (single language) | **Bilingual** (source + translation interleaved) | | Coherence | None | Glossary + style anchor + carryover + spot-check | | Quality gate | None | **Cross-modal eval** (Gemini 2.x Pro + GPT-4o, avg ≥ 8.0) | | Resume | None | `state.json` | | Domain | Generic | Literary (tone-critical) | ## Translation provider (engine) The skill supports two providers: - **Anthropic** (default for online quality-first) — Claude Code subagents (Opus 4.7 anchor + Sonnet 4.6 fan-out), parallel `concurrency=5`. Best quality; spends CC subscription quota. Triggered by the main workflow (see "Wor