Design and review autonomous or semi-autonomous agent loops — systems where an agent prompts itself, runs on a schedule or event, and iterates toward a goal without a human at the keyboard. Use this whenever the user wants to build, design, harden, or audit any kind of self-running agent, agentic workflow, control loop, background worker, cron/heartbeat/webhook-driven agent, "Ralph loop", auto-PR-fixer, monitoring agent, or any long-running task that should keep going on its own until done. Trigger this even when the user says "agentic workflow", "automation that runs itself", "an agent that keeps trying until X", or "make my agent stop running away / burning tokens" without using the word "loop". Also use it to review an existing loop's stopping conditions, guardrails, verification, and escalation paths.
$npx -y skills add maxmilian/loop-engineering --skill loop-engineeringInstalls into the current project.
Run `npx skills use "https://github.com/maxmilian/loop-engineering" --skill "maxmilian/loop-engineering"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/maxmilian/loop-engineering" that are relevant to the current task. Run `npx skills add "https://github.com/maxmilian/loop-engineering"` and select the relevant skills, then follow their instructions.