YYTbit / dsh-plugin-codex-bridge

Listed

Bridge codex skills and config into DeepSeek Harness

masterSkill View source

Installation

npx -y @deepseek-ai/dsh plugin --profile web add github:YYTbit/dsh-plugin-codex-bridge

This installation command is an unverified starting point generated from the GitHub repository address.

README

Maintainer-authored documentation snapshot.

View on GitHub ↗
Commit 9023378Synced Aug 18, 2026

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

Repository information

Language
TypeScript
License
MIT
Last updated
Aug 14, 2026, 7:48 AM

Install deliberately

Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.