From 9156f172f54282b3fe4c7644f86c4a2d85f4d3e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 17:54:22 +0000 Subject: [PATCH] chore: refresh dsh-plugin catalog --- CHANGELOG.md | 3 +++ README.md | 5 +++-- README.zh.md | 5 +++-- data/plugins.json | 9 +++++++++ 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de19a0..b71532a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ All meaningful directory changes are recorded here. Dates use `YYYY-MM-DD`. ### Added + +- Automatically added [github-mcp](https://github.com/JohnXu22786/github-mcp) to Tools & Capabilities from the `dsh-plugin` topic. + - Automatically added [codegraph](https://github.com/JohnXu22786/codegraph) to Tools & Capabilities from the `dsh-plugin` topic. diff --git a/README.md b/README.md index 9d506e7..e9d1756 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ English | [中文](README.zh.md) > An independent, bilingual, and continuously maintained plugin directory for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (`dsh`). -Explore **135 plugins** across four broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **August 16, 2026**. +Explore **136 plugins** across four broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **August 16, 2026**. ## Start here @@ -17,7 +17,7 @@ Explore **135 plugins** across four broad areas. Each plugin appears once, under ### Current snapshot -This is the first published directory snapshot: **135 plugins**, grouped into **4 categories**, with matching English and Chinese entries. Future additions, removals, and corrections are recorded in [CHANGELOG.md](CHANGELOG.md). +This is the first published directory snapshot: **136 plugins**, grouped into **4 categories**, with matching English and Chinese entries. Future additions, removals, and corrections are recorded in [CHANGELOG.md](CHANGELOG.md). ## Browse by category @@ -123,6 +123,7 @@ This is the first published directory snapshot: **135 plugins**, grouped into ** - [write-chinese-long-screenplay](https://github.com/mudden2380078550-creator/write-chinese-long-screenplay) — Provides a Chinese long-screenplay writing skill with project initialization, context building, validation, and review scripts for SKILL.md-compatible agents. - [docs-retriever](https://github.com/JohnXu22786/docs-retriever) — Implements an MCP server for retrieving versioned library documentation, with tools for catalog lookup, release listing, and doc extraction. - [codegraph](https://github.com/JohnXu22786/codegraph) — Provides a code knowledge graph that indexes symbols, call sites, and imports into SQLite and answers structural questions through CLI or a stdio MCP tool server. +- [github-mcp](https://github.com/JohnXu22786/github-mcp) — Provides GitHub repository, issue, pull request, review, and search capabilities as a DeepSeek Harness plugin. ## Automation & Agents diff --git a/README.zh.md b/README.zh.md index 0fc5017..98952a8 100644 --- a/README.zh.md +++ b/README.zh.md @@ -6,7 +6,7 @@ > 一个独立维护、双语呈现、持续更新的 [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness)(`dsh`)插件目录。 -当前整理 **135 个插件**,统一归入四个大类。每个插件只出现一次,并按照最主要的使用价值进行分类。最近一次目录复核:**2026 年 8 月 16 日**。 +当前整理 **136 个插件**,统一归入四个大类。每个插件只出现一次,并按照最主要的使用价值进行分类。最近一次目录复核:**2026 年 8 月 16 日**。 ## 从这里开始 @@ -17,7 +17,7 @@ ### 当前快照 -这是目录的首个公开快照:共 **135 个插件**、**4 个大类**,中英文条目一一对应。后续新增、移除和修正统一记录在 [CHANGELOG.md](CHANGELOG.md)。 +这是目录的首个公开快照:共 **136 个插件**、**4 个大类**,中英文条目一一对应。后续新增、移除和修正统一记录在 [CHANGELOG.md](CHANGELOG.md)。 ## 分类浏览 @@ -123,6 +123,7 @@ - [write-chinese-long-screenplay](https://github.com/mudden2380078550-creator/write-chinese-long-screenplay) — 提供中文长剧本创作技能,包含项目初始化、上下文构建、校验与审查脚本,适用于兼容 SKILL.md 的智能体。 - [docs-retriever](https://github.com/JohnXu22786/docs-retriever) — 实现一个MCP服务器,用于检索版本化库文档,提供目录查询、版本列表和文档提取工具。 - [codegraph](https://github.com/JohnXu22786/codegraph) — 提供代码知识图谱,将符号、调用点和导入索引到SQLite,并通过CLI或stdio MCP工具服务器回答结构性问题。 +- [github-mcp](https://github.com/JohnXu22786/github-mcp) — 作为 DeepSeek Harness 插件,提供 GitHub 仓库、问题、拉取请求、代码审查和搜索等工具能力。 ## 自动化与智能体 diff --git a/data/plugins.json b/data/plugins.json index 3fff690..c49abb8 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -828,6 +828,15 @@ "source": "github-topic:dsh-plugin", "url": "https://github.com/JohnXu22786/codegraph" }, + { + "category": "tools", + "description_en": "Provides GitHub repository, issue, pull request, review, and search capabilities as a DeepSeek Harness plugin.", + "description_zh": "作为 DeepSeek Harness 插件,提供 GitHub 仓库、问题、拉取请求、代码审查和搜索等工具能力。", + "name": "github-mcp", + "repository_id": 1335840223, + "source": "github-topic:dsh-plugin", + "url": "https://github.com/JohnXu22786/github-mcp" + }, { "category": "automation", "description_en": "Provides a reusable and observable multi-agent workflow layer with generation, governance, and resume support.",