
from agnt183
Generate production-ready PDFs in Node.js using PDFKit — includes patterns for large scripts, Unicode-safe characters, AGNT brand styling, and reliable file-bas
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.
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.
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.
Documentation-only skill for generating PDFs with PDFKit in Node.js, featuring AGNT brand styling and patterns. No bundled scripts to execute. SKILL.md is well-written with clear troubleshooting guidance and complete code templates, but the skill is narrowly scoped to AGNT branding and has no automation beyond copy-paste code examples.
No scripts present for runtime testing. Dual frontmatter is unusual but not harmful. Skill is essentially a well-structured reference guide for PDFKit with brand-specific design patterns. Useful within its niche but not broadly applicable.