This handles the full PDF workflow: reading text from existing files, creating new ones from markdown or HTML, and merging or splitting documents. It wraps PyMuPDF for most operations, with fallbacks to pdftotext and pandoc depending on what you have installed. The skill shines when you need to extract content from a PDF for analysis or programmatically generate reports. One thing to note: it assumes you're working with text-based PDFs, so if you're dealing with scanned documents, you'll need to layer in OCR separately. The markdown-to-PDF path via pandoc is surprisingly clean for generating formatted output without touching ReportLab directly.
npx -y skills add shareai-lab/learn-claude-code --skill pdf --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
supercent-io/skills-template
supercent-io/skills-template
huangjia2019/claude-code-engineering
reactjs/react.dev
reactjs/react.dev