Bundle
dsh-plugin-opencode-bridge
Bridge OpenCode's skills and configuration into DeepSeek Harness
- Source
- YYTbit
- stars
- 4 stars
- License
- MIT
- Updated
- Updated 7 days ago
Readme
# dsh-plugin-opencode-bridge
Bridge OpenCode's skills and configuration into DeepSeek Harness -- zero migration.
## What it does
- `~/.config/opencode/skills/<name>/SKILL.md` -- Injects skills as available skills
- `~/.config/opencode/opencode.jsonc` -- Injects config context
## Install
```sh
dsh plugin --profile your-profile add dsh-plugin-opencode-bridge
```
## Configuration
```yaml
- id: opencode-bridge
name: dsh-plugin-opencode-bridge
config:
enableSkills: true
maxSkills: 30
enableConfig: true
```
## License
MIT -- YYTbit
Install
dsh plugin --profile web add github:YYTbit/dsh-plugin-opencode-bridge
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-plugin-opencode-bridge from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.