YTxue/dsh-skill-manager-ytxue1

dsh-skill-manager-ytxue

DSH web plugin: skill pool manager in the Settings sidebar. Audits skills against the DSH skill spec (kebab-case names, required description, boolean fields) with state-driven one-click check and auto-fix; folder-picker single/batch import with rename-conflict prompts; enable/disable between skill-pool and skills.

AI Analysis

核心用途是规范化管理和导入 DSH 技能。适合拥有大量自定义技能、需要对技能描述和命名规范进行审计与冲突解决的 DSH 开发者。

Package
dsh-skill-manager-ytxue
Version
0.6.0
License
MIT
Last updated
Aug 14, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YTxue/dsh-skill-manager-ytxue

配置项目级 skill(可选,DSH 通用方式,通常无需配置)

项目根默认自动发现(当前会话 cwd 的 .git 祖先 + workspace 注册表)。仅当某项目从没开过会话、又想展示时,用 DSH 通用配置方式——在 $DSH_HOME/settings.yaml 顶层加本插件的命名空间键:

skill-manager-ytxue:
  projectRoots:
    - '/path/to/project1'
    - '/path/to/project2'

兼容说明:旧版 cordis.patch.yml 挂载条目 config.projectRoots 写法仍有效(自动合并兜底),新配置请优先使用 settings.yaml。