Converts markdown files into proper EPUB3 ebooks that work across Kindle, Apple Books, and other readers. It treats H1 headers as chapter breaks, auto-generates a table of contents, and handles the usual markdown elements like code blocks, tables, lists, and links. The code block formatting is genuinely nice with monospace fonts and styled backgrounds, and tables get zebra striping. Useful if you're compiling research notes, blog posts, or long chat summaries into something you can actually read on a device later. The EPUB structure follows standards, so you won't get weird compatibility issues. It's straightforward conversion work without unnecessary complexity.
npx skills add https://github.com/smerchek/claude-epub-skill --skill markdown-to-epub-converter