What problem does it solve? Turning a finished WeChat article Markdown file into publishable HTML by hand is error-prone: styles drift from the design scheme, headings get reordered, and image or source references get lost. This Skill performs the structural conversion deterministically while preserving every paragraph, heading, source, and image caption. ## Core Features & Use Cases - Faithful Markdown-to-HTML conversion: Reads <stem>.images.md, <stem>.design-scheme.md, and magazine-design-tokens.json, then writes article.ai.draft.html without rewriting body text, numbers, or sources. - Token-driven styling: Colors, font sizes, and spacing come from the design tokens file, with inline styles and a responsive fluid root container suited to the WeChat editor. - Built-in quality gates: Verifies non-empty UTF-8 output, balanced tags, matching heading counts, preserved links and images, and rejects leftover Mermaid/ECharts fences by returning to the image stage. - Use Case: After the typesetting pipeline finishes image processing, invoke this stage to produce the complete HTML draft of a long-form WeChat article, converting chapter by chapter and stitching sections in original order. ## Quick Start Use the wechat-md-to-draft skill to convert this Markdown article into a WeChat HTML draft using its design scheme and tokens.