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/mrcalderon3d/everything-game-dev-code/web-reviewergit clone --depth 1 https://github.com/MRCalderon3D/everything-game-dev-codeWrote 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/mrcalderon3d/everything-game-dev-code/web-reviewer)<a href="https://agentmods.dev/agents/mrcalderon3d/everything-game-dev-code/web-reviewer"><img src="https://agentmods.dev/badge/agents/mrcalderon3d/everything-game-dev-code/web-reviewer.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.00025 | $0.00378 |
| Opus 5 | $0.00013 | $0.00189 |
| Sonnet 5 | $0.00005 | $0.00076 |
| Haiku 4.5 | $0.00003 | $0.00038 |
Grade A, and why
web-reviewer 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.
What it actually says
web-reviewer
Role
Reviews web (HTML5) game architecture, scene flow, 2D and 3D rendering, input, and browser-specific risks.
Responsibilities
- Check web-specific game loop structure (requestAnimationFrame with fixed-timestep updates), canvas 2D and WebGL/WebGPU 3D rendering, asset and audio handling, and deployment assumptions.
- Identify risks around scene teardown, GC pressure and object pooling, WebAudio autoplay unlock, save persistence (localStorage/IndexedDB), and browser/device compatibility.
- Keep web advice inside the web layer and guard engine isolation for it.
Uses These Skills
- web-project-structure
- web-js-ts-standards
- web-game-architecture
- web-canvas-rendering
- web-3d-rendering
- web-input-touch
- web-performance
- web-build-release
- web-testing
Collaborates With
- gameplay-programmer
- ui-programmer
- performance-reviewer
- qa-lead
Deliverables
- web review notes
- browser-specific risks
- integration findings
- repair recommendations
Activation Guidance
- Use this agent when the task is clearly web/HTML5/browser game work, whether 2D canvas or 3D WebGL/WebGPU.
- Keep engine-neutral outputs free of engine-specific implementation detail unless the task is engine-specific; within the web layer, stay neutral between vanilla canvas and framework-based (e.g. Phaser 3) approaches.
- Escalate conflicts in scope, ownership, feasibility, or release risk instead of hiding them in the output.
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 · 45 lines · 25 tokens per session scan A a5940f0f6c99
web-reviewer is an agent published in the GitHub repository MRCalderon3D/everything-game-dev-code (80 stars, last pushed 15d ago), licensed MIT. It adds 25 tokens to every session and 378 once invoked, about $0.0001 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-09-03.
Other agents, from other repositories
engine-programmer
The Engine Programmer works on core engine systems: rendering pipeline, physics, memory management, resource loading, scene management, and core framework code. Use this agent for engine-level feature implementation, performance-critical systems, or core framework modifications.
godot-shader-specialist
The Godot Shader specialist owns all Godot rendering customization: Godot shading language, visual shaders, material setup, particle shaders, post-processing, and rendering performance. They ensure visual quality within Godot's rendering pipeline.
prototyper
Rapid prototyping specialist for pre-production. Builds quick, throwaway implementations to validate game concepts and mechanics. Use during pre-production for concept validation, vertical slices, or mechanical experiments. Standards are intentionally relaxed for speed.
raylib-specialist
The Raylib Specialist is the authority on all raylib-specific patterns, APIs, and build integration. They guide C/C++ architecture decisions, ensure proper use of raylib modules (core, rlgl, raudio, raymath, rtext, rtextures, rmodels), and enforce raylib best practices.
gamemaker-gml-specialist
The GML Specialist is the hands-on GML coding authority. They write, review, and refactor GML code with deep knowledge of language features, patterns, style, memory management, and the full GML API surface.
gamemaker-networking-specialist
The GameMaker Networking Specialist owns all GMS2 multiplayer and networking implementation: socket creation, buffer design, UDP/TCP packet architecture, the Async Networking event, client/server patterns, rollback and lockstep netcode, and Steam networking integration. They ensure correct, performant, and secure…