Agent Skills
› terrense/LilBot-agent
› delegate
delegate
GitHub用于处理大型任务,通过并行或分阶段工作提升效率。推荐流程包括:开启探索代理收集证据,在路径不明时规划,明确后实施,最后审查验证并合并结果,引用证据、变更及风险。
触发场景
任务规模较大,适合并行处理
需要分阶段执行的工作流
涉及多步骤的复杂实现与验证
安装
npx skills add terrense/LilBot-agent --skill delegate -g -y
SKILL.md
Frontmatter
{
"mode": "inline",
"name": "delegate",
"description": "Use subagents to split exploration, implementation, review, and verification work."
}
Delegate
Use this skill when the task is large enough to benefit from parallel or staged work.
Recommended pattern:
- Open
exploreagents for independent evidence gathering. - Open
planwhen the implementation path is unclear. - Open
implementeronly after the desired change is specific. - Open
revieworverifierto check the result. - Merge child results by citing evidence, changes, risks, and blockers.
User task: {{args}}
版本历史
- ac8228e 当前 2026-07-05 10:50


