Skip to content
dsh.fish
Bundle

dsh-plugin-codex-bridge

Bridge OpenAI Codex's memory, skills, and configuration into DeepSeek Harness

Source
YYTbit
stars
2 stars
License
MIT
Updated
Updated 2 days ago

Readme

# dsh-plugin-codex-bridge

Bridge OpenAI Codex's skills, instructions, and configuration into DeepSeek Harness -- zero migration.

## What it does

- `~/.codex/skills/<name>/SKILL.md` -- Injects skills as available skills
- `~/.codex/instructions.md` -- Injects instructions into system prompt
- `~/.codex/config.toml` -- Injects model/provider context

## Install

```sh
dsh plugin --profile your-profile add dsh-plugin-codex-bridge
```

## Configuration

```yaml
- id: codex-bridge
  name: dsh-plugin-codex-bridge
  config:
    enableSkills: true
    maxSkills: 30
    enableInstructions: true
    enableConfig: true
```

## License

MIT -- YYTbit

Install

dsh plugin --profile web add github:YYTbit/dsh-plugin-codex-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