What problem does it solve? WeChat article covers are cropped twice: the message list shows the full 2.35:1 banner, but sharing to Moments keeps only the central 1:1 square (42.6% of the width). Titles laid out across the full width get cut off when shared, making the cover unreadable. This Skill generates covers that survive both crops. ## Core Features & Use Cases - Safe-zone aware generation: Produces 1175x500 PNG covers using a locked visual system (white/lavender background, near-black headlines, violet and lime accents) with core title phrases constrained to the central square. - Layout library with share-safety ratings: Ten layouts in references/cover-layouts.md rated by how much information survives the share crop, plus prompt recipes for variants and targeted fixes. - Automated cover validation: scripts/check_cover.py verifies the 2.35:1 ratio and exports safe-zone annotations, a 1:1 share preview, and a feed thumbnail for readability checks. - Use Case: Given an article titled "Agent 接管 SaaS 时代已开启", the Skill picks the core phrase, splits the title into two lines, generates the banner, and confirms the core phrase remains readable in the share preview. ## Quick Start Ask the AI to make a WeChat Official Account cover for your article title, for example: make a 2.35:1 cover for "Agent 接管 SaaS 时代已开启" and verify the share preview.