LOOPMASTER

Agents work in loops.

They repeat a cycle: look at the job, decide the next step, act, check the result, until a stop condition is met or there is no useful work left. Loopmaster teaches you how agent loops work, and gives your agent a skill that builds one for you.

Fetch https://loopmaster-ai.pages.dev/skills/loopify/SKILL.md and follow it.
Interview me, one question at a time, to define a loop for a job I want
done: the goal, the steps to repeat, how to check each pass worked, and
when to stop. Don't set up or schedule anything until I approve the plan.

Works with Claude, Codex, Hermes, or any agent that can fetch a URL.

01 / THE LOOP

What's an agent loop?

A loop is the oldest idea in programming: repeat until a condition says stop.

An agent loop is what happens when the thing repeating is an agent. Each pass, it looks at the state of the job, decides the next step, does it with a tool, and checks the result. Then it goes around again until the goal is met, or it cannot find any more useful work to do.

The model call is one part. The loop is the working system.

The five-minute version →

Agent loop diagramdecideactcheckrepeatdone / nothing left

02 / LOOPIFY

Loopify: describe a job, get a loop.

1

Paste the prompt.

Your agent fetches the Loopify skill and follows it.

2

Answer its questions.

One at a time: what is the job, what are the steps, what proves a pass worked, when should it stop, what needs your approval.

3

Get your loop.

A clear written plan with steps, checks, a stop condition, and human gates. Your agent can run it only after you approve it.

More about Loopify →

03 / LEARN

Learn the loop.

04 / READING

What the field is saying.

The best writing on agent loops by the people who build them. Hand-picked, one line each on why it is worth your time.

The full reading list →

05 / SKILLS

Skills your agent can fetch.

LoopifyInterview a human about a job and write a plain markdown loop plan with steps, checks, a stop condition, and human approval gates.
Loop CheckReview an existing loop prompt, scheduled task, cron job, or agent workflow for missing checks, stop conditions, and approval gates.

All skills →