md-to-docx
Installation
SKILL.md
md-to-docx — Markdown to DOCX conversion
Converts a Markdown file to a Word document (.docx) preserving headings, tables, lists, code blocks, links and inline images.
Usage
/md-to-docx <input.md> [output.docx]
| Parameter | Required | Description |
|---|---|---|
input.md |
yes | Path to the source Markdown file |
output.docx |
no | Path to the output file (default: alongside source, .md → .docx) |
If the path is not provided — ask the user.