What problem does it solve? Turning a locked content storyboard into publishable social media assets requires coordinating copywriting, HTML layout, visual design, and screenshot delivery by hand. This Skill automates that final production stage for WeChat official account and Xiaohongshu image-text posts while enforcing fact boundaries from the source material. ## Core Features & Use Cases - Storyboard-driven generation: Accepts a schema-validated card_plan and fact sheet, then produces channel-specific plain-text copy without inventing facts, numbers, or experiences beyond the fact base. - Deterministic HTML assembly: Builds pages from a fixed design system with 14 visual themes (neon, tokyo-night, brutalist, solarized, and more) instead of free-form model-generated HTML/CSS. - Browser-based layout audit: Runs scripts/layout-audit.mjs with Puppeteer to detect overflow, clipping, underfilled pages, low contrast, and vertical imbalance before delivery. - Use Case: Given a locked storyboard about an open-source tool, produce a Xiaohongshu carousel: compliant plain-text copy with 6-8 hashtags, themed HTML pages, a layout report, and per-page PNG screenshots ready for review. ## Quick Start Generate the Xiaohongshu image-text deliverables from my locked card_plan.json and fact sheet, then run the layout audit and export the page screenshots.