Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐋 awesome-dsh-presets — Tested Presets & Rules for DeepSeek Harness

4 presets (2 derived from official shipped presets with attribution, 2 original) and 4 AGENTS.md rule packs. Every preset passes YAML/!!js-dialect parsing, structure checks, and package-existence validation against a real harness install.

中文 · Siblings: dsh-lab · awesome-dsh-skills · dsh-video-studio

What's inside

  • Presets (agent.cordis.yml + preset.yml): drop a directory into ~/.dsh/.agent-presets/ and pick it in new sessions (mechanism per official @deepseek-ai/dsh-agent-presets).
  • Rules (rules/*.md): append to ~/.dsh/AGENTS.md.

Install

git clone https://github.com/hackerFish/awesome-dsh-presets ~/dsh-presets
mkdir -p ~/.dsh/.agent-presets
cp -r ~/dsh-presets/presets/minimal-zh ~/.dsh/.agent-presets/   # pick what you need
cat ~/dsh-presets/rules/code-quality.md >> ~/.dsh/AGENTS.md

Presets

Preset Type Notes
standard-zh Derived (official standard, MIT, Chinese persona) Full coding agent
minimal-zh Derived (official minimal, Chinese persona) Two-tool minimal
writer Original Chinese technical writing combo
researcher Original Research combo

Rules

code-quality · commit-discipline · pr-review · safety-guardrails

Quality gates

node tools/validate-presets.mjs --harness <node_modules root> — YAML (incl. !!js dialect) parses, top-level list of {id,name} rows, nested cordis:group recursion, every referenced @deepseek-ai/* package must exist in the harness install.

License

MIT

About

实测可用的 DeepSeek Harness 预设与规则合集:官方派生 + 原创组合,每个预设通过结构与包存在性校验(中文优先)

Topics

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages