Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeChat Article Skills

830 viral writing and cover templates for WeChat Official Account articles.

This is a production-ready skill pack for turning raw source material into a publish-ready WeChat workflow: choose a proven style, rewrite the article, generate a cover direction, format the article, and upload it to the Official Account draft box. The built-in style studio is derived from YouMind viral article data and uses progressive disclosure, so an agent can recommend a few strong templates without loading the whole library.

Template Library At A Glance

830 6 6 1
style cards article systems cover systems full WeChat pipeline
What you get Why it matters
Viral article structure cards Reuse hooks, section rhythm, argument patterns, and endings instead of starting from a blank page.
Cover direction cards Reuse visual metaphors, palette, density, and composition for WeChat-friendly 2.35:1 covers.
Style mixing Use one reference for the article voice and another for the cover system.
Agent-ready workflow Works as separate skills or one orchestrated @公众号流水线 flow.

Template Wall

Finder red-tag picks from the local cover library, with the strongest AI/agent/workflow references first:

Opus and Kimi Agent Swarm workflow cover
Kimi Cost Stack
AI agent workflow · high-saturation tech poster
Kimi 2.6 agent swarm cover
Kimi Agent Swarm
300-agent system · modern WeChat cover
Claude Adobe workflow optimization cover
Claude Workflow
tool orchestration · Japanese editorial layout
Claude Code HTML-first cover
HTML-First Output
technical breakdown · interface collage
Karpathy CLAUDE.md GitHub cover
GitHub Playbook
CLAUDE.md memory · code workflow
AI skills expertise templates cover
Skill Templates
20 reusable AI expertise templates

Additional red-tagged cover systems selected for visual variety:

Hermes agent personal AI OS cover
Agent OS
terminal interface · dark operating-system mood
The novel is dead AI editorial cover
AI Editorial Poster
bold monochrome system · single-idea impact
Build LLM architectures from scratch cover
LLM Architecture
hand-drawn explainer · dense technical map
Mac mini M4 AI savings cover
Hardware Stack
cost comparison · device-centered tech card
MCP server AI business opportunity cover
MCP Business
market map · build-and-sell visual system
Claude cowork setup guide cover
Claude Cowork
black-and-orange icon poster · AI teammate setup

Frontend, slide, GitHub, and product-page style references:

Generative UI frontend architecture cover
Frontend Systems
generative UI · architecture patterns
AI remake professional slides cover
Professional Slides
slide transformation · step guide
Open-source magazine PPT skill cover
Magazine PPT
open-source design skill · cover system
GitHub repos for making money cover
GitHub Directory
repo roundup · high-signal resource page
Claude skills ecosystem GitHub links cover
Skills Ecosystem
GitHub link collection · long list format
Product brief cover system
Product Brief
minimal infographic · landing-page feel

Browse the full template gallery: skills/wechat-style-studio/references/style-gallery.md.

What It Does

  • Recommends 3-5 suitable YouMind styles from 830 references by topic, article class, cover class, and engagement metrics.
  • Lets you say “文章用 Dan Koe 那种风格,封面用黑白寓言风” or “我想选这种风格”.
  • Splits each selected reference into an article skill and a cover skill, so writing and image direction can be mixed.
  • Runs the whole WeChat production path: rewrite, cover prompt/generation, layout, and draft-box upload.
  • Uses progressive disclosure: read style-index.json, then load only the selected style card.

Style Library

The style studio contains:

  • 830 style cards in references/styles/.
  • 6 article classes: 清单型爆款教程, 爆款解释型文章, 步骤型深度指南, 观点型解释分析, 技术实操拆解, 叙事型长文.
  • 6 cover classes: 黑白/低饱和 editorial, 浅底信息图, 暗色电影感, 高饱和海报, 现代公众号题图, 细节拼贴/界面/图表.
  • Compact index: style-index.json.
  • Quick shortlist: representative-styles.md.

Install

Claude Code plugin marketplace:

/plugin marketplace add ziyetsui/wechat-article-skills
/plugin install wechat-article-skills@wechat-article-skills

Codex plugin marketplace:

codex plugin marketplace add ziyetsui/wechat-article-skills
codex plugin add wechat-article-skills@wechat-article-skills

Generic agents that read ~/.agents/skills:

npx skills add ziyetsui/wechat-article-skills -a '*' -g -y

Manual install:

cp -R skills/wechat-* ~/.agents/skills/

After installing, start a new agent session so the new skills are discovered.

Use

Pick a style first:

@公众号风格工作室
我想写一篇关于 AI agent 如何改变个人工作流的公众号文章。
先推荐 5 个数据高、适合技术创作者的 YouMind 风格。

Run the full workflow:

@公众号流水线
素材:<paste notes, draft, transcript, or outline>
文章用 Dan Koe 那种强教练式清单风。
封面用黑白或低饱和 editorial 风格。

Mix article and cover directions:

文章用 Claude Code 教程风,封面用高饱和科技广告视觉。
帮我改写成公众号文章,并生成封面。

Use the default personal WeChat style:

@公众号改写
把这份素材改成一篇强判断、有个人体感的公众号文章。

Included Skills

  • wechat-style-studio: choose, recommend, and mix 830 YouMind article/cover styles.
  • wechat-rewrite: rewrite materials into a high-conviction Chinese public-account article.
  • wechat-cover-image: generate WeChat cover prompts/images with APiYi GPT Image 2.
  • wechat-layout: format the rewritten article into WeChat-ready HTML/TXT.
  • wechat-publish-draft: upload formatted content to the WeChat Official Account draft box.
  • wechat-article-pipeline: orchestrate style selection, rewrite, cover, layout, and draft-box upload.

Configuration

Do not commit real API keys or WeChat credentials.

Cover generation:

export APIYI_API_KEY="..."
# or
export YI_API_KEY="..."

Draft-box upload:

export WECHAT_APPID="..."
export WECHAT_APPSECRET="..."

Use skills/wechat-publish-draft/scripts/.env.example as a template only.

Architecture

The style library is intentionally split into a compact index and full cards:

skills/wechat-style-studio/
  SKILL.md
  references/style-index.json          # read first
  references/representative-styles.md  # quick shortlist
  references/style-gallery.md          # GitHub gallery
  references/styles/*.md               # 830 selected cards
  assets/covers/                       # lightweight gallery thumbnails

The marketplace plugin package lives in plugins/wechat-article-skills/ and mirrors the root skills/ directory. After changing root skills, run:

python3 scripts/sync_plugin_package.py

Regenerate the YouMind style studio from the extracted source folder:

python3 scripts/build_style_library.py \
  --source-root "/path/to/2026-06-15-youmind-x-viral-articles-all" \
  --repo-root .
python3 scripts/sync_plugin_package.py

Safety

The upload skill creates backend drafts only. It must not publish publicly, mass-send, call freepublish APIs, or click a public publish button.

About

Codex skills for WeChat Official Account article writing, layout, cover creation, and publishing workflows.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages