This handles the full PDF automation pipeline: filling government forms and legal documents with pdf-lib, generating invoices from HTML templates via Puppeteer, and assembling multi-document packets. The skill documentation makes smart technology choices clear, like using pdf-lib for IRS forms (5 seconds for 1000 PDFs) versus Puppeteer for complex layouts (60 seconds, but you get real CSS). It catches common mistakes too: always flatten forms after filling so recipients can't edit official documents, and use CSS page break controls when rendering HTML to avoid splitting signatures across pages. Pairs well with legal workflows where you're auto-generating expungement filings or contract packets at scale.
npx skills add https://github.com/erichowens/some_claude_skills --skill document-generation-pdf