Preface¶
In DSH’s plugin-based workflow, a common need is to bring capabilities from an existing toolchain into the current environment. dsh-plugin-opencode-bridge targets the OpenCode scenario: it bridges OpenCode’s skills and configuration context into DeepSeek Harness. The README describes this as “zero migration.”
What This Is¶
dsh-plugin-opencode-bridge is a DeepSeek Harness plugin used to integrate OpenCode’s skills and configuration into the DSH environment. The maintainer is YYTbit, and the license is MIT.
The problem it solves is specific: if you’re already using OpenCode’s skills files or configuration context and want to bring those into the DSH plugin workflow, this plugin provides a bridge entry point.
Core Features¶
The verified features include two items:
- Inject OpenCode skills as available skills, sourced from:
~/.config/opencode/skills/<name>/SKILL.md
- Inject OpenCode configuration context, sourced from:
~/.config/opencode/opencode.jsonc
Installation and Activation¶
First, confirm the DSH profile you want to use. The installation command from the README is as follows:
dsh plugin --profile your-profile add dsh-plugin-opencode-bridge
Before running this command, you can replace your-profile with the name of the profile you’re currently using.
Typical Usage¶
The README provides the following configuration example:
- id: opencode-bridge
name: dsh-plugin-opencode-bridge
config:
enableSkills: true
maxSkills: 30
enableConfig: true
In this example, enableSkills, maxSkills, and enableConfig are all configuration options that appear in the README. You can adjust them according to your actual environment, but the specific effects depend on your DSH runtime environment.
Use Cases and Notes¶
It is more suitable for developers who already maintain skills or configuration context in OpenCode and want to bring them into the DSH plugin environment.
Before using it, keep in mind: the plugin runs with the current dsh process’s permissions. Before installation, it’s recommended to review the source code, configuration behavior, and license. The verified license information for this plugin is MIT, and the author is YYTbit.
Links¶
GitHub:
https://github.com/YYTbit/dsh-plugin-opencode-bridge
Directory page: No confirmable directory page URL was provided in the verified materials, so it is not listed separately here.