What problem does it solve? Producing visually polished, print-ready PDFs usually requires manual layout work in design tools, and filling existing PDF forms programmatically is tedious. This Skill automates both: it generates styled PDFs from structured content, fills form fields in existing PDFs, and reformats existing documents with a consistent design system. ## Core Features & Use Cases - CREATE: Generate a new PDF from a content.json file with 15 document types (report, proposal, resume, academic, magazine, terminal, poster, etc.), each with its own cover pattern, palette, and Google Fonts pairing. Supports headings, tables, charts, flowcharts, math formulas, code blocks, and bibliographies. - FILL: Inspect and fill form fields (text, checkbox, dropdown, radio) in an existing PDF without altering its layout. - REFORMAT: Parse an existing Markdown, text, PDF, or JSON document and re-render it with the full design pipeline. - Use Case: A consultant needs a client-ready quarterly strategy report. They provide the content blocks, choose the report type with a navy accent, and receive a merged PDF with a designed cover page and consistently styled body pages. ## Quick Start Ask the AI to generate a professional report PDF titled "Q3 Strategy Review" of type proposal with your content, and it will run the pipeline to produce the final document.