DSH Plugin Store
Back to home

YYTbit

dsh-plugin-codex-bridge

Bridge codex skills and config into DeepSeek Harness

Stars
2
Language
TypeScript
Created
Aug 13, 2026
Updated
Aug 14, 2026
Skills
GitHub repo

Introduction

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