Converts Word documents to Markdown using a two-stage pipeline: mammoth extracts DOCX to HTML, then turndown converts to GitHub-Flavored Markdown. Handles the stuff that matters,tables, images, headings, code blocks, links,though complex layouts and merged cells will get flattened. Images can be extracted to a folder or embedded as base64. Requires a quick npm install, then you're running a Node script with input/output flags. The conversion quality is solid for technical documentation and straightforward content, but expect to lose formatting like fonts and colors. If you're batch-converting Word docs to markdown for a docs site or wiki, this does the job without fighting with pandoc flags.
npx skills add https://github.com/duc01226/easyplatform --skill docx-to-markdown