Skip to content
dsh.fish
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

  • 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.
Source