PDFScribe Marketplace - PDF to structured Markdown for development use, with SA role, standalone Go binary, and strict verification pipeline
npx claudepluginhub gonetone/pdfscribeAgent 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
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories