
from wechat-typesetting-cy30
Multi-template tool to convert Markdown/plain text into WeChat-friendly HTML layouts with blue minimal and dark-tech templates and strict inline-style rules.
This skill generates WeChat (微信公众号) friendly HTML from Markdown or plain text using multiple visual templates. It analyzes article structure (title, sections, quotes, data points, timelines) and maps content into template components (blue-minimal or dark-tech), producing HTML with inline styles suitable for pasting into the WeChat editor.
Use when preparing articles for WeChat/public account publication: convert raw drafts to ready-to-paste HTML with consistent typography and visual components, or validate and improve existing HTML to match template rules. Good for content teams who publish regularly and want on-brand templates.
Content-generation agents, localization helpers, and publishing automations that output HTML for editorial workflows.
WeChat public account article typesetting skill that converts Markdown/plain text into WeChat-compatible HTML using two visual templates (blue-minimal for essays/analysis, dark-tech for product/data content). The SKILL.md is well-structured with clear workflow steps, detailed component mapping tables, explicit CSS rules, and a validation checklist. No scripts included — it's purely prompt-based, relying on the agent to generate HTML following the rules. The skill references external files (references/*.md, assets/templates/*.html) that aren't bundled, requiring a repo clone to be fully functional.
Clean skill with no security concerns. Main issues are: (1) not self-contained — references external files not bundled in the skill, (2) Chinese-only limits audience significantly, (3) purely prompt-based with no scripts means no programmatic validation of output. The component mapping tables and CSS rules are detailed and well-organized. The template selection logic with priority-based matching is a nice touch.