EricTechProEricTechProCommunityยท1 Agent Skills Included

loop-maker

Scaffold self-running automation loops with verifiers and stop rules

Guides you through a 7-question wizard to design autonomous recurring workflows with clear goals, triggers, and stop conditions. Catches common failures like missing verifiers, lost state between runs, and loops that never stop before any code is written. Outputs a ready-to-run folder with a skill file, separate checker script, state file, and human approval gates.
npx skills add EricTechPro/loop-maker --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install loop-maker?โ–ผ

Run `npx skills add EricTechPro/loop-maker --all -g -y` in your terminal to install it globally.

What does loop-maker do?โ–ผ

It interviews you with 7 questions and scaffolds a self-running automation loop, complete with a verifier script, state file, trigger definition, and human approval gates.

Why do autonomous loops fail?โ–ผ

Most loops fail because the agent judges its own work, state is lost between runs, or no stop condition exists. Loop-maker catches all three problems before you build anything.

Does loop-maker work with Claude Code and OpenClaw?โ–ผ

Yes. It follows the universal SKILL.md standard and runs on Claude Code, Codex, Hermes, and OpenClaw, with host-specific adapters included.

Can I build automation loops without coding experience?โ–ผ

Yes. You simply answer plain-English questions about your goal and schedule, and the wizard generates all the required files for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’