markdown-to-word
Installation
SKILL.md
Markdown to Word Conversion
Overview
Convert Markdown (.md) files to Word (.docx) documents using the bundled Node.js converter. The current default style profile is aimed at the common body-format requirements of the Zhejiang University Master of Engineering Management thesis, especially for 正文、标题、段落和表格。
Core Tool
All scripts are bundled inside this skill directory:
skills/markdown-to-word/
├── convert_md_to_docx.sh # Main entry point
├── md2docx.mjs # Markdown → docx main converter
├── latex2math.mjs # LaTeX math → docx math objects
├── SKILL.md
└── AGENTS.md