Handoff DS
Lagert ausführungsintensive Coding-Aufgaben an DeepSeek im Hintergrund aus, um Quota zu sparen
Funktioniert mit Setup
Was es kann
Ein dispatcher skill, der ganze execution/investigation coding tasks an ein im background laufendes DeepSeek backend über die separate `handoff` CLI übergibt, sodass die main Claude session niemals blockiert wird und ihre expensive quota für planning und review behält. Wird ausgelöst, wenn Sie Dinge wie 'hand this to handoff-ds', 'let DeepSeek run this' oder 'resume the last handoff session' sagen. Erfordert die Installation der handoff CLI, das Ausführen von `handoff init` und die Konfiguration eines DeepSeek API token.
Testbericht
Der skill body besteht nur aus invocation rules für eine `handoff` binary, die nicht installiert ist und nicht exercised werden kann: `which handoff` gibt not-found zurück, und das DeepSeek backend benötigt einen paid API token plus (für den recommended OpenCode Go plan) einen local proxy, sodass das offload-vs-do-it-inline delta unmeasurable ist — scored output als unmeasured, not a win. Die SKILL.md selbst ist clean, aber die README leans auf unverified cost claims ('18x the work', 'DeepSeek V4 as capable as Sonnet') und carries affiliate referral links.
Getestet am: 2026-07-20 · Claude Code 2.x (agent harness)
Installation
git clone https://github.com/dazuiba/handoff mkdir -p ~/.claude/skills cd handoff && cp -r cli/skills/handoff-ds ~/.claude/skills/handoff-ds
Befehle & Beispiel-Prompts
/handoff-dsLagert ausführungsintensive Coding-Aufgaben an DeepSeek im Hintergrund aus, um Quota zu sparen
Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):
Hand this whole investigation task off to handoff-ds in the backgroundLet DeepSeek run this refactor while I keep working on something elseResume the last handoff-ds session and check on its progress