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.
npx agentmods add skills/vibhasdutta/loop-engineer/antigravitynpx skills add vibhasdutta/loop-engineer --skill antigravitygit clone --depth 1 https://github.com/vibhasdutta/loop-engineerWrote 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.
[](https://agentmods.dev/skills/vibhasdutta/loop-engineer/antigravity)<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- AGENTS.md 6.9 KB
- agents/agent-factory.md 2.1 KB
- agents/auditor.md 2.1 KB
- agents/executor.md 2.8 KB
- agents/knowledge-sources.md 6.4 KB
- agents/knowledge-sources/01-search-engines.md 237 B
- agents/knowledge-sources/02-open-source-code.md 255 B
- agents/knowledge-sources/03-official-documentation.md 460 B
- agents/knowledge-sources/04-package-managers.md 258 B
- agents/knowledge-sources/05-research-papers.md 336 B
- agents/knowledge-sources/06-ai-machine-learning.md 322 B
- agents/knowledge-sources/07-apis.md 144 B
- agents/knowledge-sources/08-community-discussions.md 271 B
- agents/knowledge-sources/09-tutorials-learning.md 245 B
- agents/knowledge-sources/10-cybersecurity.md 210 B
- agents/knowledge-sources/11-system-design.md 181 B
- agents/knowledge-sources/12-business-startups.md 220 B
- agents/knowledge-sources/13-marketing.md 152 B
- agents/knowledge-sources/14-sales-lead-generation.md 246 B
- agents/knowledge-sources/15-jobs-careers.md 145 B
- agents/knowledge-sources/16-design.md 190 B
- agents/knowledge-sources/17-images.md 124 B
- agents/knowledge-sources/18-videos.md 125 B
- agents/knowledge-sources/19-books.md 127 B
- agents/knowledge-sources/20-news.md 149 B
- agents/knowledge-sources/21-government.md 156 B
- agents/knowledge-sources/22-finance.md 153 B
- agents/knowledge-sources/23-legal.md 112 B
- agents/knowledge-sources/24-medical.md 82 B
- agents/knowledge-sources/25-science.md 99 B
- agents/knowledge-sources/26-geography.md 87 B
- agents/knowledge-sources/27-shopping.md 119 B
- agents/knowledge-sources/28-social-media.md 194 B
- agents/knowledge-sources/29-wikis.md 103 B
- agents/knowledge-sources/30-domain-website-intelligence.md 295 B
- agents/knowledge-sources/31-datasets.md 159 B
- agents/knowledge-sources/32-file-types.md 270 B
- agents/knowledge-sources/33-browser-capabilities.md 461 B
- agents/memory-keeper.md 1.7 KB
- agents/planner.md 1.8 KB
- agents/researcher.md 6.0 KB
- agents/resource-scout.md 3.9 KB
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.
- 3d ago First seen · 234 lines · 111 tokens per session scan A 107058d3be43
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.
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…
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.
review
Plan-aware graph-enhanced code review before merge. CRITICAL issues block merge. Use after fix/verify.
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.
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).
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.