Paste the prompt.
Your agent fetches the Loopify skill and follows it.
LOOPIFY FOR AGENTS
An agent loop repeats decide, act, and check until a stop condition is met. Paste this prompt and Loopify will interview you, then write the loop plan.
Loopify prompt
Fetch https://loopmaster-ai.pages.dev/skills/loopify/SKILL.md and follow it.
Interview me, one question at a time, to define an agent loop for a job I want done.
Capture the goal, repeated steps, checks, stop condition, and approvals.
Do not set up or schedule anything until I approve the plan.Works with Claude, Codex, Hermes, or any agent that can fetch a URL.
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.
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.
LEARN
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.
SKILLS