What it does
Provides a complete guide and templates for generating professional PDFs in Node.js using PDFKit. Covers large-script handling patterns (write-to-file then execute to avoid ENAMETOOLONG), Unicode-safe character choices, AGNT brand design tokens, and reusable layout helpers for pitch decks, reports, and styled documents.
When to use it
Use when you need to programmatically produce PDFs for pitch decks, multi-page reports, branded documents, or any workflow where large generation scripts or Unicode issues might cause failures. Especially useful in CI or agents that must write and run generation scripts reliably.
What's included
- Scripts: template generation scripts and full example template (present in SKILL body; has_scripts=false in fetch but templates embedded in the markdown)
- References: none external (has_references=false)
- Instructions: 3-step pattern (write script to .js/.cjs, run via shell, verify output), brand color tokens, page layouts, helper functions, and troubleshooting checklist.
Compatible agents
Best for agents that can perform file operations and shell execution (execute_shell_command, file write/read) such as local automation agents or code-enabled assistants that manage files and run Node.js in the environment.
Tags
Information
- Repository
- agnt









