Extracts text from PDFs and converts everything to Markdown, including tables. Built on pdfplumber and designed for WSL environments. Handles multi-page documents, preserves page structure, and formats tables into proper Markdown syntax. Won't work on scanned PDFs since there's no OCR, and complex layouts get simplified. The workflow is straightforward: point it at a PDF path, it runs a Python script, and spits out structured Markdown with page breaks and table formatting. Most useful when you need to process PDF reports or documentation into a format Claude can actually work with instead of just describing what's in the file.
npx skills add https://github.com/childbamboo/claude-code-marketplace-sample --skill pdf-reader