@seekjourney: 大家可能忽略了 DeepSeek Harness 昨天发布时的一个隐藏宝藏: .agents/skills/ 里面直接放了 11 个真实工程 Skill: Code Review、Pre-push Checks、找过度设计、Stacked…
摘要
介绍 DeepSeek Harness 发布中包含的 .agents/skills/ 目录,内含 11 个真实工程 Skill(如代码审查、提交前检查、CoT 泄漏清理等),相当于开源了部分工程规范和 Agent SOP。
查看缓存全文
缓存时间: 2026/08/14 15:35
大家可能忽略了 DeepSeek Harness 昨天发布时的一个隐藏宝藏:
.agents/skills/
里面直接放了 11 个真实工程 Skill:
Code Review、Pre-push Checks、找过度设计、Stacked PR、文档同步、双语翻译、CoT 泄漏清理,甚至还有自动录制 GUI PR 验收 GIF。
看起来是 DeepSeek 把自己的:
工程规范 + Review 方法 + Quality Gates + Agent SOP
直接开源了一部分。
做 Coding Agent / Harness 的,非常值得逐个拆。
https://github.com/deepseek-ai/deepseek-harness/tree/master/.agents/skills…
deepseek-ai/deepseek-harness
Source: https://github.com/deepseek-ai/deepseek-harness
DeepSeek Harness
English | 中文
DeepSeek Harness (dsh) is an open-source agent harness developed by DeepSeek AI.
It uses an architecture where everything is a plugin, and is powered by Cordis, whose design is described in A Programming Paradigm for Spatiotemporal Composability.
Developer preview
DeepSeek Harness is currently in developer preview and is iterating rapidly. THERE WILL BE COMPATIBILITY-BREAKING CHANGES.
Run
Run from npm
Install Node.js, then run:
npx @deepseek-ai/dsh web
The command starts the Web UI, served at http://127.0.0.1:3080 by default. See Web UI guide.
Run from source
To run from a repository checkout:
git clone https://github.com/deepseek-ai/deepseek-harness.git
cd deepseek-harness
pnpm install
pnpm run build
pnpm dsh web
Community and support
- Feel free to submit feedback or bug reports through GitHub Discussions.
- Add the
dsh-plugintopic to your plugin repository for discoverability. - Join DeepSeek Harness Discord community.
Contributing
See CONTRIBUTING.md.
Development
Start with the development guide and architecture documentation.
For agents, follow AGENTS.md.
License
Third-party dependencies and their licenses are disclosed in THIRD_PARTY_NOTICES.md.
相似文章
@Saccc_c: Deepseek harness 的轨迹模式太有意思了,现在完全可以知道 Agent 的工作进展,你的 Agent 员工再也不敢摸鱼了 其具体的思考步骤,调用工具,工具返回结果都清晰可见。最有意思的是,它会用不同颜色区分 AI 执行任务时…
DeepSeek Harness 发布了,带有轨迹模式,可以可视化 Agent 的思考步骤、工具调用和返回结果,并用颜色区分不同类型内容。可通过 npm 安装使用,适合开发者观察 Agent 工作进展。
@Saccc_c: L站网友还是太超模了,有人根据GitHub上泄漏的DeepSeek Harness 内测生态插件仓库,反推出了部分技术架构 供参考,只能说对DeepSeek Harness期待住了!
L站网友根据GitHub上泄漏的DeepSeek Harness内测生态插件仓库,反推出了部分技术架构,引发对DeepSeek Harness的期待。
@seclink: 既然都成热搜了,代码值得阅读理解一下,吸收一下优点. 其中,松耦合, 模块化的理念,确实是值得借鉴的. deepseek-harness 值得借鉴的是「能力即 seam」的插件式松耦合:http://ctx.tools/ctx.sandb…
DeepSeek 发布了 Harness v0.1 的开发者预览版,开源代码库展示了插件式松耦合架构,强调了模块化和松耦合理念的优点。
@jakevin7: deepseek flash确实强啊,来感受一下这个长程能力。agentic能力现在强太多了。 甚至他自己发现了harness里面 agent swarm 的 tool call,并且做好了拆分和安排。 这个是提示词里面没有的,它自己发现…
作者称赞 DeepSeek Flash 的长程和 agentic 能力大幅增强,能够自动发现并组合使用 harness 中的 subagent swarm 工具调用。
@baboonAI4S: https://x.com/baboonAI4S/status/2083921996967227637
对 DeepSeek Harness 内测招募帖评论区 257 个开源项目进行系统综述,发现生态呈三层结构、DeepSeek 支持率已达 49%,并为内测优先级提供建议。