AI AGENT ADDONS

Continuous Agent Loop

affaan-m/everything-claude-code
AI & Agent Building
4,716installs

This skill helps you build autonomous agent loops that run continuously. These loops include quality gates to check work, evals to measure performance, and recovery controls when something goes wrong. You can use it for tasks like code reviews, document generation, or any workflow that needs a smart, self-correcting agent.

The pattern suggests starting with a clear plan like RFC decomposition, then adding quality checks, evaluation loops, and session persistence. This stack helps you avoid common problems like wasted effort, repeated failures, or rising costs. When a loop fails, you freeze it, run an audit, reduce the task scope, and replay with clear goals.

Anyone building AI agents for production systems will find this skill useful. It turns a simple loop into a controlled, reliable process.

Add Continuous Agent Loop skill to your workflow

Global

mkdir -p ~/.claude/skills/continuous-agent-loop

Project

mkdir -p .claude/skills/continuous-agent-loop

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago