What problem does it solve? Plain Markdown-to-PDF conversion produces output that looks like a printed report, not a real book. This Skill builds a genuine book layout with a full-bleed cover, title page, copyright page, table of contents with real page numbers, chapter-start page breaks, and running headers on every page. ## Core Features & Use Cases - Paged.js Book Layout: Loads the Paged.js polyfill in Chromium to implement CSS Paged Media features like running headers and auto-generated TOC page numbers that Chromium does not support natively. - Documented Pitfall Workarounds: Encodes 12 known environment traps (ignored page size parameters, flexbox dropping in PDF output, Korean slug IDs breaking target-counter, async rendering polling) with concrete fixes. - Cover and Storefront Images: Generates brand-compliant covers and thumbnails for the 10000yearspen.com sales platform, including verified crop and safe-area dimensions. - Use Case: Turn a finished Markdown manuscript into a 152x225mm book PDF with TOC page numbers and running headers, plus an EPUB via pandoc and upload-ready cover/thumbnail images. ## Quick Start Convert my Markdown manuscript into a book-style PDF with a cover, table of contents with page numbers, and running headers using Paged.js.