ZedongLiu
Community@Zedong-Liu
ZedongLiu provides DeepSeek-backed sidecar adapters that let Codex CLI, OpenCode, and Claude Code delegate bounded coding subtasks to secondary agents.
Agent Skills by ZedongLiu
Showing 3 vetted skills indexed across 1 GitHub repositories.
deepseek-codex-subagent
Delegate bounded coding tasks to DeepSeek-backed Codex CLI subagents with persistent sessions.
opencode-deepseek-sidecar
Delegates bounded tasks to DeepSeek-backed OpenCode worker agents via a sidecar script.
claude-deepseek-sidecar
Delegates bounded tasks to DeepSeek worker agents through Claude Code.
Frequently Asked Questions About ZedongLiu
FAQPage SchemaWhat tasks can I delegate using ZedongLiu's sidecar skills?▼
You can delegate bounded coding subtasks from Codex CLI, OpenCode, or Claude Code to a DeepSeek-backed secondary agent. The Codex variant adds persistent sessions and an interactive Terminal monitor, while OpenCode and Claude Code use their respective repository adapters.
Who are these DeepSeek sidecar skills designed for?▼
They target developers already using Codex CLI, OpenCode, or Claude Code who want to offload bounded subtasks to a DeepSeek-backed worker. Users should be comfortable with terminal-based coding assistants and configuring adapter repositories.
How do the three sidecar skills differ in practice?▼
Each skill targets a different host: codex-deepseek-sidecar integrates with Codex CLI including persistent sessions and a Terminal monitor, opencode-deepseek-sidecar connects OpenCode to a DeepSeek worker, and claude-deepseek-sidecar serves Claude Code via a Claude-specific adapter.
What are the prerequisites for running these sidecar adapters?▼
You need the corresponding host environment installed: Codex CLI, OpenCode, or Claude Code, plus access to the official DeepSeek API for the backing model. Each skill runs through this repository's adapter specific to that host.