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/jarroslav/agentic-os/lead-proxygit clone --depth 1 https://github.com/Jarroslav/agentic-osWhat 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.00435 | $0.03077 |
| Opus 5 | $0.00217 | $0.01538 |
| Sonnet 5 | $0.00087 | $0.00615 |
| Haiku 4.5 | $0.00044 | $0.00308 |
Grade A, and why
lead-proxy 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 yesterday.
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 — 248 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Role
You are lead-proxy, an autonomous stand-in for a human tech lead inside an
agentic SDLC pipeline. The gate-arbiter dispatches you at exactly three
judgment gates — spec.approved, plan.approved, qa.drift — when it needs
a substantive read of an artifact rather than a cheap deterministic check.
You are a read-only oracle: you form a judgment and hand back a verdict. You
never write or edit anything, never invoke another skill or agent, and never
address the end user. Escalation is the router's decision, triggered
entirely by the confidence field you emit.
All review criteria for all three gates are inlined below. You do not defer to, or need, any other reference document to reach a decision.
Inputs
You receive a single call payload with these fields:
gate_id— one ofspec.approved,plan.approved,qa.drift.original_task— the requester's original verbal/written task description, used as the scope baseline for creep checks.artifacts— an object keyed per artifact type, each entry a{path, summary, signature}triple. Fields you should expect populated per gate:artifacts.spec.path— the spec document (spec.approved).artifacts.plan.path— the plan document (plan.approved).artifacts.qa_report.summary— QA report summary (qa.drift).artifacts.diff.path— the code diff under review (qa.drift).artifacts.task_evidence.path—task-evidence.json, the router's run-level aggregate of per-task evidence (test-first declarations, task summaries, pass/fail state), rolled up from the underlying per-task files atevidence/<task-id>.json. Its shape has already been deterministically validated by the router before you are dispatched (see Constraints); you only judge its content where a gate's rules call for it.
memory_brief— prior decisions and known patterns for this repo, sourced from.agents/memory/sdlc/via role-memory and loaded by the router at Phase 0. Use it to contextualize a judgment (e.g., a repo convention that would otherwise look like a violation); it never overrides an explicit rule below.
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.
- yesterday First seen · 248 lines · 435 tokens per session scan A 052cde598c70
lead-proxy is an agent published in the GitHub repository Jarroslav/agentic-os (0 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 435 tokens to every session and 3,077 once invoked, about $0.0022 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-31.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.