dsh-pipeline-kernel: DSH Multi-Agent Pipeline Management Kernel
dsh-pipeline-kernel is a DSH Cordis plugin maintained by not-big-dog, providing pipeline-agnostic multi-agent management capabilities: task boards, ledgers, deployments, registries, inspections, package reuse, and a web control panel. The pipeline is configured via `pipeline_define`, with no business logic pre-built into the kernel. Installation requires deepseek-harness 0.1.0-rc.8 or later, enabled through `link` or `dsh plugin add`, and new sessions gain access to `pipeline_*` tools. A typical workflow follows: define → deploy → seed → push → claim/done → status. Starting from v0.8, watchdog self-healing and stale reporting are enabled by default. Licensed under MIT, with approximately 36 stars on GitHub.
Read Moredsh-reverse-skill: Encapsulating reverse-skill completely as a DSH Cordis plugin
dhicoc/dsh-reverse-skill packages the 87 SKILL.md files from the upstream reverse-skill as-is into a DeepSeek Harness Cordis plugin, covering reverse engineering, authorized penetration testing, and security research. Compared to the preset solution that only ports 45 skills, this plugin automatically registers all skills via ctx.skills, enabling activation with a single "dsh plugin add" command and supporting fallback mounting through customSkillDirs.
Read More