From md-export
Export markdown file(s) to styled dark-theme PDF. Use when the user asks to "export to PDF", "convert markdown to PDF", "generate PDF", "make a PDF from markdown", or "export md".
How this skill is triggered — by the user, by Claude, or both
Slash command
/md-export:export-pdfThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Export the specified markdown file(s) to a clean, dark-themed PDF.
Export the specified markdown file(s) to a clean, dark-themed PDF.
Resolve the path(s) from $ARGUMENTS. If it is a glob pattern, use the Glob tool to expand it. If no argument is provided, ask the user which file to export.
Resolve the plugin root:
ATHENA_PLUGIN_ROOT is set, use it.${CLAUDE_SKILL_DIR} and go up two directories to reach the plugin root.SKILL.md file.For each markdown file, run the generation script:
node "<plugin-root>/scripts/generate-pdf.mjs" "<absolute-path-to-md-file>"
The script will:
self-correction-report.md → "Self Correction Report")Report the result to the user — list each PDF created and its path.
If the script reports an error about puppeteer-core not being installed, run:
cd "<plugin-root>" && npm install puppeteer-core
Then retry the export.
npx claudepluginhub lespaceman/athena-workflow-marketplace --plugin md-exportConverts Markdown files with Mermaid diagrams to styled PDFs using Python script and Puppeteer. Useful for generating PDF documentation, reports, or printable documents with custom styles.
Converts markdown files, globs, or directories to professional PDFs with Obsidian-style preview using pandoc and wkhtmltopdf. Supports custom output directories and auto-installs tools.
Generates styled PDF books from directories of ordered markdown chapters using pandoc and weasyprint, with TOC, page numbers, and resolved inter-chapter links.