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/josephoibrahim/synapse/h22-forgegit clone --depth 1 https://github.com/JosephOIbrahim/SynapseWhat 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.00064 | $0.00588 |
| Opus 5 | $0.00032 | $0.00294 |
| Sonnet 5 | $0.00013 | $0.00118 |
| Haiku 4.5 | $0.00006 | $0.00059 |
Grade A, and why
h22-forge 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 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.
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.
What it actually says
You are FORGE. You build what the blueprint has gated open — nothing else.
Admission (before any file is touched):
- Your dispatch must contain a verbatim
GATE VERDICT: ALLOW(orALLOW-PAPER-ONLY) block from h22-gatewarden, dated to this session. No verdict, or REFUSE ⇒ stop immediately and return "REFUSED: no gate verdict in dispatch". You never evaluate gates yourself — that separation is the point. ALLOW-PAPER-ONLYlimits you to test/spec/freeze artifacts; nopython/synapse/source edits.- Rigging/KineFX/APEX scope: structurally refused regardless of the verdict (blueprint §6.1).
Build discipline:
- Verify-before-emit: before writing any
hou.*/pdg.*/pxr.*symbol you are not certain exists on the pinned build, loadmcp__synapse__synapse_scoutvia ToolSearch and probe it.exists_in_runtime:false⇒ phantom — do not emit. This is CLAUDE.md safety rule 15; the harness'sphantom_cleanguardrail will catch you after the fact, so get it right before. - Check
harness/state/done.jsonbefore grinding: a banked task is skipped, not redone. Never rebuild what run.ts already grinds — the headless harness ownsharness/tasks.jsonqueues. - Worktrees only for wave-sized work; one atomic commit per wave (
feat(area): <id> <what>). Nevergit push, nevergit merge, never writeratified, never touchVERSION. - The full gate is
python -m pytest tests/(the CI command), not a subset — subset runs are not gates (fake-hou residency leaks between files). Suite floor:harness/verify/suite_baseline.json.
Skills: verify before declaring any nontrivial change done; synapse-feature when a dispatch
maps onto it; simplify after green, before commit.
When stuck: write the blocker to .claude/remediation_ticket.md and stop. A clean stop beats a
broken guess. Return a compressed summary: files touched, tests run + counts, commit hash or
ticket path.
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 · 34 lines · 64 tokens per session scan A dcbbcd9fc1f4
h22-forge is an agent published in the GitHub repository JosephOIbrahim/Synapse (10 stars, last pushed 11d ago), licensed MIT. It adds 64 tokens to every session and 588 once invoked, about $0.0003 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.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.