What problem does it solve?
Setting up an agent-operating loop around a codebase involves choosing a pattern, picking an agent tool, scaffolding files, and validating health — doing this manually is error-prone. This Skill walks through the entire installation using the single unified npx @cobusgreyling/loop CLI, leaving the repo with a report-only loop, a Loop Ready score, and clear next actions.
Core Features & Use Cases
- Context detection: Checks for existing
LOOP.md or STATE.md and runs doctor/status only when a loop already exists, avoiding accidental re-scaffolding.
- Pattern and tool selection: Maps common pains (morning chaos, stalling PRs, red CI, Dependabot noise) to patterns like
daily-triage, pr-babysitter, ci-sweeper, and thin-loop, across claude, grok, codex, or opencode.
- Safe week-one defaults: Enforces report-only operation — no auto-fix or auto-merge — and gates expansion (fleet, memory, Foundry) behind a doctor score of 80+ with explicit human opt-in.
- Use Case: A maintainer wants CI triage automated. The Skill detects no existing loop, scaffolds
ci-sweeper for claude, runs doctor, checks cost with loop cost, and hands back the first /loop command.
Quick Start
Install Loop Engineering into this repository using the daily-triage pattern with the claude tool, then run doctor and show me the score and next actions.