bycth9191· 1 skill
Interview-driven loop-engineering architect. Grills the user one question at a time about a task they want to automate, diagnoses where it sits on the maturity ladder (manual run → codified skill → automated → self-improving loop), forces the success-criteria decision through a 5-tier verification ladder, then BUILDS the complete runnable loop construct for their task right then: execution skill, trigger config, state store, verification block, stop rule, and README — with a validation gate baked in as the first run when the task is unproven. Then it offers a test run and, once they're happy, asks whether to wire it up to run on its own — cron, a Claude Code routine, an OS scheduled task, or left manual — and sets up that trigger so the loop is actually live and hands-off, not just a folder of files. Use this whenever the user wants to "loop engineer" something, build a self-improving / agentic loop, set up a recurring AI task that gets better over time, turn a manual workflow into an automated loop, build a Ralph-style loop, or asks "should this be a loop?" / "how do I automate this with Claude so it improves itself?". Also trigger when the user describes a repeated task (daily report, content generation, perf optimization, scraping, triage) and wonders how to make Claude do it automatically and learn from each run. Crucially, this skill is willing to tell the user a task should NOT be a loop — it protects them from burning tokens on a loop with no real success criteria. NOT for one-off tasks (just do the task), and NOT for reviewing already-built loops.
$npx -y skills add cth9191/chase-ai-skills --skill loop-engineerInstalls into the current project.
Run `npx skills use "https://github.com/cth9191/chase-ai-skills" --skill "cth9191/chase-ai-skills/loop-engineer"` 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/cth9191/chase-ai-skills" that are relevant to the current task. Run `npx skills add "https://github.com/cth9191/chase-ai-skills"` and select the relevant skills, then follow their instructions.