This one covers the full PDF lifecycle: generating invoices and reports with pdfkit or ReportLab, extracting text and tables with pdfplumber or Camelot, and deterministic operations like merge, split, and rotate through pypdf. The quick reference table is genuinely useful, mapping tasks to specific libraries. What stands out is the strong opinion on treating PDFs as release artifacts, not source documents, plus real emphasis on accessibility compliance for EU distribution and proper redaction techniques. Includes scripts for common operations and a release checklist. If you're shipping PDFs to customers or parsing data from forms, the accessibility and security guidance alone makes this worth having.
npx skills add https://github.com/vasilyu1983/ai-agents-public --skill document-pdf