dsh plugins中文
← Back to popular plugin directory

Provides the Skill Management panel in the Settings sidebar

YTxue/dsh-skill-manager-ytxue · skills

DSH web plugin: skill manager in the Settings sidebar - list/enable/disable, folder batch import with conflict prompts, state-driven one-click DSH-spec check & auto-fix, system/project scope labels.

★ 4GitHub stars
0Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

源码托管于 GitHub:git clone https://github.com/YTxue/dsh-skill-manager-ytxue.git。 方式 A:git clone + dsh plugin 命令(推荐)

然后在 $DSHHOME/profiles/web/cordis.patch.yml 追加挂载条目(见方式 B 第 2 步),重启 DSH 生效。 方式 B:git clone + 手动挂载(DSH 原生机制,任何环境通用)

响应统一 {ok, data?} / {ok:false, error}。 文件 lib/index.js — host 半区(cordis 插件:apply/Config/inject/name) lib/client.js — 浏览器半区(ModuleLoader AMD bundle) lib/core.js — 纯 Node 核心(检查/修复/池管理,可独立测试) 测试

Install command

dsh plugin --profile web add github:YTxue/dsh-skill-manager-ytxue
View GitHub repository ↗Back to popular plugin directory