A DeepSeek Harness agent preset — a virtual team lead specialized in Windows full-stack desktop software development.
🌐 简体中文 · 📦 GitHub repository
Copy the preset into the DSH user preset directory, then pick 桌面开发团队 when starting a new session:
$dst = Join-Path ($env:DSH_HOME ?? (Join-Path $HOME '.dsh')) '.agent-presets\desktop-dev'
New-Item -ItemType Directory -Path $dst -Force | Out-Null
Copy-Item -Recurse -Force .\* $dst
| Skill | Contents |
|---|---|
desktop-team-playbook | Team formation & delegation protocol (5 role prompt templates) |
desktop-stack-decisions | Stack decision tree & ADR conventions |
desktop-ui-ux | Windows UI/UX acceptance checklist |
desktop-packaging-release | Packaging / signing / release gate |
desktop-qa-verification | Test strategy & pre-release acceptance |
desktop-editor-vscode | VS Code environment conventions & extension guide |
project-memory | Project memory maintenance conventions |
Every push to main runs two validation tiers through GitHub Actions:
standingKeyFor('desktop-dev') — the exact check a session start performs