
A Skill-driven Harness/Loop Engineering Workflow Agent Plugin
Install Mstar Harness
Clean install: prebuilt on npm and declares a `dsh.bundle` layer.
The one-line version
dsh plugin --profile my-profile add @mstar-harness/dshThe easy path: this bundle is published to npm, so the install pulls a prebuilt artifact — no build step runs on your machine and no build approval is needed.
From npm — installs a prebuilt artifact, no build step on your machine
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add @mstar-harness/dsh
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePackage: @mstar-harness/dsh
Prefer to install from source instead?
From GitHub — pulls source, and may ask for build approval on first run
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:btspoony/mstar-harness#<commit-sha>
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePrerequisites
- API key
- Not required.
- Network access
- Not required at runtime.
- Language
- TypeScript
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | pass | info | no install-time scripts |
| dsh.bundle | pass | fatal | package.json declares a `dsh.bundle` layer |
| dsh.bundle.patch file | pass | fatal | patch file present at `packages/dsh/bundle/cordis.patch.yml` |
| npm registry | pass | fatal | published as `@mstar-harness/dsh` — prebuilt artifacts |
- Verdict reason
- on npm with a valid bundle declaration
- package.json read
- packages/dsh/package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
Harness Workflow Engine · Agent Plugin English / [中文](README_CN.md) **Morning Star** is an Agent Plugin for harness engineering workflows: a TypeScript **Harness Workflow Engine** (`@mstar-harness/engine`) enforces deterministic workflow gates, while `mstar-*` judgment skills drive multi-agent code delivery. - **Deterministic gates, enforced by a TS engine** — path/status/lease/dispatch/sdd/iteration/lint gates run in `@mstar-harness/engine`, not as prompt suggestions - **Judgment stays in `mstar-*` skills** — skills remain the single source of truth (SSOT) for roles, gates, and workflow judgment - **One engine across hosts** — the same engine + skills power dsh (DeepSeek Harness), omp, OpenCode, Cursor, Kimi Code, ZCode, and Codex - **Agent Plugin packaging** — one-command install; portab
Topics
GitHub topics on this repository
More in Reverse Engineering Authorized Security
Ranked by similarity inside the cluster, not alphabetically
RE Framework
unknowbug
Modular engineering methodology framework for AI agents — reverse engineering & software development (core + re-binary / re-code / swe modules).
Dsh Reverse Security
roberts9012062
DeepSeek Harness agent preset for reverse engineering, authorized pentesting and security research. Ported from reverse-skill.
Dsh Reverse Skill
dhicoc
Complete reverse-skill (85 SKILL.md) as a DeepSeek Harness (dsh) Cordis plugin — reverse engineering, authorized pentesting and security research skill pack.
Engineer Software
KirschBluteX
A runtime-neutral, evidence-driven software engineering workflow for Codex and DeepSeek Harness.
Th08
N0zoM1z0
Source reconstruction of Touhou Eiyashou (TH08) 1.00d
Dsh Mattpocock Skills
xiaoxiaosrm
Unofficial DSH port of mattpocock/skills — Engineering (18) + Productivity (7) skills as a DeepSeek Harness bundle plugin. MIT, © Matt Pocock. Star the upstream repo!