返回插件市场

dsh-bridges

连接与集成

yhlooo/dsh-bridges

DeepSeek Harness 插件,将已配置其他代理工具(Claude Code、CodeBuddy、Codex、OpenCode、Pi、Gemini CLI、Cursor)的项目桥接到 DeepSeek Harness,使现有技能、命令、记忆和钩子无需迁移即可继续使用。

  • dsh-plugin
GitHub Stars
5GitHub
浏览量
0DSH Plugin Hub
Forks
0GitHub
开放问题
0GitHub Issues
Manifest 版本
0.2.4dsh-bridges
最近推送
2026年8月22日GitHub
许可证
Apache-2.0TypeScript
插件类型
Host运行于 DSH Host

README

查看源文件

dsh-bridges

English | 中文

This project is implemented by DeepSeek Harness.

CI npm version npm downloads license

A DeepSeek Harness plugin that bridges projects already configured for Claude Code, CodeBuddy Code, OpenCode, Codex, Pi, Gemini CLI, or Cursor into DeepSeek Harness, so existing skills, commands, memory, and hooks continue to work without any migration.

Quick start

# the general form:
#   dsh plugin --profile <profile-name> add dsh-bridges
#   dsh --profile <profile-name>

# Web UI example:
dsh plugin --profile web add dsh-bridges
dsh web    # = dsh --profile web
# headless (one-shot CLI) is also supported — the invoking directory is the workspace:
dsh plugin --profile headless add dsh-bridges
cd my-project
dsh --profile headless "list the skills available in your catalog"

To install from a checkout of this repository, build it first: pnpm install && pnpm build && dsh plugin --profile <profile-name> add .

Complete example projects for each agent tool are available in examples/ (claude-code, codebuddy-code, opencode, codex, pi, gemini-cli, cursor); open one as the session workspace to observe its skills, memory, and hooks being bridged.

Support matrix

Assets are discovered per session workspace, from project and user-level locations. All bridges are enabled by default and can be configured or disabled from any patch layer:

# example: disable the Pi bridge
- id: bridges
  config:
    pi:
      enabled: false
Agent toolSkills / commandsMemoryHooksPermissionsMCPGuide
Claude Codeclaude-code
CodeBuddy Codecodebuddy-code
OpenCodeopencode
Codexcodex
Pipi
Gemini CLIgemini-cli
Cursorcursor

Resources

评论

0
最新优先