Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/etiennelescot/cc-delegate/delegate-heavy-devnpx skills add EtienneLescot/cc-delegate --skill delegate-heavy-devgit clone --depth 1 https://github.com/EtienneLescot/cc-delegateWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/etiennelescot/cc-delegate/delegate-heavy-dev)<a href="https://agentmods.dev/skills/etiennelescot/cc-delegate/delegate-heavy-dev"><img src="https://agentmods.dev/badge/skills/etiennelescot/cc-delegate/delegate-heavy-dev.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00099 | $0.01966 |
| Opus 5 | $0.00049 | $0.00983 |
| Sonnet 5 | $0.00020 | $0.00393 |
| Haiku 4.5 | $0.00010 | $0.00197 |
Grade A, and why
delegate-heavy-dev scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Delegate heavy development to the worker model
You are the supervisor. Keep planning and review on your current (Anthropic) model. Delegate the
heavy execution to the worker exposed by the cc-delegate MCP server — a deepagents-powered
worker on whatever model DELEGATE_MODEL points to (MiniMax by default, but any litellm-routed
provider works).
Workflow
- Write a crisp spec, and decompose large work. Turn the user's request into: objective,
constraints, a clear
definition_of_done, and thetest_commandto validate — these double as the worker's rubric, so precision makes it recognize completion instead of stopping early or over-iterating. For large work, split it into bounded sub-tasks (bounded modification converges far better than one greenfield mega-task). Sub-tasks that touch different files can run in parallel — fire severalrun_dev_taskcalls, each gets its own worktree/branch. Sub-tasks that touch the same files must be serialized (or they'll conflict on merge). Don't over-fragment: each task should be coherent, not a one-liner. - Delegate (async — you stay free). Call
run_dev_taskwithspec, the absoluterepo_path,test_command,definition_of_done, and (optionally)recursion_limit. It returns atask_idIMMEDIATELY; the worker runs in the background and you keep working with the user. Checkpreflightin the return: a non-zero exit is often normal (tests target code that doesn't exist yet), but readoutput_tail— if the runner itself is broken (module/file not found, unknown option), the gate is unpassable, so fixtest_commandand re-delegate rather than letting the worker fight it. Tell the user it's running. - Supervise on a cadence YOU schedule — don't sit blocked. MCP can't push into your context,
but you don't need to block waiting: end your turn and re-check on your own schedule (schedule a
wake-up / background wait that re-invokes you, e.g. "I'll check in ~2 min", or simply when the
user next speaks). Between checks you're free. At each check-in:
- Call the cheap
get_task_status(tiny:running/needs_input/done) — poll it as often as you like, it costs almost nothing. - Occasionally, or when the user asks "how's it going?", call
get_task_progressfor the real audit (files written so far, recent shell commands, step, cost) and give the user a one-line update. A few substantive updates per task, not a running commentary. - On
needs_input, decide at your discretion: answer withanswer_worker(task_id, answer)from your own context, or relay to the user first when it's genuinely their call (naming, API shape, a destructive change, a trade-off only they can settle). Answer promptly — the worker is blocked (and times out to a conservative default after ~10 min). - If a run stalls or goes rogue,
cancel_task(task_id)kills the whole process tree and salvages its work. - If you (or the user) spot something the worker should change mid-task — even without a
question from it — call
steer_task(task_id, message). It doesn't block the worker; the guidance is delivered at its next tool call (typically within seconds). Batch related redirections into one call — a new steer message overwrites an undelivered one.
- Call the cheap
- Review. When
done(statussucceeded), callfetch_task_result(task_id). Read thesummary, open thepatch_pathdiff, checkfiles_changedandtests. Onfailed/timeout/cancelled, checksalvaged: if true, the patch holds the worker's uncommitted work — review it BEFORE re-delegating; often it's nearly complete (e.g. the run only overran its step budget after finishing). - Decide. Present the diff to the user. You (with the user) decide whether to merge each
delegate/<task_id>branch. The worker never pushes or merges. With parallel tasks, review and merge each branch separately (and watch for conflicts between them).
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 119 lines · 99 tokens per session scan A fbbc21faef0a
delegate-heavy-dev is a skill published in the GitHub repository EtienneLescot/cc-delegate (1 stars, last pushed 1mo ago), licensed MIT. It adds 99 tokens to every session and 1,966 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
proma-coach
Proma 使用顾问,主动把用户在 Proma/Agent/Skill/Chat 工具/项目里的摩擦、疑惑、重复解释和低效流程,转成更顺手的使用方式或合适的知识维护动作。触发要积极:用户表达不满、困惑、重复提醒、"为什么没用/不会自动/又要我说"、"算了,我自己来"、"你上次不是说..."、"你又忘了"、"以后都这样/能不能记住/少让我选/下次自动"、询问 Proma 怎么用更好、某事能不能固化、该用 Agent 还是 Chat 工具、有没有现成 Skill、Skill 为什么没触发、想优化已有 Skill description、想减少步骤/降低认知负担/让 Proma…
automation
Proma 内嵌自动任务与定时任务 Skill,属于 Proma 自带能力而不是用户临时安装的外部 Skill。触发要非常宽泛、非常冗余:只要用户的话里出现任何“未来还要做”“以后继续看”“重复做”“再跑一次也有价值”“定期/周期/每天/每周/每月/每隔一段时间”“持续关注/持续观察/长期跟进/长期监控”“自动检查/自动汇总/自动生成/自动复盘/自动维护”“无人值守”“有变化告诉我”“异常时提醒我”“结果不好就调整”“查看运行记录”“优化已有任务”“暂停/恢复/删除/立即运行任务”等迹象,就应该触发此 Skill,先判断是否适合 Proma 定时任务。也要覆盖一次性与有限次的延时执行信号:“X…
nvim-context
Use when working on a project that has a running Neovim instance via vibing.nvim (the vibing-nvim MCP server is connected). Reads live buffer, window, cursor, and selection state through vibing-nvim MCP tools before editing or answering, instead of relying on stale file reads or guesses about what the user currently…
每日主动建议复盘
引导用户定期分析近期工作模式、发现可自动化或可沉淀的习惯,并建立每日 automation job 让分析无人值守运行.
钉钉企业 IM 操作
通过 dingtalkcli 工具操作钉钉:发消息、查日历、读文档、查通讯录等。dws CLI 子命令参考。.
飞书企业 IM 操作
通过 feishucli 工具操作飞书:发消息、查日历、读文档、查通讯录、多维表格等。lark-cli 子命令参考。.