dsh-agent-conductor: Dispatching Tasks to External Agent CLIs within DeepSeek Harness Sessions

dsh-agent-conductor is an MIT-licensed plugin maintained by MJorgin, designed to extend the capabilities of DeepSeek Harness (DSH) sessions. It allows users to dispatch self-contained tasks to 11 external Coding Agent CLIs (including Codex, Claude Code, Gemini, Cursor, and others) within DSH, directly bringing back the standard output results from the target CLI into the current conversation. The tool offers two integration methods: a zero-dependency Skill, which enables natural language triggering by copying the `skills/conductor/` directory; and an optional Host-only Bundle, which can be installed as a Profile tool via the `dsh plugin` command.

Read More