Dsh Plugin Cc
Description
Bridge Deepseek-harness into Claude Code for review, critique, delegation, and session import.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
dsh-plugin-cc
[English](README.md) | [简体中文](README.zh-CN.md)
[](https://github.com/cpj-dev/dsh-plugin-cc/actions/workflows/test.yml) [](LICENSE) [](https://github.com/cpj-dev/dsh-plugin-cc)
Claude Code plugin that runs **DeepSeek Harness** (`dsh`) from slash commands: review, critique, one-shot tasks, and resumable multi-turn sessions.
Pin: [`@deepseek-ai/dsh@0.1.1-rc.2`](https://www.npmjs.com/package/@deepseek-ai/dsh). After upgrading the plugin, rerun `/dsh:setup`. Re-verify [docs/dsh-compat.md](docs/dsh-compat.md) on every dsh upgrade.
Agent modes
Default is **`standard`**. `minimal` and `anchored-standard` are switches — they are not the default.
| Mode | Tools the model sees |
|---|---|
standard (default) |
Full dsh-base catalog from request #1 (search, skills, subagents, …). No overlay. |
minimal |
bash + str_replace_editor for the whole run. Extra tools cannot appear later. |
anchored-standard |
Those two tools first. After this session records a tool call or an assistant reply, the next assemble restores the full catalog. |
Switch:
- this run:
/dsh:run --mode minimal …or--mode anchored-standard - this shell:
DSH_CC_MODE=minimal - this machine:
/dsh:setup --mode minimal
A broker (`--session` / `--resume` / `/dsh:import`) keeps the mode it started with. Mismatch → `/dsh:stop --broker`.
Quick start
Needs Node >= 20 and a `DEEPSEEK_API_KEY`. `/dsh:setup` also needs Node >= 22.19, `npm`, and `pnpm` (`corepack enable`).
/plugin marketplace add cpj-dev/dsh-plugin-cc
/plugin install dsh@deepseek-dsh
/dsh:setup
/dsh:review
Already have a built [deepseek-harness](https://github.com/deepseek-ai/deepseek-harness) checkout? `/dsh:setup --harness `. Already have
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11