loop-engineer

loop-engineer is a skill for Claude Code, Codex from vibhasdutta/loop-engineer. It costs 111 tokens per session (3,697 once invoked), scanned A, original, no licence file.

A guided workflow for Antigravity that asks three questions and then coordinates several coding agents working in parallel. It continues through research, planning, execution, checking, review, and memory updates until the goal is met.

In plain words
What is it for?
Use it for autonomous Antigravity projects that benefit from parallel research and implementation. It can coordinate resource scouting, research, planning, agent creation, execution, verification, auditing, and memory keeping.
Why use it?
It organizes a large coding task across multiple stages and agents. This reduces the need to manage each research, planning, implementation, and verification step separately.

Skill for Claude CodeCodex

Part of the loop-engineer plugin — 9 skills, 1 command, 16 agents, 1 MCP server shipped together

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 skills/vibhasdutta/loop-engineer/antigravity
Any agent
npx skills add vibhasdutta/loop-engineer --skill antigravity
Clone the repo
git clone --depth 1 https://github.com/vibhasdutta/loop-engineer

Made for: Claude Code, Codex.

Or install loop-engineer, the plugin that ships this one along with the rest of its 9 skills, 1 command, 16 agents, 1 MCP server.

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-engineer

README.md
[![agentmods](https://agentmods.dev/badge/skills/vibhasdutta/loop-engineer/antigravity.svg)](https://agentmods.dev/skills/vibhasdutta/loop-engineer/antigravity)
Your own site
<a href="https://agentmods.dev/skills/vibhasdutta/loop-engineer/antigravity"><img src="https://agentmods.dev/badge/skills/vibhasdutta/loop-engineer/antigravity.svg" alt="Measured on agentmods" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,697 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown No closer match found 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.00111 $0.03697
Opus 5 $0.00056 $0.01849
Sonnet 5 $0.00022 $0.00739
Haiku 4.5 $0.00011 $0.00370

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

Security

Grade A, and why

loop-engineer scanned grade A with 1 finding 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.

Reads agent configuration directorieslowAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

"$HOME/.gemini/config/skills/loop-engineer/scripts/init-loop.sh" 2>/dev/null | head -1)"

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

platforms/antigravity/SKILL.md · 234 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

42 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 234 lines · 111 tokens per session scan A 107058d3be43

Subscribe to this mod's changes

loop-engineer is a skill published in the GitHub repository vibhasdutta/loop-engineer (3 stars, last pushed 1mo ago), with no licence file. It adds 111 tokens to every session and 3,697 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens

flutter-ui

Build Flutter UI from Figma MCP or image input. Scans src for design tokens (colors, sizes, text styles), existing components, and naming conventions before writing a single line of code. Never hard-codes values.

datit309/supergraph · 48 tokens

review

Plan-aware graph-enhanced code review before merge. CRITICAL issues block merge. Use after fix/verify.

datit309/supergraph · 24 tokens

serena

Serena code intelligence — LSP-powered symbol navigation, diagnostics, and targeted code surgery. Activate before complex refactors, cross-file analysis, or when graph tools need symbol-level depth.

datit309/supergraph · 40 tokens

database-migrations

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate).

datit309/supergraph · 56 tokens

diagnose

Structured 6-phase debugging. Build feedback loop first, reproduce deterministically, hypothesize with ranked falsifiable theories, instrument one variable at a time, fix with regression test, cleanup. Use when a bug exists, tests fail unexpectedly, or behavior is wrong and cause is unknown.

datit309/supergraph · 59 tokens