working-with-documents

Installation
SKILL.md

Working with Documents

Quick Reference

Format Read Create Edit
DOCX pandoc, python-docx docx-js OOXML (unpack/edit/pack)
PDF pdfplumber, pypdf reportlab pypdf (merge/split)
PPTX markitdown html2pptx OOXML (unpack/edit/pack)

Word Documents (.docx)

Reading Content

# Convert to markdown (preserves structure)
pandoc document.docx -o output.md
Installs
75
GitHub Stars
24
First Seen
Jan 26, 2026
working-with-documents — mjunaidca/mjs-agent-skills