From 7834d632e002e35249939fa68a5fe72039fd5920 Mon Sep 17 00:00:00 2001 From: luojiyin Date: Sun, 8 Mar 2026 21:21:47 +0800 Subject: [PATCH] docs: add markdown-to-html to README utility skills --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5929dde..1f3b406 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Simply tell Claude Code: |--------|-------------|--------| | **content-skills** | Content generation and publishing | [xhs-images](#baoyu-xhs-images), [infographic](#baoyu-infographic), [cover-image](#baoyu-cover-image), [slide-deck](#baoyu-slide-deck), [comic](#baoyu-comic), [article-illustrator](#baoyu-article-illustrator), [post-to-x](#baoyu-post-to-x), [post-to-wechat](#baoyu-post-to-wechat), [post-to-weibo](#baoyu-post-to-weibo) | | **ai-generation-skills** | AI-powered generation backends | [image-gen](#baoyu-image-gen), [danger-gemini-web](#baoyu-danger-gemini-web) | -| **utility-skills** | Utility tools for content processing | [url-to-markdown](#baoyu-url-to-markdown), [danger-x-to-markdown](#baoyu-danger-x-to-markdown), [compress-image](#baoyu-compress-image), [format-markdown](#baoyu-format-markdown), [translate](#baoyu-translate) | +| **utility-skills** | Utility tools for content processing | [url-to-markdown](#baoyu-url-to-markdown), [danger-x-to-markdown](#baoyu-danger-x-to-markdown), [compress-image](#baoyu-compress-image), [format-markdown](#baoyu-format-markdown), [markdown-to-html](#baoyu-markdown-to-html), [translate](#baoyu-translate) | ## Update Skills @@ -777,6 +777,21 @@ Format plain text or markdown files with proper frontmatter, titles, summaries, | Code/commands | `` `inline` `` or ` ```block``` ` | | Quotes | `>` blockquote | +#### baoyu-markdown-to-html + +Convert markdown files into styled HTML with WeChat-compatible themes, syntax highlighting, and optional bottom citations for external links. + +```bash +# Basic conversion +/baoyu-markdown-to-html article.md + +# Theme + color +/baoyu-markdown-to-html article.md --theme grace --color red + +# Convert ordinary external links to bottom citations +/baoyu-markdown-to-html article.md --cite +``` + #### baoyu-translate Translate articles and documents between languages with three modes: quick (direct), normal (analysis-informed), and refined (full publication-quality workflow with review and polish).