Epub Book Pipeline

EPUB book processing pipeline — extract, chunk, rebuild, and validate EPUB files. Use this whenever you need to programmatically manipulate the content of an EPUB book: extract structured text, split into manageable chunks, apply batch modifications, rebuild a valid EPUB from modified content, or validate structural integrity. Triggered by any request involving EPUB extraction ("extract epub", "unpack epub"), chunking ("split epub", "chunk epub"), rebuilding ("rebuild epub", "repackage epub", "pack epub"), or validation ("validate epub", "check epub"). Also triggered when the user needs to batch-edit EPUB content (replace text, reformat, inject styles, modify structure) and then rebuild a valid EPUB from the edited files. Does NOT handle content-level operations like AI translation or text rewriting — only the EPUB mechanical pipeline.

wmy2981 Updated

File contents

wmy2981/skills/tree/main/epub-book-pipeline commit 2af3ecb5ed

Frequently asked questions

npx skillmds@latest add wmy2981/epub-book-pipeline