bookify
Installation
SKILL.md
Convert Markdown to PDF or EPUB
Use the md-bookify npm package via npx to convert Markdown files to styled PDF documents or EPUB ebooks.
Interpreting Arguments
- If
$ARGUMENTScontains a file path (ends in.mdor.markdown), convert that file - If
$ARGUMENTSincludespdforepub, use that format (default: PDF) - If
$ARGUMENTSis descriptive (e.g. "convert the README to elegant PDF"), parse the intent - If no file is specified, use Glob to find markdown files and ask which to convert
PDF Conversion
npx md-bookify@2.2.1 <input.md> [options]