What problem does it solve? Producing Taiwan legal documents that comply with court, government, and contract formatting rules is error-prone: wrong fonts, orphan lines, broken page breaks, missing citations, and LibreOffice CJK conversion quirks all cause rejections. This Skill encodes the full formatting rulebook plus a mandatory QA pipeline so every generated document passes review. ## Core Features & Use Cases - Three formatting tracks: court pleadings (cwTeXKai 14pt), government documents (AR PL UKai TW 12pt with binding margin), and commercial contracts (Noto Sans CJK TC 12pt), each with correct margins, line spacing, and clause indentation. - Automated DOCX-to-PDF pipeline: python-docx generation with widow/orphan control, LibreOffice headless conversion, blank-page detection, and font-embedding verification via pdfinfo/pdffonts. - Mandatory QA gates: parallel sub-agent review of layout and legal citations, plus a model-committee audit before delivery. - Use Case: A user asks for a mortgage contract for land-office registration; the Skill generates it in cwTeXKai with a proper signature table, verifies fonts and pagination, audits citations against law.moj.gov.tw, and delivers the PDF. ## Quick Start Generate a Taiwan court complaint document as a PDF using the court formatting track and run the full QA pipeline before sending it to me.