Guides Claude through reading, generating, and validating PDF files.
Setup & Installation
What This Skill Does
Guides Claude through reading, generating, and validating PDF files. Uses Poppler to render pages as PNGs for visual inspection, reportlab for document creation, and pdfplumber or pypdf for text extraction.
Rendering pages to PNGs before delivery catches layout defects like clipped text and overlapping elements that text extraction tools silently miss.
When to use it
- Generating a formatted PDF report from structured data
- Extracting text from a multi-column PDF without losing layout context
- Checking a generated invoice for clipped text or misaligned tables
- Building a PDF resume or proposal with consistent typography and margins
- Validating page numbering and section headers before sending a document
Similar Skills
pptx-generator
Generates, edits, and reads PowerPoint files using PptxGenJS and markitdown.
wp-project-triage
Inspects a WordPress repository and outputs a structured JSON report describing the project kind, tooling, tests, and version hints.
internal-comms
Writes internal communications in company-specific formats.
pptx
Handles everything involving .
