A workhorse for moving content between PDFs, Office files, markdown, HTML, and tabular formats without expecting pixel-perfect results. It's honest about being best-effort: you'll preserve structure and editability, not layout fidelity. The bundled scripts handle single files, batch jobs, PDF utilities like merge and split, table extraction, and basic form filling. Good for when you need clean, editable output from messy sources and can live with lost formatting. The guardrails are sensible: it won't pretend scanned PDFs are anything but OCR jobs, and it warns you to test incrementally on large documents instead of blindly processing gigabyte spreadsheets.
npx -y skills add dkyazzentwatwa/chatgpt-skills --skill document-converter-suite --agent claude-codeInstalls into .claude/skills of the current project.
Run best-effort extraction and rebuild workflows across common document formats. Preserve clean structure, not pixel-perfect layout.
pdf, docx, pptx, xlsx, txt, csv, md, and htmlscripts/convert.py for single documents and scripts/batch_convert.py for folders.scripts/pdf_toolkit.pyscripts/table_extractor.pyscripts/form_filler.pyreferences/conversion_matrix.md for supported paths.references/limitations.md for failure modes and tradeoffs.juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills