magazine-design-advisor

Generates magazine-style design schemes and JSON design tokens for WeChat articles.

5|1|Updated Jul 31, 2026
One-click install
npx skills add https://github.com/shiker1996/wechat-editroom --skill magazine-design-advisor-shiker1996
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: magazine-design-advisor
Source: https://github.com/shiker1996/wechat-editroom/tree/main/skills/magazine-design-advisor
Command: npx skills add https://github.com/shiker1996/wechat-editroom --skill magazine-design-advisor-shiker1996

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? WeChat article authors often finish writing but lack a consistent, implementable visual design plan, leading to ad-hoc colors, inconsistent typography, and layouts that downstream HTML typesetting cannot reproduce. ## Core Features & Use Cases - Dual design outputs: Produces a human-readable <stem>.design-scheme.md covering design concept, information hierarchy, component placement, image/chart strategy, and accessibility notes, plus a machine-readable magazine-design-tokens.json with colors, typography, spacing, and image settings. - Constrained, implementable design: Enforces 6-digit hex colors, minimum 15px body text, clear text/background contrast, and avoids gradients, low-contrast gray text, multi-column layouts, and hover-dependent effects. - Pipeline integration: Reads pre-rendered <stem>.rendered.md and can be invoked by the wechat-article-typeset stage, without modifying body text, taking screenshots, uploading content, or generating HTML. - Use Case: After rendering a WeChat article draft, run this Skill to get a restrained magazine-style visual scheme and a tokens JSON that the typesetting stage can directly consume. ## Quick Start Use the magazine-design-advisor skill to create an implementable visual design scheme and design tokens for my rendered WeChat article.

Frequently Asked Questions about magazine-design-advisor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a visual design scheme for a WeChat article?

Provide the pre-rendered Markdown file (<stem>.rendered.md) and the Skill generates a design-scheme.md describing concept, hierarchy, and component placement, plus a magazine-design-tokens.json with colors, typography, and spacing values for downstream typesetting.

What is a design tokens JSON file for article typesetting?

It is a machine-readable JSON file defining colors, typography, spacing, and image settings that downstream HTML or screenshot skills consume directly. This Skill requires 6-digit hex colors, body text of at least 15px, and clear text-to-background contrast.

Does this Skill modify my article content or generate HTML?

No. It only reads the rendered Markdown and produces design documentation and tokens. It does not rewrite or delete body text, fabricate images, take screenshots, upload content, or output HTML.

Can the design scheme be used by automated WeChat typesetting tools?

Yes. Every component in the scheme must be implementable by downstream HTML or screenshot skills, and the tokens JSON is validated so that token names referenced in the scheme actually exist. It is designed to be called by the wechat-article-typeset stage.

What design styles are avoided in WeChat article layouts?

The Skill avoids large-area gradients, low-contrast gray text, complex multi-column layouts, and hover-dependent effects, since these render poorly on mobile WeChat clients. It uses one primary accent color with limited auxiliary colors.