Skip to content

dsh-plugin-codex-bridge

Verified

dsh-plugin-codex-bridge · v0.1.1 · MIT

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

Install

dsh plugin add dsh-plugin-codex-bridge

Confirm the layer applied with dsh --profile default --dump-config — see the install guide.

Source

Tags

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

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

Configuration

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

License

MIT -- YYTbit