Paste the prompt.
Your agent fetches the Loopify skill and follows it.
LOOPMASTER
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
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.
02 / LOOPIFY
Your agent fetches the Loopify skill and follows it.
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.
A clear written plan with steps, checks, a stop condition, and human gates. Your agent can run it only after you approve it.
03 / LEARN
04 / READING
The best writing on agent loops by the people who build them. Hand-picked, one line each on why it is worth your time.
05 / SKILLS