← ClaudeAtlas

agent-looplisted

Run a disciplined think/act/observe/verify agent loop with hard stop conditions. Use for autonomous multi-step work.
edenbuilds/agentloop · ★ 0 · AI & Automation · score 63
Install: claude install-skill edenbuilds/agentloop
# Agent Loop ```text assemble context → act/tool → observe → verify → update state → stop? ``` Required stops: success gate, max turns, no-progress, human escalation. Feed structured errors back into the next act. Do not restart from zero each turn.