What problem does it solve? WeChat Official Account editors strip most HTML formatting on paste, so articles written in Markdown lose their styling when published. This Skill converts Markdown, Word, PDF, or plain-text drafts into fully inline-styled HTML fragments that survive pasting into the WeChat editor without losing layout. ## Core Features & Use Cases - Six curated theme libraries plus a theme generator: pick from Moyu Green, Red & White, Graphite Minimal, Zen Whitespace, Moyu Ticket, or Olive Journal, or generate a custom component library from a one-line description or reference image. - Smart layout automation: auto section numbering, per-paragraph keyword underlines, intro cards, table of contents, code blocks, image/GIF handling, and a merged author signature. - Deterministic quality gates: component_lint.py checks theme libraries for anti-patterns and validate_gzh_html.py verifies the final HTML against WeChat platform restrictions (no div/class/style tags, all text wrapped in span leaf). - Use Case: You finished a tutorial in Markdown and want to publish it on WeChat. Ask the agent to lay it out with the Moyu Green theme, then open the generated preview page, click the copy button, and paste directly into the WeChat editor. ## Quick Start Tell your agent: lay out article.md as WeChat HTML using the Moyu Green theme, then open the generated preview file and click the copy button to paste it into the WeChat editor.