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


