Summary
微信公众号文章写作和排版助手。输入主题+内容大纲→自动生成结构完整、排版精美的公众号文章(WeChat兼容HTML+行内样式),同时可配套调用infographic-generator生成4主题配图。触发词:'公众号文章','写公众号','公众号排版','微信文章','推文'。
konglong87/methodology-skills · Archived
微信?
npx skills add konglong87/methodology-skills --skill wechat-article-writer
微信公众号文章写作和排版助手。输入主题+内容大纲→自动生成结构完整、排版精美的公众号文章(WeChat兼容HTML+行内样式),同时可配套调用infographic-generator生成4主题配图。触发词:'公众号文章','写公众号','公众号排版','微信文章','推文'。
This repository is archived — consider an actively maintained alternative.
Use when implementing domain logic, designing aggregates, entities, value objects, repositories…
10 installsUse when starting new projects, designing system architecture, identifying bounded contexts, ma…
10 installsUse when analyzing strengths/weaknesses/opportunities/threats, strategic planning, decision-mak…
9 installsMUST use after prompt-enhancer. Create implementation plan with MECE decomposition, dependency …
9 installsRelated neighbors and high-traction skills in the same topics — useful to compare before installing.
Draft a knowledge base article from a resolved issue or common question. Use when a ticket reso…
2.5K installsEdit and improve articles by restructuring sections, improving clarity, and tightening prose. U…
198.1K installsAnalyzes article structure, identifies positions requiring visual aids, generates illustrations…
30.7K installsWrite articles, guides, blog posts, tutorials, newsletter issues, and other long-form content i…
10.2K installsUse this skill when rendering thousands of lightweight sprites in PixiJS v8.
4.1K installsExtract metadata and content from WeChat Official Account articles. Use when user needs to pars…
3.8K installsOther skills from konglong87/methodology-skills · top by installs.
npx skills add konglong87/methodology-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Read, Write, BashFiles included with this skill beyond the listing page.
SKILL.md
4,060 B
README.md
2,823 B
SUMMARY.md
366 B
parseMarkdown(text) 解析wechat-render.js 渲染结构化 sections → WeChat 兼容 HTMLstyle="",禁止 <style> 块、<script>、外部 CSSarticle.html(预览版,含 <img>) + article-plain.html(公众号粘贴版,图片用虚线占位框替换)buildSectionPageConfigs 为每个 h2 section 生成独立花园页面配置takeMultiPageScreenshots 通过 Playwright 截图:竖长(750×1334)+ 宽屏(1200×675 16:9){theme}/wide/ 子目录buildImageMap 将宽屏图映射到文章各位置| 输入模式 | 输出类型 |
|---|---|
一、标题 二、标题 |
h2 |
1. 小节 2. 小节 |
h3 |
### text ## text |
h3 / h2 |
- 要点 · 要点 1. 步骤 |
ul |
> 引用 |
blockquote |
强调 |
strong(强调色) |
快速回顾 一句话总结 划重点 |
highlight |
--- *** |
separator |
案例N: / 带冒号短行(8-50字) |
h3 |
| 自然段落标题(8-30字、含!,?:、中文/字母开头) | h2 |
| 图片 | 插入位置 |
|---|---|
| hero | 文章标题下方 |
| section-N | 第 N 个 h2 之后 |
| cta | 文末 |
默认主题:apple(明亮)。可用:linear/apple/stripe/muji。
output/
├── article.html ← 图文混排预览(含真实 <img>)
├── article-plain.html ← 公众号粘贴版(图片为虚线占位框)
├── 插入指南.md ← 图片位置对照表
└── screenshots/{theme}/
├── {theme}-hero.png ← 竖长头图
├── {theme}-section-N.png ← 竖长章节图
├── {theme}-cta.png ← 竖长尾图
└── wide/ ← 宽屏版(公众号文章实际引用)
├── {theme}-hero-wide.png
├── {theme}-section-N-wide.png
└── {theme}-cta-wide.png
style="",无 <style> 块、<script>、<iframe>、事件处理器| 文件 | 角色 |
|---|---|
wechat-full.js |
一站式编排入口(解析→配图→渲染) |
wechat-md2html.js |
Markdown 解析器 |
wechat-render.js |
WeChat HTML 渲染器 |
wechat-themes.json |
4 种文章主题 |
../infographic-generator/generate-garden-page.js |
配图 HTML 生成(require 依赖) |
../infographic-generator/theme-recipes.json |
配图主题 CSS token |