This is a straightforward markdown to PDF converter built on md-to-pdf and Puppeteer. It handles syntax highlighting out of the box, lets you pass custom CSS for styling, and processes YAML frontmatter. The implementation is sensible: uses system Chrome when available, falls back to downloading Chromium if needed (that's the 150MB first-run cost). Output is clean with proper margins, code block backgrounds, and table formatting. You get a JSON response with page count on success. It's a solid choice if you need programmatic PDF generation from markdown without fighting with pandoc configs or wrestling LaTeX templates into submission.
npx skills add https://github.com/duc01226/easyplatform --skill markdown-to-pdf