From 5a0feba96eaffc38554bfa05057c2a5639df266e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Sun, 18 Jan 2026 20:28:36 -0600 Subject: [PATCH] docs: update installation instructions and add available plugins section --- README.md | 13 ++++++++++++- README.zh.md | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d148169..a09270c 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,16 @@ Run the following command in Claude Code: 1. Select **Browse and install plugins** 2. Select **baoyu-skills** -3. Select **content-skills** +3. Select the plugin(s) you want to install 4. Select **Install now** **Option 2: Direct Install** ```bash +# Install specific plugin /plugin install content-skills@baoyu-skills +/plugin install ai-generation-skills@baoyu-skills +/plugin install utility-skills@baoyu-skills ``` **Option 3: Ask the Agent** @@ -46,6 +49,14 @@ Simply tell Claude Code: > Please install Skills from github.com/JimLiu/baoyu-skills +### Available Plugins + +| Plugin | Description | Skills | +|--------|-------------|--------| +| **content-skills** | Content generation and publishing | [xhs-images](#baoyu-xhs-images), [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) | +| **ai-generation-skills** | AI-powered generation backends | [danger-gemini-web](#baoyu-danger-gemini-web) | +| **utility-skills** | Utility tools for content processing | [danger-x-to-markdown](#baoyu-danger-x-to-markdown), [compress-image](#baoyu-compress-image) | + ## Update Skills To update skills to the latest version: diff --git a/README.zh.md b/README.zh.md index e19f611..3275db1 100644 --- a/README.zh.md +++ b/README.zh.md @@ -31,13 +31,16 @@ npx add-skill jimliu/baoyu-skills 1. 选择 **Browse and install plugins** 2. 选择 **baoyu-skills** -3. 选择 **content-skills** +3. 选择要安装的插件 4. 选择 **Install now** **方式二:直接安装** ```bash +# 安装指定插件 /plugin install content-skills@baoyu-skills +/plugin install ai-generation-skills@baoyu-skills +/plugin install utility-skills@baoyu-skills ``` **方式三:告诉 Agent** @@ -46,6 +49,14 @@ npx add-skill jimliu/baoyu-skills > 请帮我安装 github.com/JimLiu/baoyu-skills 中的 Skills +### 可用插件 + +| 插件 | 说明 | 包含技能 | +|------|------|----------| +| **content-skills** | 内容生成和发布 | [xhs-images](#baoyu-xhs-images), [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) | +| **ai-generation-skills** | AI 生成后端 | [danger-gemini-web](#baoyu-danger-gemini-web) | +| **utility-skills** | 内容处理工具 | [danger-x-to-markdown](#baoyu-danger-x-to-markdown), [compress-image](#baoyu-compress-image) | + ## 更新技能 更新技能到最新版本: