core-agent-loop

core-agent-loop is a skill for Claude Code from vibeic/vibe-ic. It costs 224 tokens per session (11,713 once invoked), scanned A, original, Apache-2.0.

An automated workflow for fixing plugin issues found during real hardware benchmark testing. It investigates open issues, applies fixes, reruns the relevant tests, and closes verified issues.

In plain words
What is it for?
Use it for recurring maintenance of plugins that work with integrated circuits and hardware testing, including reproducing, testing, and closing reported bugs.
Why use it?
It connects bug reports to reproduction, correction, and verification so plugin problems do not remain unresolved or get marked fixed without evidence.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 plugins/vibe-ic/programs/open_issue_claim_scan.py --repo vibeic/vibe-ic.

Part of the vibe-ic plugin — 70 skills, 8 commands, 8 agents, 2 hooks, 1 MCP server shipped together

Good fit Use it for recurring maintenance of plugins that work with integrated circuits…

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/vibeic/vibe-ic
agentmods
npx agentmods add skills/vibeic/vibe-ic/core-agent-loop

Made for: Claude Code.

Or install vibe-ic, the plugin that ships this one along with the rest of its 70 skills, 8 commands, 8 agents, 2 hooks, 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 core-agent-loop

README.md
[![agentmods](https://agentmods.dev/badge/skills/vibeic/vibe-ic/core-agent-loop.svg)](https://agentmods.dev/skills/vibeic/vibe-ic/core-agent-loop)
Your own site
<a href="https://agentmods.dev/skills/vibeic/vibe-ic/core-agent-loop"><img src="https://agentmods.dev/badge/skills/vibeic/vibe-ic/core-agent-loop.svg" alt="Measured on agentmods" height="20"></a>
Per session 224 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 11,713 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.1 $0.00224 $0.11713
Opus 5 $0.00112 $0.05856
Sonnet 5 $0.00045 $0.02343
Haiku 4.5 $0.00022 $0.01171

Measured 3d ago against content hash 1186233c5d44, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

core-agent-loop 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.

The scan reads SKILL.md. This mod also ships 5 executable files (programs/api_health.py, programs/poll.py, tests/test_compliance.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

1. `gh issue view <num>` (or curl + jq) to read body + comments.
vibe-ic-marketplace/plugins/vibe-ic/skills/core-agent-loop/SKILL.md · 806 lines

How it starts

The opening of the file, as written. The whole thing — 806 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Case-study notation. This skill uses IC-A / USB-HID tester / BENCH-A as the canonical example chip — substitute your own IC name and host-tester name. The rules themselves are chip-AGNOSTIC and apply to any IC of the matching ic_class (see vibe-ic-marketplace/plugins/vibe-ic/programs/ic_class_profile.py). When you adopt this skill on a different IC, swap IC-A<your IC name> and USB-HID tester<your host-tester name>; the structural gates and rule bodies do not depend on those SKUs.

Core-Agent Loop — Closed-Loop Plugin Issue Fixing

Purpose

The core-agent is the fix-verify-and-close half of the Vibe-IC quality loop. The field-agent (see vibe-ic:field-agent-loop) runs the plugin against real benchmark IC projects, finds systematic gaps, and files them as ORGANIC: GitHub issues. The core-agent picks those up at every cron wake-up, ships a deterministic chip-AGNOSTIC fix, self-verifies (reproduce + run the full plugin test suite the CI way), then closes the issue and adds the core-closed label. CLOSED is the terminal state. The field-agent is the audit/reopen safety net: each cron tick it re-checks closed core-closed issues on the REAL benchmark, marks the good ones field-verified (stays closed), and gh issue reopens any it finds inadequate (which makes the issue actionable to the core-agent again). This replaces the old wait-for-verification limbo — that label is RETIRED.

The loop is chip-AGNOSTIC: fixes describe general plugin behaviour (regex broadens, schema accepts more synonyms, gate recognises canonical pattern); no fix references IC-A, BENCH-A, Vendor, usb_hid_tester, aid, or any vendor IC name as detection logic.

Contribution-layer framing (so Step 3 is not misread as the public model). The DIRECT PUSH in §Step 3 is the Layer-2 maintainer-internal landing method, used while the plugin is built out — it is NOT what external users do. The Layer-1 public contribution model is unchanged and retained: an external contributor files a backlog (a report, no code) or a PR (a fix, with code). This loop serves both — it polls open backlog items (Step 1) AND auto-lands any externally-filed PR through the gatekeeper flow (§per-tick scope). You are the maintainer, so you ship your OWN fixes by direct push; a non-maintainer contributor never pushes to main.

Read the full file on GitHub · 806 lines

Files

What ships with it

6 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 Changed · +6 lines 1186233c5d44
  2. 6d ago First seen · 800 lines · 224 tokens per session scan A ce9de0304f86

Subscribe to this mod's changes

core-agent-loop is a skill published in the GitHub repository vibeic/vibe-ic (22 stars, last pushed today), licensed Apache-2.0. It adds 224 tokens to every session and 11,713 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

capturing-learnings

Records a real failure-and-fix pair as a project-local lesson, with the specifics that make it recognisable next time. Use when a bug, leakage mistake, or validation error was found and corrected and should not recur. Use when someone asks to save what was learned from an experiment that went wrong.

StamKavid/last-ds-mile · 66 tokens

analog-netlist-crawl

Crawl and analyze post-layout parasitic netlists without running SPICE. Answers "what's the effective resistance from node A to node B across this massive R mesh?", "inside the VREFN mesh, which device pins are electrically farthest apart?", "which nets have the worst coupling?", "where does settling bottleneck?" — by…

Arcadia-1/analog-agents · 291 tokens

analog-verify

Pre-simulation review and Spectre simulation verification for analog circuits. Reviews circuit netlist and testbench, runs simulation, produces margin report. Use after analog-design completes a netlist.

Arcadia-1/analog-agents · 41 tokens

analog-design

Transistor-level circuit design for one analog sub-block. Produces Spectre netlist with hand-calculation rationale. Use when designing a specific circuit block after architecture is defined.

Arcadia-1/analog-agents · 38 tokens

analog-pipeline

MANDATORY — MUST load this skill when the user mentions: OTA, ADC, PLL, comparator, bandgap, LDO, amplifier, opamp, or any analog/mixed-signal IC design task. Full analog design pipeline: spec -> architecture -> design -> verify -> deliver. Orchestrates analog-decompose, analog-behavioral, analog-design…

Arcadia-1/analog-agents · 94 tokens

analog-audit

Audit analog circuit netlists for correctness, quality, and risks. Supports both pre-layout (schematic) and post-layout (extracted) netlists. Post-layout mode filters massive parasitic netlists before auditing. Works without EDA. TRIGGER on: "audit", "review netlist", "check this circuit", "design review"…

Arcadia-1/analog-agents · 92 tokens