What problem does it solve? Thai has no spaces between words, so Microsoft Word does not know where to break lines, producing short lines and wasted right-margin space in Thai documents. This Skill inserts invisible Zero-Width Spaces (U+200B) between Thai words before writing the .docx file, giving Word valid break points so text fills each line fully. ## Core Features & Use Cases - Automatic Thai word segmentation: Uses pythainlp's newmm tokenizer to split Thai text and insert ZWS only in Thai character runs, leaving English, numbers, and URLs untouched. - Full document generation: Builds .docx files with python-docx supporting body text and heading levels 1-3, configurable font (default TH Sarabun New), font size, A4/Letter page size, margins, and line spacing. - CLI and Python API: Run from the command line on a plain text file (blank lines separate paragraphs, numbered lines become headings) or call create_docx() programmatically. - Use Case: A user needs a formal Thai report in Word format. Provide the Thai text, and the Skill produces a properly wrapped .docx with TH Sarabun New 14pt, 1.5 line spacing, and correct line breaks. ## Quick Start Ask the AI to create a Word document from your Thai text using the thai-docx skill, for example: "สร้างเอกสาร Word จากข้อความภาษาไทยนี้และบันทึกเป็น report.docx".