@seekjourney: Everyone may have missed a hidden treasure in DeepSeek Harness's release yesterday: .agents/skills/ directly contains 11 real engineering Skills: Code Review, Pre-push Checks, finding over-engineering, Stacked…

X AI KOLs Timeline Tools

Summary

Introduces the .agents/skills/ directory included in the DeepSeek Harness release, containing 11 real engineering Skills (such as code review, pre-push checks, CoT leakage cleanup, etc.), which is equivalent to open-sourcing part of their engineering standards and Agent SOP.

Everyone might have missed a hidden treasure from DeepSeek Harness's release yesterday: .agents/skills/ It directly contains 11 real engineering Skills: Code Review, Pre-push Checks, finding over-engineering, Stacked PR, documentation sync, bilingual translation, CoT leakage cleanup, and even automated recording of GUI PR acceptance GIFs. It looks like DeepSeek has open-sourced a part of its: engineering standards + Review methodology + Quality Gates + Agent SOP directly. For those building Coding Agents / Harness, it's definitely worth dissecting one by one. https://github.com/deepseek-ai/deepseek-harness/tree/master/.agents/skills…
Original Article
View Cached Full Text

Cached at: 08/14/26, 03:35 PM

Everyone may have overlooked a hidden gem in yesterday’s DeepSeek Harness release: .agents/skills/ directly contains 11 real-world engineering Skills: Code Review, Pre-push Checks, over-engineering detection, Stacked PR, documentation sync, bilingual translation, CoT leak cleanup, and even auto-recording GIFs for GUI PR acceptance. It looks like DeepSeek has directly open-sourced part of its engineering standards + Review methodology + Quality Gates + Agent SOP. If you’re building a Coding Agent / Harness, these are definitely worth dissecting one by one.

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 (https://deepseek.com). It uses an architecture where everything is a plugin, and is powered by Cordis (https://github.com/cordiverse/cordis), whose design is described in A Programming Paradigm for Spatiotemporal Composability (https://github.com/cordiverse/paper).

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:

sh 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:

sh 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 (https://github.com/deepseek-ai/deepseek-harness/discussions).
  • Add the dsh-plugin (https://github.com/topics/dsh-plugin) topic 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

MIT Third-party dependencies and their licenses are disclosed in THIRD_PARTY_NOTICES.md.

Similar Articles

@Saccc_c: Deepseek harness's trace mode is so interesting, now you can completely know the progress of Agent's work, and your Agent employees will never dare to slack off again. Its specific thinking steps, tool calls, and tool return results are all clearly visible. The most interesting thing is that it uses different colors to distinguish when AI executes tasks…

X AI KOLs Following

DeepSeek Harness has been released, featuring a trace mode that visualizes Agent's thinking steps, tool calls, and return results, and uses colors to distinguish different types of content. It can be installed via npm and is suitable for developers to observe Agent work progress.

@jakevin7: DeepSeek Flash is indeed powerful—come feel this long-horizon capability. Agentic abilities are now far stronger. It even discovered the agent swarm tool call in the harness on its own and handled the splitting and orchestration well. This wasn't in the prompt; it discovered it by itself…

X AI KOLs Following

The author praises DeepSeek Flash's greatly enhanced long-horizon and agentic abilities, which can automatically discover and combine subagent swarm tool calls in the harness.