Agent Skills
› terrense/LilBot-agent
› stuck
stuck
GitHub用于在代理陷入停滞或循环时恢复进展。通过审计已知信息、假设和缺失证据,制定包含具体命令或文件的简短恢复计划,以突破僵局并推进工作。
Trigger Scenarios
代理进度停滞
代理可能陷入无限循环
Install
npx skills add terrense/LilBot-agent --skill stuck -g -y
SKILL.md
Frontmatter
{
"name": "stuck",
"agent": "review",
"context": "fork",
"description": "Recover when progress stalls or the agent may be looping.",
"when_to_use": "Use when work is blocked, repeated attempts failed, or the next step is unclear.",
"allowed-tools": "read_file, list_dir, grep_files, git_status, git_diff, run_tests, update_plan, agent_open, agent_eval"
}
Unstick this work:
{{args}}
Audit the current state:
- What is actually known?
- What assumption might be false?
- What evidence is missing?
- What is the smallest reversible next step?
- Should a specialist subagent inspect a narrower question?
Return a short recovery plan with concrete commands/files to inspect next.
Version History
- ac8228e Current 2026-07-05 10:50


