精选
为什么选中它
待人工精选——以下事实来自源码仓库。
它能做什么
Matt Pocock 技能中文版 for DeepSeek Harness: 25 个技能正文全译中文 (Chinese translation of mattpocock/skills, MIT)
适合谁
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
风险提示
- 未发现明显风险信号;安装前仍建议查看源码。
Matt Pocock 技能中文版 for DeepSeek Harness: 25 个技能正文全译中文 (Chinese translation of mattpocock/skills, MIT)
待人工精选——以下事实来自源码仓库。
Matt Pocock 技能中文版 for DeepSeek Harness: 25 个技能正文全译中文 (Chinese translation of mattpocock/skills, MIT)
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
dsh plugin --profile web add github:gongyijie85/mattpocock-skills-dsh-zh 作者没有声明支持的平台。
dsh plugin --profile web add mattpocock-skills-dsh-zh. mattpocock-skills-dsh 的 中文技能版:Matt Pocock 完整发布技能集(25 个 SKILL.md)的正文全部译为中文, 适配 DeepSeek Harness (DSH) 的 Cordis 插件架构。 > 适合偏好中文提示词的国内用户;关键术语(design tree、frontier、seam、 > tracer-bullet、blocking edges 等)保留英文以保证模型表现,首次出现处附中文注释。 > 英文原版见 mattpocock-skills-dsh; > 两个包可共存(技能名一致,后装者按注册优先级覆盖,建议二选一)。 ## 安装 sh dsh plugin --profile web add mattpocock-skills-dsh-zh # 或 GitHub dsh plugin --profile web add github:gongyijie85/mattpocock-skills-dsh-zh 装完重启 profile(dsh web),25 个技能即可用 skill 工具加载(ask-matt 是路由器入口)。 ## 技能列表 与英文版一致(25 个 = 上游 promoted 集):productivity 7(grill-me、grilling、 handoff、teach、to-questionnaire、wait-what、writing-for-agents)+ engineering 18(ask-matt、code-review、codebase-design、diagnosing-bugs、 domain-modeling、grill-with-docs、implement、improve-codebase-architecture、 prototype、research、resolving-merge-conflicts、setup-matt-pocock-skills、 tdd、to-spec、to-tickets、triage、wayfinder、wizard)。 ## 移植与翻译说明 - 正文全译:25 个 SKILL.md 的正文翻译为自然中文;frontmatter 的 name 保持原样,description 译为中文(便于中文触发)。 - 术语策略:technical leading words 保留英文 + 首次中文注释,避免翻译 损伤模型对概念的调用。 - DSH 适配:与英文版相同——Skill tool → skill tool;技能名斜杠前缀 去除;/clear、/compact 保留。 - 辅助文件:各技能引用的辅助文件(如 SKILL-MECHANICS.md)保持英文原版, 文件名不变(由 resourceBase 解析),未纳入本次翻译范围。 ## 工作原理 / 添加技能 / 许可证 同 mattpocock-skills-dsh (host 层 ctx.skills.registerProvider,lib/index.js 零运行时依赖,原生解析 折叠 YAML frontmatter)。MIT;技能内容 © Matt Pocock,中文翻译与 DSH 移植 © mattpocock-skills-dsh-zh contributors。见 LICENSE。不看 Star,人工一条条挑的。
把 DSH 的 settings.yaml 做成可视化看板:所有已注册的 settings namespace——包括官方界面从未覆盖的第三方插件配置——都渲染成可编辑表单。项目还早,但方向很对:告别手改 YAML。
给 DSH 的 DIY 轨迹可视化:把 agent 的计划与执行画成图,不用翻原始日志也能看清它在干嘛。项目还早,但补上了「一眼看懂 agent 在做什么」这个真实缺口。
从 Claude Code / Codex 把活派给 DSH:在宿主内拉起带分级预设的 DSH agent 会话,看原生子代理进度,还能借它的多模态桥给纯文本的 DSH 补上视觉和生图。编排型插件,把 DSH 变成其他编码 agent 的后端。