ds-delegate

Delegate complex coding tasks to external LLM backends within Claude Code.

5|1|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/rbinar/cli-dispatch --skill ds-delegate-rbinar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ds-delegate
Source: https://github.com/rbinar/cli-dispatch/tree/main/plugins/cli-dispatch/skills/ds-delegate
Command: npx skills add https://github.com/rbinar/cli-dispatch --skill ds-delegate-rbinar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill bridges the gap between Claude Code and the DeepSeek API, allowing you to offload complex coding and agentic tasks to a powerful, specialized worker when the built-in subagent tool is restricted to Anthropic models.

Core Features & Use Cases

  • Multi-Backend Delegation: Seamlessly hand off tasks to DeepSeek, Gemini, Codex, OpenCode, or GitHub Copilot.
  • Session Management: Track, watch, and resume long-running background tasks with a unified dashboard.
  • Deterministic Execution: Use the runner to execute tasks with automated verification, ensuring high-quality output without LLM overhead.

Quick Start

Delegate a coding task to the DeepSeek worker by running the ds-run command followed by your specific instructions.

Frequently Asked Questions about ds-delegate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate complex coding tasks from Claude Code to DeepSeek?

You can delegate coding tasks to DeepSeek within Claude Code using a delegation runner that offloads instructions to the DeepSeek API. The runner executes your specific coding instructions in the background and returns the generated code changes.

Can I use Gemini or Codex as worker backends for agentic coding tasks?

Yes, agentic coding tasks can be delegated to multiple external LLM backends including Gemini, Codex, OpenCode, and GitHub Copilot. The skill facilitates seamless task hand-off to your selected worker backend within the session.

What is the best way to isolate delegated code generation tasks for safety?

The best way to isolate delegated code generation tasks is by using git worktree isolation. This mechanism safely separates background task execution and generated code changes from your primary working directory to prevent conflicts.

Does delegating tasks to external LLM backends require API credentials?

Yes, delegating tasks to external LLM backends requires a configured CLI environment with valid API credentials for the selected worker. You must set up the appropriate API access for DeepSeek, Gemini, or Codex before execution.

How are long-running background coding tasks tracked and resumed?

Long-running background coding tasks are tracked and resumed using a unified session management dashboard. This dashboard allows you to monitor active tasks, watch progress, and resume operations without losing execution state.

How does automated verification work for delegated code changes?

Automated verification executes delegated tasks deterministically to validate generated code changes. The runner checks the output of the external worker backend to ensure high-quality results without adding LLM overhead.