cpj-dev

17 mods across 1 repository, 106 stars between them.

dsh

02

cpj-dev/dsh-plugin-cc

Plugin Claude Code

A bridge plugin connecting Claude Code with DeepSeek Harness, another coding-agent system. It provides commands for importing sessions, reviewing changes, critiquing designs, and delegating tasks.

106 4d ago A tokens not measured original MIT

dsh-delegate

03

cpj-dev/dsh-plugin-cc

Agent

Proactively use when a substantial, self-contained coding or investigation task should be handed to DeepSeek Harness while Claude Code continues other work, or when a second implementation/diagnosis pass from a different agent would help.

106 4d ago A 48 tokens original MIT

check

04

cpj-dev/dsh-plugin-cc

Command

A readiness-check command for the DeepSeek Harness bridge. It checks whether dsh, credentials, the user profile, and the broker are ready.

106 4d ago A 19 tokens original MIT

critique

05

cpj-dev/dsh-plugin-cc

Command

A read-only review command that examines local code changes for weaknesses in the chosen approach. It returns structured findings about design problems and failure risks.

106 4d ago A 24 tokens original MIT

delegate

06

cpj-dev/dsh-plugin-cc

Command

A command for sending a described task to DeepSeek Harness to run in the background. A background task continues while you work on other things.

106 4d ago A 13 tokens original MIT

import

07

cpj-dev/dsh-plugin-cc

Command

A command that moves the current conversation into a resumable DeepSeek Harness session. It compresses the conversation into a text summary because the harness cannot replay the original history directly.

106 4d ago A 18 tokens original MIT

review

08

cpj-dev/dsh-plugin-cc

Command

A read-only command that reviews local code changes. It checks uncommitted work, or compares the current branch with its default base when the working tree is clean.

106 4d ago A 19 tokens original MIT

run

09

cpj-dev/dsh-plugin-cc

Command

A command for running one-shot or resumable tasks through DeepSeek Harness. It supports read-only runs, optional workspace edits, model and effort choices, and continuation of recorded sessions.

106 4d ago A 18 tokens original MIT

runs

10

cpj-dev/dsh-plugin-cc

Command

A command for listing workspace runs, which are recorded tasks started by coding-agent sessions, or checking one run’s status.

106 4d ago A 14 tokens original MIT

setup

11

cpj-dev/dsh-plugin-cc

Command

Install Harness and the cc profile / 安装 Harness 并创建 cc profile.

106 4d ago A 15 tokens original MIT

show

12

cpj-dev/dsh-plugin-cc

Command

A command for displaying the saved result of a DeepSeek Harness run. If the run is still active, it directs you to the command for listing runs.

106 4d ago A 12 tokens original MIT

stop

13

cpj-dev/dsh-plugin-cc

Command

A command for stopping a running workspace task or the shared broker that manages tasks across sessions.

106 4d ago A 14 tokens original MIT

SessionStart

14

cpj-dev/dsh-plugin-cc

Hook

Runs when a session starts, executing session-lifecycle-hook.mjs via node. From cpj-dev/dsh-plugin-cc.

106 4d ago A tokens not measured copy · 61% MIT

SessionEnd

15

cpj-dev/dsh-plugin-cc

Hook

Runs when a session ends, executing session-lifecycle-hook.mjs via node. From cpj-dev/dsh-plugin-cc.

106 4d ago A tokens not measured copy · 100% MIT

cpj-dev/dsh-plugin-cc

Skill Claude CodeCodex

Internal contract for calling the dsh bridge from commands and the dsh-delegate agent — subcommands, flags, environment, and failure handling. Read before composing any dsh-bridge.mjs invocation.

106 4d ago A 47 tokens original MIT

dsh-run-output

17

cpj-dev/dsh-plugin-cc

Skill Claude CodeCodex

Internal guidance for presenting DeepSeek Harness bridge results (reviews, critiques, delegated runs) back to the user. Read before summarizing any dsh-bridge.mjs output.

106 4d ago A 40 tokens original MIT