By GoneTone
Agent skill for converting PDF to structured Markdown for development use. Full pipeline — extract (standalone Go binary), convert as System Analyst, verify against source, auto-fix in loop. Cross-platform, no runtime dependencies.
Agent skill for Claude Code that converts PDF to structured Markdown for development use.
Full pipeline — extract pages (images + text), convert to Markdown as a System Analyst, verify against source, auto-fix errors in a loop.
Add the marketplace:
/plugin marketplace add GoneTone/pdfscribe
Install the plugin:
/plugin install pdfscribe@pdfscribe
In Claude Code:
/pdf-to-md <pdf_path> [--single] [--lang <language>]
<pdf_path> — Path to PDF file (required)--single — Output single Markdown file instead of splitting by chapters--lang <language> — Output language, e.g. zh-TW, en (auto-detect by default)docs/pdfscribe/{pdf-filename}/
├── extracts/
│ ├── images/ # Page screenshots (300 DPI)
│ ├── texts/ # Extracted text per page
│ └── embedded/ # Embedded images (charts, photos)
│ └── metadata.json # Image position, size, classification
├── 00-Table-of-Contents.md
├── 01-Chapter-Name.md
└── 02-Chapter-Name.md
File names adapt to the user's language.
Build the PDF extraction binaries from source. Requires Go 1.21+.
# Linux / macOS / WSL / Git Bash on Windows
./build.sh
# Windows CMD
build.bat
Builds 6 binaries to skills/pdf-to-md/scripts/:
skills/pdf-to-md/scripts/
├── pdf-extract-windows-amd64.exe
├── pdf-extract-windows-arm64.exe
├── pdf-extract-linux-amd64
├── pdf-extract-linux-arm64
├── pdf-extract-darwin-amd64
└── pdf-extract-darwin-arm64
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub gonetone/pdfscribe --plugin pdfscribeConvert any file, URL, or media to clean Markdown — PDF, EPUB, HTML, images, YouTube, audio, video, and more
Parse PDF / Office / image files into clean Markdown via MinerU — zero-dependency, AI-Native, auto-routing between the free Agent API and the token-gated Standard API, with 15 content-tool delivery sinks.
Extract text as structured, semantic Markdown from a PDF.
PDF data extraction with multi-backend support (markitdown, docling, pdfplumber, etc.)
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.