diff --git a/CHANGELOG.md b/CHANGELOG.md index 1326123..87afb8a 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 [command-scout](https://github.com/JohnXu22786/command-scout) to Tools & Capabilities from the `dsh-plugin` topic. + - Automatically added [github-mcp](https://github.com/JohnXu22786/github-mcp) to Tools & Capabilities from the `dsh-plugin` topic. diff --git a/README.md b/README.md index b06d851..51e9d61 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 **141 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 **142 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 **141 plugins** across four broad areas. Each plugin appears once, under ### Current snapshot -This is the first published directory snapshot: **141 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: **142 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 @@ -128,6 +128,7 @@ This is the first published directory snapshot: **141 plugins**, grouped into ** - [task-board](https://github.com/JohnXu22786/task-board) — Provides a cross-session event-sourced task board for DeepSeek Harness, supporting task tracking, audit history, and kanban export. - [pty-runner](https://github.com/JohnXu22786/pty-runner) — Provides background terminal job management for DeepSeek Harness with PTY-based process launching, input, output paging, and job control. - [github-mcp](https://github.com/JohnXu22786/github-mcp) — A DeepSeek Harness plugin bundling an MCP server that exposes GitHub repository, issue, pull request, review, and search tools. +- [command-scout](https://github.com/JohnXu22786/command-scout) — Scans a project's declared build commands from Makefile, package.json scripts, justfile, and deno tasks and exposes them as agent tools. ## Automation & Agents diff --git a/README.zh.md b/README.zh.md index 3165758..f3e95a4 100644 --- a/README.zh.md +++ b/README.zh.md @@ -6,7 +6,7 @@ > 一个独立维护、双语呈现、持续更新的 [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness)(`dsh`)插件目录。 -当前整理 **141 个插件**,统一归入四个大类。每个插件只出现一次,并按照最主要的使用价值进行分类。最近一次目录复核:**2026 年 8 月 16 日**。 +当前整理 **142 个插件**,统一归入四个大类。每个插件只出现一次,并按照最主要的使用价值进行分类。最近一次目录复核:**2026 年 8 月 16 日**。 ## 从这里开始 @@ -17,7 +17,7 @@ ### 当前快照 -这是目录的首个公开快照:共 **141 个插件**、**4 个大类**,中英文条目一一对应。后续新增、移除和修正统一记录在 [CHANGELOG.md](CHANGELOG.md)。 +这是目录的首个公开快照:共 **142 个插件**、**4 个大类**,中英文条目一一对应。后续新增、移除和修正统一记录在 [CHANGELOG.md](CHANGELOG.md)。 ## 分类浏览 @@ -128,6 +128,7 @@ - [task-board](https://github.com/JohnXu22786/task-board) — 为 DeepSeek Harness 提供跨会话事件溯源任务面板,支持任务跟踪、审计历史和看板导出。 - [pty-runner](https://github.com/JohnXu22786/pty-runner) — 为 DeepSeek Harness 提供后台终端作业管理,支持 PTY 进程启动、输入、输出分页和作业控制。 - [github-mcp](https://github.com/JohnXu22786/github-mcp) — 一个 DeepSeek Harness 插件,打包了暴露 GitHub 仓库、议题、拉取请求、审查和搜索工具的 MCP 服务器。 +- [command-scout](https://github.com/JohnXu22786/command-scout) — 扫描项目声明的构建命令(Makefile、package.json scripts、justfile、deno tasks)并将其暴露为代理工具。 ## 自动化与智能体 diff --git a/data/plugins.json b/data/plugins.json index f460dd5..3afa836 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -873,6 +873,15 @@ "source": "github-topic:dsh-plugin", "url": "https://github.com/JohnXu22786/github-mcp" }, + { + "category": "tools", + "description_en": "Scans a project's declared build commands from Makefile, package.json scripts, justfile, and deno tasks and exposes them as agent tools.", + "description_zh": "扫描项目声明的构建命令(Makefile、package.json scripts、justfile、deno tasks)并将其暴露为代理工具。", + "name": "command-scout", + "repository_id": 1335840341, + "source": "github-topic:dsh-plugin", + "url": "https://github.com/JohnXu22786/command-scout" + }, { "category": "automation", "description_en": "Provides a reusable and observable multi-agent workflow layer with generation, governance, and resume support.",