What problem does it solve? Converting Markdown documentation into polished PDF files usually requires manual toolchain setup and per-project scripting. This Skill auto-detects existing project PDF scripts, scaffolds templates when none exist, and falls back to an inline pandoc + wkhtmltopdf pipeline, so any project can export .md to .pdf without prior setup. ## Core Features & Use Cases - Auto-detection and scaffolding: Searches for project scripts in scripts/createpdf/, scripts/pdf/, and .claude/scripts/; if missing, copies ready-made templates (shell scripts, CSS, TOC XSL) into the project. - Two generation modes: Single mode converts one Markdown file to PDF; multi mode merges many files listed in a doc-order.txt into one PDF with a title page and table of contents. - Use Case: You have a docs/ folder with a dozen architecture documents. Run multi mode with a doc-order.txt to produce a single PDF report with cover page, TOC, page numbers, and consistent styling. ## Quick Start Ask the agent to generate a PDF from a specific Markdown file, for example: make a PDF from docs/ARCHITECTURE.md.