dsh-ecc
Run the following command in DeepSeek Harness:
dsh plugin install staavanothanh/dsh-ecc
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install staavanothanh/dsh-ecc in DeepSeek Harness to install this plugin; the full source is available at https://github.com/staavanothanh/dsh-ecc.
About this plugin
Everything Claude Code has built a mature set of agent personas, skill definitions, and model reasoning catalogs, but those surfaces are tightly coupled to the Claude Code runtime and cannot be dropped into another framework as-is. dsh-ecc acts as an adapter layer that brings ECC core runtime surfaces into DeepSeek Harness, without modifying the DSH core and without replacing Claude Code, so both ecosystems keep their own value independently.
The plugin delivers three core capabilities. First, ECC agent Markdown files are injected as persona and instruction resources for child agents, with the child inheriting the parent effective DSH tool scope. Second, ECC skill bodies are loaded through the DSH native skill registry, supporting flat kebab-case discovery and invocation. Third, a model / provider / reasoning-effort catalog is injected via DSH lifecycle hooks, enabling spawn and spawn_fork to select an explicit model and conditionally attach or omit the reasoningEffort field, with durable follow-up and cold-resume support.
It is aimed at developers working in DeepSeek Harness who want to leverage ECC agent personas and skills, particularly those who need structured child-agent workflows where spawn_fork seeds a child from the parent session's completed turns. The plugin ships with a pinned ECC commit snapshot, does not depend on upstream tags, and supports clean rollback to a previous known-good release.
Use Cases
- Launch persona-driven child agents via spawn with durable follow-up in DSH
- Fork a continuable child seeded from completed parent turns with spawn_fork
- Register bundled ECC skills into the native DSH skill registry for /name invocation
Best For
- Developers building multi-agent workflows in DeepSeek Harness
- Teams looking to reuse ECC persona and skill surfaces
- Engineers who need structured child-agent spawning and durable follow-up
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.