AI Agent Hub
Back to plugins
⚙️

dsh-plugin-codex-bridge

Workflow Updated 2026.08.14

Run the following command in DeepSeek Harness:

dsh plugin install YYTbit/dsh-plugin-codex-bridge

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install YYTbit/dsh-plugin-codex-bridge in your terminal to install; the repository is hosted at https://github.com/YYTbit/dsh-plugin-codex-bridge .

About this plugin

If you have already built a library of skill files, global instructions, and model configurations inside OpenAI Codex and do not want to rewrite everything after switching to DeepSeek Harness, this plugin is for you. It bridges your existing Codex workflow assets into Harness seamlessly, eliminating the tedious copy-and-paste migration.

Under the hood, the plugin reads three categories of files from your local ~/.codex/ directory: every SKILL.md inside the skills folder is injected as an immediately callable skill; instructions.md is merged into the system prompt so the model follows your custom rules; and the model and provider entries in config.toml are injected as context to keep behaviour consistent. No source files are modified and no dual maintenance is required.

This is ideal for developers who have accumulated custom skill packs, team-level instructions, or specific model-routing configurations in the Codex ecosystem and are looking to adopt DeepSeek Harness without discarding their existing work. Install it once and your prior setups become available instantly.

Use Cases

  • Reuse existing Codex skill packs immediately after switching to Harness
  • Apply team-wide Codex instructions to Harness models automatically
  • Sync Codex model and provider context into Harness sessions

Best For

  • Developers who have built custom skill packs in Codex
  • Engineers juggling multi-model agent workflows
  • Small teams that want to minimize tooling migration cost