Dsh Plugin Cc banner
cpj-dev cpj-dev

Dsh Plugin Cc

Development community

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)

[![test](https://github.com/cpj-dev/dsh-plugin-cc/actions/workflows/test.yml/badge.svg)](https://github.com/cpj-dev/dsh-plugin-cc/actions/workflows/test.yml) [![license: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![GitHub stars](https://img.shields.io/github/stars/cpj-dev/dsh-plugin-cc?style=social)](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