Build a styled PDF from scratch using reportlab Platypus. Use when the user wants a PDF — brief, report, resume, writeup, doc, recipe, anything. You write the build script fresh every time so the design fits the request. NOT for reading existing PDFs (that's read_file).
$npx -y skills add 0pen-sourcer/hearth --skill make-pdfInstalls into the current project.
Run `npx skills use "https://github.com/0pen-sourcer/hearth" --skill "0pen-sourcer/hearth/make-pdf"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/0pen-sourcer/hearth" that are relevant to the current task. Run `npx skills add "https://github.com/0pen-sourcer/hearth"` and select the relevant skills, then follow their instructions.