Canson666/dsh-minimal-tools-preset

Canson666★ 0PowerShellLast synced: 2026-08-15

Open on GitHub

README excerpt

DSH Agent Preset: Minimal + Toolkits (极简 + 工具包) English 中文 A DeepSeek Harness agent preset: the minimal core (persistent bash + file editor, one-line fixed prompt, no runtime-context snapshot, no compaction) plus mountable tool packs — file search, web search, skills, plan mode, and a code-review skill. Why minimal mode is fast because it composes almost nothing: two tools and a tiny prompt. standard composes everything at once. This preset keeps the minimal core and adds only the packs you actually want — better speed than standard , more capability than minimal . Included packs Pack Rows Notes File search tool-fs , tool-fs-search read/edit/glob/grep Web search tool-web search only, no fetch Skills skill-filesystem , tool-skill loads the preset's own skills/ Plan mode dsh-plan-mode (isolated realm) plan-first workflow Code review skills/code-review self-review your diff before finishing Install The preset id is minimal-tools ; it must live at ${DSH HOME:-$HOME/.dsh}/.agent-presets/minimal-tools/ . Option A: one-command script PowerShell (Windows): or, from a checkout of this repo: Bash (macOS / Linux): The scripts install from the local minimal-tools/ folder when they find it next…

View full README on GitHub →
Tools / Devdsh-pluginagentsearch

Category