This is a straightforward wrapper around pdfplumber for extracting text and tables from PDFs. You get simple code snippets showing the basics: open a PDF, pull text from a page, detect and extract tables. It's part of davila7's larger template collection that has 27.7K stars, so the code is likely solid. Useful if you're building document processing features and want Claude to understand the pdfplumber patterns without looking them up. Nothing fancy here, just the common PDF extraction tasks you'd actually need. Passes all three security audits, which matters when you're handling documents that might contain sensitive data.
npx skills add https://github.com/davila7/claude-code-templates --skill pdf-processing