debug-visual

debug-visual is a skill for Claude Code from JubaKitiashvili/everything-react-native-expo. It costs 14 tokens per session (588 once invoked), scanned A, original, MIT.

A screenshot-based workflow for finding and fixing visual problems in a mobile app, with optional comparison against a Figma design file. Figma is a tool for creating and sharing interface designs.

In plain words
What is it for?
It is for checking spacing, alignment, text, overflow, and other visual details on a captured app screen or against a design.
Why use it?
A screenshot makes layout and styling differences visible when logs or source code do not explain what looks wrong.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the erne-universal plugin — 45 skills, 12 agents 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/jubakitiashvili/everything-react-native-expo/debug-visual
Any agent
npx skills add JubaKitiashvili/everything-react-native-expo --skill debug-visual
Clone the repo
git clone --depth 1 https://github.com/JubaKitiashvili/everything-react-native-expo

Made for: Claude Code.

Or install erne-universal, the plugin that ships this one along with the rest of its 45 skills, 12 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/jubakitiashvili/everything-react-native-expo/debug-visual.svg)](https://agentmods.dev/skills/jubakitiashvili/everything-react-native-expo/debug-visual)
Your own site
<a href="https://agentmods.dev/skills/jubakitiashvili/everything-react-native-expo/debug-visual"><img src="https://agentmods.dev/badge/skills/jubakitiashvili/everything-react-native-expo/debug-visual.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 588 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.1 $0.00014 $0.00588
Opus 5 $0.00007 $0.00294
Sonnet 5 $0.00003 $0.00118
Haiku 4.5 $0.00001 $0.00059

Measured 6d ago against content hash d0a70b602e6f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

debug-visual 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 6d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/skills/debug-visual/SKILL.md · 79 lines

How it starts

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

/debug-visual — Visual Debugging

You are executing the /debug-visual command. Use the visual-debugger agent for screenshot-based UI analysis and fixing.

Arguments

/debug-visual                          — auto-capture screenshot from running simulator/emulator via agent-device
/debug-visual <file>                   — analyze a specific screenshot file
/debug-visual --compare <figma-file>   — compare app screenshot with Figma export
/debug-visual --screen <ScreenName>    — navigate to and capture a specific screen

Process

Step 1: Capture Screenshot

  • No args: auto-capture from running simulator/emulator via agent-device
  • <file> provided: read the specified screenshot file directly
  • --compare: capture live app screenshot AND read the Figma export file
  • --screen: navigate to the named screen first, then capture

Step 2: Analyze

  1. Apply multimodal vision to the screenshot(s)
  2. Read the relevant component source files
  3. Identify all visual issues
  4. Present a numbered list — each item includes category and severity:
Category Examples
Layout overflow, misalignment, wrong spacing
Typography wrong font, size, weight, truncation
Color wrong token, contrast failure, dark mode
Spacing padding/margin off-spec
Responsive breaks on small/large screen
Figma Delta deviation from design (--compare only)

Severity: critical · major · minor

Step 3: Interactive Fix

  1. User picks issue numbers to fix
  2. Locate the responsible component in source
  3. Apply the fix (minimal change, match project style)
  4. Hot reload — allow ~2s for changes to reflect
  5. Re-capture screenshot
  6. Show before/after comparison
  7. Ask: "Does this look correct? Any remaining issues?"

Step 4: Summary

  • Issues detected (count by severity)
  • Fixes applied with before/after diff per issue
  • Remaining issues (if any deferred by user)
  • Save findings to memory for future reference

Read the full file on GitHub · 79 lines

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. 6d ago First seen · 79 lines · 14 tokens per session scan A d0a70b602e6f

Subscribe to this mod's changes

debug-visual is a skill published in the GitHub repository JubaKitiashvili/everything-react-native-expo (44 stars, last pushed 5mo ago), licensed MIT. It adds 14 tokens to every session and 588 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-08-30.

Related

Other skills, from other repositories