What problem does it solve? Working with Word documents programmatically is tedious and error-prone without clear guidance on the right library, style handling, and conversion options. This Skill provides ready-to-use patterns for creating, reading, editing, formatting, and converting .docx files so you can produce polished Word documents without trial and error. ## Core Features & Use Cases - Document Creation & Editing: Build documents from scratch or templates with headings, paragraphs, lists, tables, images, headers, footers, and page numbers using python-docx. - Content Extraction: Read text, tables, and styles from existing .docx files and export them to Markdown-style structured text. - Pandoc Conversion: Convert Markdown or HTML to DOCX (with reference templates for styling) and convert DOCX back to Markdown with media extraction. - Use Case: A courseware author writes chapter content in Markdown, then runs Pandoc with a reference.docx template to produce a styled chapter document with headers, footers, and page numbers ready for publication. ## Quick Start Ask the AI to create a Word report from your Markdown notes with a header, page numbers in the footer, and a styled table of your data.