dsh-doctor
asdf17128
Find what your DeepSeek Harness (dsh) patches silently broke — dead patches, config fields dropped by whole-config repla…
PROJECT TOPICS
PROJECT README
Claude Code compatibility layer for DeepSeek Harness: load Claude Code skills, commands and agents — from a project's .claude directory or from Claude Code marketplaces — as native dsh skills.
This is the ecosystem bridge: install any Claude Code plugin once and its components become callable dsh skills (prefixed cc-), reusing the huge Claude Code plugin/skills ecosystem inside DeepSeek Harness.
dsh plugin --profile <name> add dsh-claude-marketplace
Ask the model to use the cc_* tools, or drive them directly:
| Tool | Purpose |
|---|---|
cc_scan |
Scan <project>/.claude + installed plugins; register every component as a dsh skill |
cc_marketplace_add |
Register a marketplace (local path, owner/repo[#ref], or git URL) |
cc_marketplace_list |
List registered marketplaces and their plugins |
cc_plugin_install |
Install a plugin and register its skills/commands/agents |
cc_plugin_list |
List installed plugins |
Example flow:
cc_marketplace_add("anthropics/claude-code")
cc_marketplace_list()
cc_plugin_install(plugin="commit-commands", marketplace="claude-code-plugins")
cc_scan()
Imported components are named cc-<plugin>-<component> (kebab-case, matching dsh's skill name contract), so they can never collide with native dsh skills. Original names are preserved in the label field (my-plugin:review).
skills/<name>/SKILL.md, plugin-root SKILL.mdcommands/*.md (flat, loaded as skills)agents/**/*.md (loaded as skills with a delegation header).claude-plugin/marketplace.json with sources: relative path, github, url, git-subdir, npm, archive.claude — project-level skills/commands/agents (project trust)allowed-tools, model, effort frontmatter semantics (documented, ignored for now)cc_scan manually)| Field | Default | Meaning |
|---|---|---|
cacheDir |
~/.dsh/claude-plugins |
Cache root for marketplaces and installed plugins |
skillPrefix |
cc |
Prefix for imported dsh skill names |
Installed plugins are copied into the cache (never referenced in place). Hooks are not executed in v0.1. Path traversal in marketplace relative sources is rejected. Review plugin sources before installing, exactly as you would for Claude Code itself.
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。