jeremy9682/dsh-skill-pack ↗★ 0
@jeremy9682/dsh-skill-pack
A shareable set of 11 workflow skills for the DeepSeek Harness
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jeremy9682/dsh-skill-pack说明文档
阅读完整 README ↗dsh-skill-pack
一套可分享的 11 个工作流 skills,面向 DeepSeek Harness(dsh)。一个插件、一个 FileSystemSkillProvider、十一个 skill。
本包是单包 dsh 插件(与 Hermes / DSH 社区 bundle 同一形态)。安装后注册一个文件系统 skill provider,指向包内自带的 skills/ 目录——叠加在你自己的项目与用户 skills 之上,绝不替代它们。
要求
dsh>= 0.1.0-rc.6
本包不声明任何 @deepseek-ai/* 依赖。与其他 DSH bundle 一样,官方包(@deepseek-ai/dsh-skill-filesystem 等)由 profile 闭包在启动时注入,因此插件从 profile 自身的 node_modules 解析它们。
11 个 skill
| Skill | 一句话介绍 |
|---|---|
dsh-mode-routing | DSH 会话模式(agent preset)选型与路由——四套内置 preset(standard/code/minimal/cordis)+ 用户自建 preset。 |
handoff | 把当前对话压缩成交接文档,交给另一个 agent 接手。 |
triage | 让 issue 与外部 PR 走过 triage 状态机——分类、验证、质询、产出 agent-ready brief。 |
to-spec | 把当前对话变成一份 spec 并发布到项目 issue tracker。 |
to-tickets | 把计划/spec/对话拆成 tracer-bullet tickets,每个都声明自己的阻塞边。 |
wayfinder | 把超大块工作规划成 issue tracker 上的一张决策 ticket 共享地图。 |
wait-what | 停——上一条消息没被理解,重述一遍。 |
teach | 在工作区内教你一个新技能或概念。 |
ask-matt | 问哪个 skill 或 flow 适合当前局面——共享 skills 集 + 用户自己 skills 之上的路由。 |
overnight-execution | ⚠️ 须先获批准。睡觉/离开数小时的无人值守通宵编码。 |
full-throttle | 显式升档协议(仅 $full-throttle 调用):推理深度升档、多 agent/后台并行(须显式传档位)、可选跨家族盲审包。 |
安装
三选一。把 web 换成你实际使用的 profile(web、headless、tui、acp……)。
npm registry
dsh plugin --profile web add @jeremy9682/dsh-skill-pack
Git
dsh plugin --profile web add github:jeremy9682/dsh-skill-pack