What problem does it solve?
This Skill generates visually polished, print-ready PDFs and keeps cover and body styling consistent via a token-based design pipeline, so you don’t have to manually format documents.
Core Features & Use Cases
- CREATE print-ready PDFs from structured content: turn a typed content.json into a designed document with a coordinated cover and body.
- FILL existing PDF form fields without changing layout: inspect a form’s field names, then populate text, checkboxes, dropdowns, and radio buttons.
- REFORMAT by parsing documents into content.json, then redesigning: convert Markdown/text/PDF/JSON into the Skill’s content blocks and re-render with your chosen style.
- Use case: you have a project brief in Markdown plus a target style (e.g., proposal). Convert it to a clean, consistent PDF with a matching cover and well-structured sections.
Quick Start
Run this command to generate a designed PDF from scratch: bash scripts/make.sh run --title "Q3 Strategy Review" --type proposal --author "Strategy Team" --date "October 2025" --content content.json --out report.pdf.