debug-visualization

debug-visualization is a skill for Claude Code, Codex from NEXPACE-Limited/msu-skills. It costs 189 tokens per session (8,437 once invoked), scanned C, original, no licence file.

A debugging workflow for games and interactive toys, including their gameplay and user-interface features. It focuses on changes to speed, size, position, difficulty, and touch or hit detection.

In plain words
What is it for?
It is for tuning movement, timing, scale, hitboxes, tap handling, difficulty, and other gameplay or interface behavior.
Why use it?
It helps investigate when an interactive experience feels wrong or when user input does not register as expected.

Skill for Claude CodeCodex

Part of the game-tools plugin — 7 skills shipped together

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/nexpace-limited/msu-skills/debug-visualization
Any agent
npx skills add NEXPACE-Limited/msu-skills --skill debug-visualization
Clone the repo
git clone --depth 1 https://github.com/NEXPACE-Limited/msu-skills

Made for: Claude Code, Codex.

Or install game-tools, the plugin that ships this one along with the rest of its 7 skills.

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 debug-visualization

README.md
[![agentmods](https://agentmods.dev/badge/skills/nexpace-limited/msu-skills/debug-visualization.svg)](https://agentmods.dev/skills/nexpace-limited/msu-skills/debug-visualization)
Your own site
<a href="https://agentmods.dev/skills/nexpace-limited/msu-skills/debug-visualization"><img src="https://agentmods.dev/badge/skills/nexpace-limited/msu-skills/debug-visualization.svg" alt="Measured on agentmods" height="20"></a>
Per session 189 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,437 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin unknown 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.00189 $0.08437
Opus 5 $0.00095 $0.04219
Sonnet 5 $0.00038 $0.01687
Haiku 4.5 $0.00019 $0.00844

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

Security

Grade C, and why

debug-visualization scanned grade C with 1 finding 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (debug-panel.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Tells the agent never to refusehighAnti-refusal

Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.

**Teach while applying (never refuse, never only-teach):**
plugins/game-tools/skills/debug-visualization/SKILL.md · 307 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file 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. 4d ago First seen · 307 lines · 189 tokens per session scan C b64ad5d3e4ba

Subscribe to this mod's changes

debug-visualization is a skill published in the GitHub repository NEXPACE-Limited/msu-skills (7 stars, last pushed yesterday), with no licence file. It adds 189 tokens to every session and 8,437 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). 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

architecture

Project architecture and file structure conventions for all process types. Use when: (1) Creating new files or modules, (2) Deciding where code should go, (3) Converting single-file components to directories, (4) Reviewing code for structure compliance, (5) Adding new bridges, services, agents, or workers.

iOfficeAI/AionUi · 69 tokens

testing

Testing workflow and quality standards for writing and running tests. Use when: (1) Writing new tests, (2) Adding a new feature that needs tests, (3) Modifying logic that has existing tests, (4) Before claiming a task is complete.

iOfficeAI/AionUi · 55 tokens

ocx

Drive a running opencodex (ocx) proxy from the CLI — account pools, provider routing, model catalog, usage and cost attribution, request logs, access keys, storage cleanup, and the management API. Use when a task involves controlling or inspecting an opencodex proxy rather than editing the opencodex codebase.…

lidge-jun/opencodex · 0 tokens

free-llm-apis

Guide users through obtaining and configuring free API keys for LLM providers. Use when the user wants to set up a free LLM API, get a free API key, connect to a free model provider, configure an OpenAI-compatible endpoint at no cost, or asks about free tiers for AI models. Triggers on "free API key", "free LLM", "set…

mnfst/awesome-free-llm-apis · 116 tokens

happier-session-control

Manage Happier sessions (list/status/send/wait/history/stop + execution runs) via the happier CLI JSON contract.

happier-dev/happier · 30 tokens

generate-plot

Generate a publication-quality statistical plot from a data file using PaperBanana.

llmsresearch/paperbanana · 0 tokens