A straightforward Node.js CLI that converts Markdown files to PDF without the usual ceremony of installing Pandoc or LaTeX dependencies. You point it at a .md file, optionally specify an output path, and get a rendered PDF with support for the basics: headings, lists, code blocks, blockquotes. It won't win design awards, but if you need to turn documentation or notes into a shareable PDF and don't want to mess with browser print dialogs or heavyweight toolchains, it does the job. Best for quick exports where you care more about preserving structure than pixel-perfect typography.
npx skills add https://github.com/willseed/md-2-pdf --skill md-to-pdf