docx-to-md
Installation
SKILL.md
Word to Markdown Conversion
Ingest Word documents into your Markdown workflow
Convert .docx files into clean, linted Markdown with extracted images, normalized headings, and cleaned table formatting. Reverse converter for ingesting external documents.
When to Use
- Importing Word documents from stakeholders into a Markdown-based workflow
- Converting legacy documentation to Markdown for version control
- Extracting content from .docx for further processing (presentations, email, web)
- Onboarding external resources (SOWs, RFPs, specs) into project repositories
Key Features
| Feature | Details |
|---|---|
| Image extraction | Embedded images saved to images/ folder with sequential naming |
| Pandoc cleanup | Removes escaped brackets, span classes, trailing backslashes |
Related skills