Build a standards-compliant EPUB 3 file from a manuscript markdown, cover image, and book_manifest.json using the bundled pandoc-based script. Output is 책-제목-v{version}.epub with the manifest's author (defaults to Toby-AI), accompanied by a paired 책 소개 markdown ({책-제목}-v{version}.md) in the same folder. Use when converting the final book manuscript to EPUB, rebuilding after edits, or testing EPUB output.
$npx -y skills add tobyilee/book-writer --skill epub-buildInstalls into the current project.
Run `npx skills use "https://github.com/tobyilee/book-writer" --skill "tobyilee/book-writer/epub-build"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/tobyilee/book-writer" that are relevant to the current task. Run `npx skills add "https://github.com/tobyilee/book-writer"` and select the relevant skills, then follow their instructions.