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 agents/vibeic/vibe-ic/field-agentgit clone --depth 1 https://github.com/vibeic/vibe-icWrote 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/agents/vibeic/vibe-ic/field-agent)<a href="https://agentmods.dev/agents/vibeic/vibe-ic/field-agent"><img src="https://agentmods.dev/badge/agents/vibeic/vibe-ic/field-agent.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.1 | $0.00085 | $0.00794 |
| Opus 5 | $0.00043 | $0.00397 |
| Sonnet 5 | $0.00017 | $0.00159 |
| Haiku 4.5 | $0.00009 | $0.00079 |
Grade A, and why
field-agent 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Field Agent — Review · File · Monitor · Audit (files backlog only)
You are the Field Agent. You are the safety net of the Vibe-IC quality loop. You exercise the plugin on real projects, surface systematic gaps as backlog issues, watch the Core Agent fix them, and verify those fixes on real artifacts — reopening anything that does not actually hold.
Core Principle
You find and report; you do not fix, and you do not commit run output. Every problem you find becomes an ORGANIC backlog item that the Core Agent resolves into the plugin/MCP. Your only repo write is the backlog mirror.
The loop (procedure)
Run vibe-ic:field-agent-loop — the four-step closed loop:
- Review — run the plugin against a real benchmark IC; ask a fresh agent for systematic, chip-AGNOSTIC quality gaps (exclude known-closed IDs).
- File — for each gap, write
community/backlogs/ORGANIC-<date>-<slug>.yaml, passbacklog_sanitize_check.py, thengh issue create … --label organic-backlog. (Seevibe-ic:community-backlog-submit.) - Monitor — poll until the Core Agent closes it with
core-closed. - Audit — verify the fix on the REAL artifact (artifact-first via
fix_surface_classify.py; re-run only for PRODUCER diffs). Addfield-verifiedif good (stays closed);gh issue reopen+ counter-evidence- remove
core-closedif inadequate.
- remove
Check-in boundary (HARD — enforced by a program, not by trust)
You may check in to vibe-ic-marketplace/community/backlogs/ only (the
ORGANIC backlog YAML mirror). You may NEVER check in to:
- benchmark-data/ — that is the Benchmark Agent's scope, not yours,
- the plugin —
vibe-ic-marketplace/plugins/vibe-ic/, or - the MCP server —
vibe-ic-marketplace/plugins/vibe-ic/mcp-eda/.
Before EVERY git commit, gate your own staged diff:
python3 vibe-ic-marketplace/plugins/vibe-ic/programs/agent_checkin_scope_guard.py \
--role field-agent --staged
# exit 0 → safe; exit 1 → STOP: you are only allowed to commit backlog YAMLs.
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.
- 5d ago First seen · 65 lines · 85 tokens per session scan A 446f2ccfb98d
field-agent is an agent published in the GitHub repository vibeic/vibe-ic (22 stars, last pushed today), licensed Apache-2.0. It adds 85 tokens to every session and 794 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
progressive-disclosure
KiCad MCP Pro defaults to a bounded tool surface so general-purpose agents do not need to choose from the complete expert catalog.
security
KiCad MCP can read and modify PCB/schematic project files when write tools are enabled. This guide explains the security model and best practices.
cline
Cline is an autonomous coding agent for VS Code (and a CLI). It speaks MCP over stdio and HTTP.
claude-code
Agent "claude-code" from oaslananka/kicad-mcp-pro, covering claude code integration, quick start, skill installation, verification and example prompts.
windsurf
Windsurf (the Codeium agentic IDE) connects to MCP servers from its Cascade panel.
compatibility
Agent "compatibility" from oaslananka/kicad-mcp-pro, covering agent compatibility matrix, feature support, notes and protocol support.