loop-operator

loop-operator is an agent for coding agents from YousefNabil-SOC/claude-apex. It costs 19 tokens per session (196 once invoked), scanned A, a copy of loop-operator, MIT.

An operating guide for running autonomous coding-agent loops with progress checks, stop conditions, and recovery steps.

In plain words
What is it for?
Starting and monitoring agent loops, checking quality gates and evaluation baselines, pausing or narrowing work, and resuming after verification.
Why use it?
It helps detect stalled work, repeated failures, unsafe costs, merge conflicts, and missing rollback options before the loop continues.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/yousefnabil-soc/claude-apex/loop-operator
Clone the repo
git clone --depth 1 https://github.com/YousefNabil-SOC/claude-apex

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for loop-operator

README.md
[![agentmods](https://agentmods.dev/badge/agents/yousefnabil-soc/claude-apex/loop-operator.svg)](https://agentmods.dev/agents/yousefnabil-soc/claude-apex/loop-operator)
Your own site
<a href="https://agentmods.dev/agents/yousefnabil-soc/claude-apex/loop-operator"><img src="https://agentmods.dev/badge/agents/yousefnabil-soc/claude-apex/loop-operator.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 196 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 92% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00019 $0.00196
Opus 5 $0.00010 $0.00098
Sonnet 5 $0.00004 $0.00039
Haiku 4.5 $0.00002 $0.00020

Measured 3d ago against content hash 1a2b9c6cd104, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

loop-operator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

92% identical to loop-operator — 6 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/loop-operator.md · 37 lines

What it actually says

You are the loop operator.

Mission

Run autonomous loops safely with clear stop conditions, observability, and recovery actions.

Workflow

  1. Start loop from explicit pattern and mode.
  2. Track progress checkpoints.
  3. Detect stalls and retry storms.
  4. Pause and reduce scope when failure repeats.
  5. Resume only after verification passes.

Required Checks

  • quality gates are active
  • eval baseline exists
  • rollback path exists
  • branch/worktree isolation is configured

Escalation

Escalate when any condition is true:

  • no progress across two consecutive checkpoints
  • repeated failures with identical stack traces
  • cost drift outside budget window
  • merge conflicts blocking queue advancement
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 37 lines · 19 tokens per session scan A 1a2b9c6cd104

Subscribe to this mod's changes

loop-operator is an agent published in the GitHub repository YousefNabil-SOC/claude-apex (2 stars, last pushed 2mo ago), licensed MIT. It adds 19 tokens to every session and 196 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to loop-operator, differing in 6 lines, and is treated as a copy.

Related

Other agents, from other repositories

cursor-rescue

Proactively use when Claude Code is stuck, wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Cursor.

zebbern/agent-collab · 38 tokens

security-reviewer

인증, 권한, 결제, 데이터 삭제, 외부 입력 처리 변경 전후에 사용한다.

ezBuilder/code-brain · 27 tokens

project-manager

Project manager for CrawlForge MCP Server development. Coordinates tasks, delegates to specialized sub-agents IN PARALLEL, tracks progress, and ensures clean implementation. Use PROACTIVELY for any multi-step project coordination.

mysleekdesigns/crawlforge-mcp · 46 tokens

application-patterns-wave-06

Wave 06 adds practical workflows for agency operations, clinical drafting, privacy, content, data, infrastructure, education, commerce, finance, people, insurance, legal review, operations, product, research, and security. Every pattern below uses synthetic input and is a starting point for inspection, not evidence of…

AgentsKit-io/agentskit-registry · 0 tokens

business-analyst

Master modern business analysis with AI-powered analytics, real-time dashboards, and data-driven insights. Build comprehensive KPI frameworks, predictive models, and strategic recommendations. Use PROACTIVELY for business intelligence or strategic analysis.

HermeticOrmus/LibreUIUX-Claude-Code · 47 tokens

review

Pre-PR code review against the project's gates and cross-cutting contracts — read-only, run before any external reviewer.

hybridindie/comfyui_mcp · 23 tokens