Agent Skills
› terrense/LilBot-agent
› delegate
delegate
GitHub当任务规模较大需并行或分阶段处理时,通过委派子代理执行探索、规划、实施及审查验证工作。按推荐模式协调各角色,最终整合证据、变更、风险与阻碍以完成结果合并。
Trigger Scenarios
任务复杂需要分解
需要并行执行独立子任务
涉及多阶段协作流程
Install
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}}
Version History
- ac8228e Current 2026-07-05 10:50


