isjiamu/gzh-design-skill

把 Markdown 一键排成可直接粘进公众号编辑器的精致 HTML —— 6 套精选主题 + 主题生成器 + 双关卡校验。An AI-agent skill that turns Markdown into paste-ready WeChat article HTML.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 46 minutes ago
Added to GitGenius on September 18th, 2026
Created on July 1st, 2026
Open Issues & Pull Requests: 14 (+0)
GitHub issues: Enabled
Number of forks: 421
Total Stargazers: 3,767 (+0)
Total Subscribers: 5 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 6
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 61 days
Stale 30+ days: 3
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (3)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

gzh-design-skill is an AI agent skill that converts Markdown into paste-ready HTML formatted for WeChat Official Accounts.

The tool solves the problem of formatting articles for WeChat's editor, which strips out external stylesheets and many HTML structures. It works by converting Markdown to fully inlined HTML with all styling embedded directly in tags, ensuring the formatted output remains intact when pasted into WeChat's editor without losing visual design. The tool includes six pre-built themes, each with its own component library and design variables, plus a theme generator that can create new themes from text descriptions or reference images. It handles code blocks with syntax highlighting options, images, GIFs with animation badges, inline code, quotes, lists, and product badges. The conversion process automatically numbers chapters, underlines one to three keywords per paragraph, extracts pull quotes and tables of contents from the main text, and deduplicates author signatures. All text uses full-width Chinese punctuation where appropriate while preserving original formatting in code blocks.

Developers should choose this tool if they regularly publish to WeChat Official Accounts and want to maintain consistent visual design across articles without manual formatting work. It suits projects where content is authored in Markdown and needs to be published to WeChat with rich formatting intact. The tool is specifically designed for the WeChat platform's limitations and filtering rules, making it most valuable for those publishing in that ecosystem rather than general web publishing.

The project shows active refinement of its core functionality through dual-stage validation systems that check both component libraries at the source level and final HTML output. Development incorporates real-world publishing practices from multiple contributors who maintain WeChat accounts, grounding the tool's design decisions in practical experience rather than theoretical assumptions.