DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Skill Router — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
S

@dsh-external/dsh-skill-router

Skill Router

DSH skill routing and workflow constraints: automatically route skill clusters by task, allow user overrides, provide a clean wizard-style skill selection interface, and inject development standards and path manuals.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:dargonburn337845818/dsh-skill-router#53ab3913a80701574fee88686b17e7c6a4ee6ed8
READMECompatibilityVersions

Compatibility and provenance

Skill Router is published as @dsh-external/dsh-skill-router and currently resolves to version 0.0.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/5/2026

Versions

0.0.2stable
9/5/2026
0.0.1stable
9/4/2026

Related plugins

Loading related plugins…

Latest
0.0.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
BSD-3-Clause
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/8/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.Mnemondsh-mnemonComposable three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, guarded strategies, WebUI, and headless tools.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebRewind Plugindsh-rewind-pluginIn-window conversation rewind with workspace file restore · 同窗口内对话回退并可还原工作区文件

README

@dsh-external/dsh-skill-router

DSH 技能路由与工作流约束:与 dsh-skill-vault 孪生联动,按任务自动路由技能簇,提供用户可覆盖的清爽向导界面。

它解决什么

  • 不再让所有蒸馏 skill 一股脑出现在目录里。
  • 首条真实用户消息由规则外部路由(搜索底座 / 核心 Skill 迭代 / 开发·重构 / 领域场景)。
  • 只开当前工作流需要的技能簇,并在系统提示中注入“当前工作流 + 推荐 skill”。
  • 开发/重构时强制先调用 commit_star 激活 dsh-graded-mode,再注入完整开发规范与路径手册模板(脑暴→规格→审核→执行→打卡→红队→终验)。

依赖

  • @dsh-external/dsh-skill-vault:技能库存储与开关。
  • @dsh-external/dsh-graded-mode:强流程状态机(本插件直接复用其工具)。

Agent 工具

  • skill_router_status:当前路由、已启用/推荐 skill。
  • skill_router_switch:显式切换 base / core / dev / domain。
  • skill_suggest:获取当前或指定工作流的推荐 skill。

过程监视器

  • 注入到 conversation.view 槽位,作为会话侧栏/标签页显示“过程监视器”。
  • 每 5 秒轮询:
    • /skill-router/api/status:当前工作流、已启用 skill、推荐 skill(调用链)。
    • /skill-vault/api/teacher/status:教师回合式讨论真实轨迹(无教师会话时显示占位/待开始)。
  • 教师/科研模式显示专家讨论;其他模式显示工作流与技能状态,不再用假数据冒充真实轨迹。

构建

bash scripts/build.sh
npm run build:client

运维安全

本插件不热更运行中的 agent;安装/升级按 dsh-optimization-consensus 先备份、隔离冒烟、再落地。

贡献与安全

  • 贡献流程见 CONTRIBUTING.md;漏洞上报见 SECURITY.md;社区行为见 CODE_OF_CONDUCT.md。
  • .github/workflows/ci.yml 在 push/PR 上运行插件测试。
  • 本仓库提交预构建 lib/,保证 clone 后可直接安装/测试。