product-spec-pdf-parser
Installation
SKILL.md
/as:product-spec-pdf-parser — PDF Product Spec Parser
Harness note: use
/as:<skill>on Claude Code and$<skill>on Codex. Resolve<skill-root>as the directory containing this loadedSKILL.mdand<plugin-root>as the plugin root that containsskills/, and use equivalent native tools when host tool names differ.
Extract structured FF&E data from product PDF files — price books, fact sheets, configurator sheets, and spec sheets. Uses PyMuPDF for text extraction and Claude's reasoning to parse wildly varying PDF layouts into a standardized schedule.
Input
The user provides PDFs in one of these ways:
- File paths — one or more PDF file paths
- Folder path — a directory containing PDFs (will process all
.pdffiles) - Just invoked — ask the user for file paths or a folder
Also ask (or use defaults):
- Persistence — Markdown preview by default; optionally save to the project library
- Variant depth —
expand(one row per variant/SKU, default) orsummarize(comma-separated variants in one row)