dsh-suite
开发工具 活跃维护

dsh-suite

andrepontesmelo/dsh-suite

集插件与智能体技能于一体的生产力套件,支持一键完成安装,可快速扩展工具能力边界,开箱即用无需额外配置,轻松提升日常开发与办公效率

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
35 KB
仓库大小
19 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:andrepontesmelo/dsh-suite
git clone https://github.com/andrepontesmelo/dsh-suite.git
git clone git@github.com:andrepontesmelo/dsh-suite.git
README.md main

dsh-suite

The DeepSeek Harness productivity suite: self-authored plugins + agent skills for DSH, installable in one command.

What's inside

Piece Type What it does
dsh-model-router plugin Virtual model ids routed over real provider/model candidates — priority failover, round-robin rotation, sleep windows
strong-orchestrator skill Sequential implement → review-loop orchestration with a persistent implementer
dex / dex-plan skills Task hierarchies: epics, subtasks, verification via the dex CLI
ponytail (+ audit, debt, gain, help, review) skills Lazy-senior-dev output style family: shortest working diff wins

Install

dsh plugin --profile <profile> add github:andrepontesmelo/dsh-suite

That single command installs this package, pulls the plugin dependencies (currently dsh-model-router), and registers the bundle patch — which points DSH skill discovery at the nine bundled skills. Restart the harness and every suite piece is live in that profile.

Plugin configuration (model-router routes, provider credentials) stays yours: add route rows to your profile's cordis.patch.yml.

Companion pieces

Standalone siblings that don't ride in this bundle:

  • archloop — overnight architecture-improvement loop driver
  • hkrc — Hermes Kanban blocker recovery controller

Validate

npm test   # structural check: 9 skills present, valid names/frontmatter, bundle wiring intact

License

MIT — © 2026 André Pontes Melo