By pctan88
Orchestrate a cheaper CLI coding agent (MiMo, Aider, Codex, Gemini, Qwen, OpenCode) as a worker to save Claude usage on execution-heavy coding tasks. Claude plans and reviews; the worker reads code and writes first-pass implementations.
Runs a health check to verify worker agents are installed and authenticated.
Sets the worker agent and underlying model for the delegate-coder skill.
Disables the delegate-coder skill for this project.
Enables the delegate-coder skill for this project.
Sets the allowed scope (all, read_only, exec_only) for the delegate-coder skill.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Let Claude think. Let a cheaper agent type.
A Claude Code skill that delegates execution-heavy coding work — bulk codebase reading, implementation, refactoring, first-pass review — to a second CLI coding agent (MiMo Code, Aider, Codex CLI, Gemini CLI, Qwen Code, OpenCode, or any headless agent), while Claude keeps the planning, architecture, and final judgment.
Why: Claude Code usage is precious. Most of what burns it isn't thinking — it's reading 50 files and typing routine code. Free-tier worker agents can do that part. This skill makes the handoff automatic and safe.
This is not just a CLI wrapper. The skill encodes a trust framework for delegation:
delegate/* branch. Nothing touches your working state.git diff --stat + your test suite, not by Claude re-reading code. Diffs can't lie; summaries can.plan, Codex read-only sandbox) for zero-risk delegation.--dangerously-skip-permissions / --yolo.v2 adds several new config options: model selection, enable/scope guards, strict/graceful fallback, and a path allowlist. These all default to off or prior behavior, so existing setups are unaffected. However, none of these features have been benchmarked or unit-tested yet — the benchmark results below reflect v1 behavior only. Treat them as opt-in and report issues.
| Agent | exec | read-only | sessions |
|---|---|---|---|
| MiMo Code | ✅ | ✅ (plan mode) | ✅ |
| Aider | ✅ | ◐ (--dry-run) | — |
| Codex CLI | ✅ | ✅ (sandbox) | ✅ |
| Gemini CLI | ✅ | ◐ | — |
| Qwen Code | ✅ | ◐ | — |
| OpenCode | ✅ | ◐ | ◐ |
| Anything else | via command_override — any CLI with a headless mode works |
# Personal (all projects)
git clone https://github.com/pctan88/delegate-coder.git
cp -r delegate-coder/skills/delegate-coder ~/.claude/skills/
# Or per-project
cp -r delegate-coder/skills/delegate-coder YOUR_PROJECT/.claude/skills/
Or use the install script:
curl -fsSL https://raw.githubusercontent.com/pctan88/delegate-coder/main/install.sh | bash
Install a worker agent (e.g. MiMo: curl -fsSL https://mimo.xiaomi.com/install | bash)
Open Claude Code in your project and say something like:
"Use the delegate worker to summarize the architecture of this repo"
or just work normally — the skill triggers when delegation fits the task.
First run, Claude detects installed workers, asks which to use, and saves the choice to .claude/delegate-coder.json.
Configuration details: skills/delegate-coder/references/setup.md
This repo includes a benchmark harness that measures it properly: paired A/B runs (with/without the skill), real cost numbers from Claude Code's own JSON output, and objective pass/fail verification per task.
What we actually measured (mimo worker, commander.js, Claude Sonnet 4.6, n=3 — see full results): installing the skill gave a ~11% reduction in cost per successful task ($0.493 → $0.440), but the result is uneven and should be read as directional, not conclusive. The savings come from heavy implementation/refactor tasks when delegation actually fires (e.g. a cross-file feature −37%). Bulk codebase reading was a loss with this worker — ~20% costlier and ~3× slower — so despite the intuition, offloading large reads to mimo did not pay off. Review was inconclusive. Run the benchmark on your own repo before trusting any number, including ours.
Note on triggering: with natural, unmodified prompts the skill delegates selectively — readily for heavy reads, reluctantly for small implementation/refactor/review tasks (overall it fired in ~42% of eligible runs), and it correctly declines trivial one-line tasks. Getting it to trigger at all required leading the skill description with task types and stating that installing it implies intent to delegate; see RESULTS.md for the before/after wording. Triggering reliability on execution tasks is the main open item for v2.
npx claudepluginhub pctan88/delegate-coder --plugin delegate-coderPersistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.