Back to home@andrepontesmelo

dsh-suite

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

Stars
0
Language
JavaScript
Created
Aug 27, 2026
Updated
Aug 27, 2026
GitHub repo

Introduction

dsh-suite

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

What's inside

PieceTypeWhat it does
dsh-model-routerpluginVirtual model ids routed over real provider/model candidates — priority failover, round-robin rotation, sleep windows
strong-orchestratorskillSequential implement → review-loop orchestration with a persistent implementer
dex / dex-planskillsTask hierarchies: epics, subtasks, verification via the dex CLI
ponytail (+ audit, debt, gain, help, review)skillsLazy-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