agentsclimarketplace

Pdf to editable word

Skill longligooo/pdf-to-editable-word-skill/skills/pdf-to-editable-word

Portable Agent Skill for converting PDF to editable Word/DOCX while preserving layout. Works with Codex, Claude Code, other AI agents, and local CLI.

Install
npx -y skills add longligooo/pdf-to-editable-word-skill --skill pdf-to-editable-word

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 18 days oldThe repository was created 18 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Convert PDF to Word or PDF to DOCX while preserving the original page layout and keeping text editable, searchable, and selectable. Use for PDF-to-Word conversion, editable DOCX creation, fixed-layout documents, table-heavy PDFs, vertical text, resumable long-document conversion, or output validation. Works as a portable Agent Skill for Codex, Claude Code, and other agents that can run the CLI. Do not use for scanned PDFs without a text layer unless OCR is available.

SKILL.md

2.1 KB, 354 tokens by cl100k_base, as published. Nobody here has run it

PDF to Editable Word Skill

Create a visually faithful DOCX by combining cleaned page backgrounds with editable, absolutely positioned text boxes. Run the deterministic CLI for every conversion; do not recreate the OOXML manually.

Workflow

  1. Resolve this skill directory and use scripts/pdf2word.py as the command wrapper.
  2. Inspect the source before converting:
python scripts/pdf2word.py inspect INPUT.pdf --json
  1. Stop and report the limitation when conversion_ready is false. Read compatibility.md for the relevant failure mode.
  2. Convert into a dedicated work directory:
python scripts/pdf2word.py convert INPUT.pdf OUTPUT.docx --work-dir WORK_DIR --dpi 144
  1. If conversion is interrupted, rerun the same command with --resume. Never reuse a work directory for a different PDF or page range.
  2. Validate the output against the source:
python scripts/pdf2word.py validate OUTPUT.docx --pdf INPUT.pdf --json
  1. Treat validation failure as conversion failure. Do not deliver the DOCX merely because the file exists.
  2. For high-stakes output, open the result in Microsoft Word and inspect the first, middle, and last pages plus pages with unusual layouts.

Delivery

Report the output path, page count, editable text-box count, background-image count, validation result, and any compatibility warnings. State clearly that text is editable while non-text graphics remain in the page background.

Do not claim that tables, diagrams, or images are semantically editable. Do not claim support for OCR, mixed page sizes, or LibreOffice fidelity in v0.1.

Gives 0 of the 12 instructions most context ai engineering skills give in 354 tokens

Counted across 1,193 of the 1,976 authors here whose files we hold, read 2026-08-07

  • dispatch a fresh implementer subagent per taskin 48 of 1193, across 19 files
  • dispatch a final code reviewer after all tasksin 33 of 1193, across 8 files
  • provide full task text to the subagentin 30 of 1193, across 9 files
  • review spec compliance before code qualityin 27 of 1193, across 10 files
  • make the hook script executablein 26 of 1193, across 8 files
  • re-snapshot after navigation or DOM changesin 25 of 1193, across 19 files
  • read files before editing themin 22 of 1193, across 11 files
  • answer subagent questions before proceedingin 22 of 1193, across 7 files
  • mark task complete in TodoWrite after approvalin 22 of 1193, across 6 files
  • merge hook into existing settingsin 21 of 1193, across 3 files
  • ask if installation is global or projectin 20 of 1193, across 2 files
  • copy the hook script to target locationin 20 of 1193, across 2 files

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.