What problem does it solve?
Manually creating, editing, and converting Word documents is time-consuming and error-prone, especially when working with XML structure, tracked changes, or cross-format conversions.
Core Features & Use Cases
- Document Creation from Scratch: Build professional .docx files programmatically using the docx npm module, with support for custom typography, tables, images, hyperlinks, page breaks, and table of contents.
- XML-Level Document Editing: Modify existing Word documents by unpacking to raw XML, making precise changes, and repacking, with full support for tracked changes, comments, and formatting preservation.
- Format Conversion & Content Extraction: Convert PDFs or legacy .doc files to editable .docx format, extract plain text with pandoc, and export document pages as images for review.
- Use Case: A content team can use this skill to convert a PDF research report to an editable Word document, add editorial comments to the methodology section, accept all tracked changes, and export key pages as JPEG images for stakeholder review.
Quick Start
Use the docx skill to convert the attached PDF report 'q3-research.pdf' to an editable Word document, add editorial comments to the methodology section, and export the first three pages as JPEG images for the team review.