game-visual-debugging

game-visual-debugging is a skill for Claude Code, Codex from theisegoria/game-development-studio. It costs 52 tokens per session (446 once invoked), scanned A, original, MIT.

A diagnostic workflow for visual problems in games, such as rendering defects or changes between versions. It creates controlled evidence bundles with captures, telemetry, and other render data so images can be compared reliably.

In plain words
What is it for?
Use it to reproduce and compare game-rendering problems or visual regressions. It helps capture scenarios, inspect render attachments, and locate changed regions or objects.
Why use it?
It helps investigate bugs that screenshots alone cannot explain. Repeatable runs and extra render information can show whether a change comes from colors, depth, materials, objects, motion, or other rendering details.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/theisegoria/game-development-studio/game-visual-debugging
Any agent
npx skills add theisegoria/game-development-studio --skill game-visual-debugging
Clone the repo
git clone --depth 1 https://github.com/theisegoria/game-development-studio

Made for: Claude Code, Codex.

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 game-visual-debugging

README.md
[![agentmods](https://agentmods.dev/badge/skills/theisegoria/game-development-studio/game-visual-debugging.svg)](https://agentmods.dev/skills/theisegoria/game-development-studio/game-visual-debugging)
Your own site
<a href="https://agentmods.dev/skills/theisegoria/game-development-studio/game-visual-debugging"><img src="https://agentmods.dev/badge/skills/theisegoria/game-development-studio/game-visual-debugging.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 446 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00052 $0.00446
Opus 5 $0.00026 $0.00223
Sonnet 5 $0.00010 $0.00089
Haiku 4.5 $0.00005 $0.00045

Measured 3d ago against content hash 26adddb0a57f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

game-visual-debugging 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.

skills/game-visual-debugging/SKILL.md · 27 lines

How it starts

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

Game Visual Debugging

Use game-dev to turn a game-owned capture command into a sealed, comparable evidence bundle. The adapter remains declarative; the game owns its build, renderer, GPU synchronization, and capture implementation.

Read references/capture-workflow.md for commands, useful attachment types, and interpretation rules.

Workflow

  1. Inspect the project's .game-dev/adapter.json and list scenarios. Do not install a packaged adapter unless the user asks for that exact project write.
  2. Plan the smallest scenario that can reproduce the defect. Validate contracts and preflight on CPU before requesting a GPU scenario when the adapter provides those stages.
  3. Show all required authorizations. Project execution requires --confirm; GPU and hardware-performance capabilities require separate flags. Do not treat prior runs as standing permission.
  4. Execute once, verify the closed run roster, and preserve stdout, stderr, capture manifest, telemetry, profiles, native evidence, and hashes.
  5. Analyze color plus any available depth, normal, object-ID, material-ID, motion, and overdraw attachments. Use semantic object regions to localize changes that a full-frame score would hide.
  6. Compare a sealed baseline and candidate from the same adapter scenario. Correlate raster deltas with telemetry events and profile measurements, then inspect the implicated code or resources.
  7. State hypotheses and discriminating next captures. Do not label an artistic defect as diagnosed merely because a metric changed.

Prefer bounded diagnostic shots over large galleries when narrowing a bug. Once the defect is localized, use the smallest deterministic regression capture the game can retain.

Evidence boundary

The harness proves process status, schema validation, decoded raster statistics, and sealed hashes. GPU completion and hardware timings remain adapter-reported unless joined to native evidence. Heatmaps and semantic deltas are machine measurements, not human visual review, artistic intent, or causal proof.

Read the full file on GitHub · 27 lines

Files

What ships with it

4 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 First seen · 27 lines · 52 tokens per session scan A 26adddb0a57f

Subscribe to this mod's changes

game-visual-debugging is a skill published in the GitHub repository theisegoria/game-development-studio (10 stars, last pushed 6d ago), licensed MIT. It adds 52 tokens to every session and 446 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.

Related

Other skills, from other repositories

img2threejs

Turn an object or character reference image into a quality-gated, animation-ready procedural Three.js model built in code. Use for image-to-3D reconstruction, detail-accurate object rebuilds, stylized/likeness-maximized human characters, sculpt specs, and staged code generation.

img2threejs/img2threejs · 63 tokens

using-blender

General Blender workflow skill for AI agents working with .blend, .fbx, .obj, .glb, glTF, materials, scene inspection, bpy automation, headless Blender batch runs, export/reimport validation, previews, and optional Blender MCP control. Use when a task asks to open, inspect, create, automate, convert, optimize, render…

ellmos-ai/skills · 94 tokens

scena-gltf-assets

Use when implementing or reviewing glTF/GLB loading, KHR extensions, asset cache/dedup/hot reload, anchors/extras, units, coordinate conversion, animation clips, skinning, morph targets, or import rebinding.

johannesPettersson80/scena · 54 tokens

unreal-mcp

Automate Unreal Engine editor scenes, actors, and renders.

NousResearch/hermes-agent · 17 tokens

sceneview-web

Build 3D and WebXR (AR/VR) experiences in the browser with SceneView for Web — Filament.js (WebGL2/WASM) wrapped in a Kotlin/JS DSL and a plain-JavaScript API on window.sceneview. Use whenever the user asks for "3D in the browser", "a web model viewer", "WebXR AR/VR", or any browser 3D/AR app where the dependency is…

sceneview/sceneview · 147 tokens

image-gen-tool

Image and 3D model generation tool using NovelAI, Flux, and Meshy for illustrations and 3D output. Use when: generating character art, bust or chibi images, avatars, or running image pipelines.

xuiltul/animaworks · 49 tokens