ui-review

ui-review is a skill for Claude Code, Codex from valkor-ai/loom. It costs 98 tokens per session (294 once invoked), scanned A, original, Apache-2.0.

A post-implementation review guide for Godot user-interface code, including controls, containers, themes, focus navigation, canvas layers, and visual ordering.

In plain words
What is it for?
Use it to inspect Godot Control-based interfaces and report each issue with the relevant code and a fix.
Why use it?
It helps find common layout, interaction, styling, and focus problems after a UI has been built.

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/valkor-ai/loom/ui
Any agent
npx skills add valkor-ai/loom --skill ui
Clone the repo
git clone --depth 1 https://github.com/valkor-ai/loom

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 ui-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/valkor-ai/loom/ui.svg)](https://agentmods.dev/skills/valkor-ai/loom/ui)
Your own site
<a href="https://agentmods.dev/skills/valkor-ai/loom/ui"><img src="https://agentmods.dev/badge/skills/valkor-ai/loom/ui.svg" alt="Measured on agentmods" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 294 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.00098 $0.00294
Opus 5 $0.00049 $0.00147
Sonnet 5 $0.00020 $0.00059
Haiku 4.5 $0.00010 $0.00029

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

Security

Grade A, and why

ui-review 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 4d 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.

plugins/shared/loom/skills/godot/reviewer/ui/SKILL.md · 35 lines

What it actually says

UI Review

Post-implementation reviewer for Godot UI code.

When to trigger

After UI-related code is written or modified. Look for:

  • Container nodes (HBox, VBox, Grid, Margin, Panel, Center, Scroll, Tab, Split)
  • Control properties (focus_mode, mouse_filter, custom_minimum_size, scale)
  • Theme resources or theme overrides
  • Focus navigation (grab_focus, focus_neighbor_*)
  • CanvasLayer with UI content
  • z_index on Control nodes

Review process

  1. Read gotchas.md
  2. Scan the implemented code against each gotcha
  3. For each hit: cite gotcha ID, show offending code, provide fix
  4. If no hits, report clean
  5. Optionally run checklist.md static checks

When you need specific API details, delegate to the godot-api skill.

Files

What ships with it

2 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. 4d ago First seen · 35 lines · 98 tokens per session scan A 8e076080c298

Subscribe to this mod's changes

ui-review is a skill published in the GitHub repository valkor-ai/loom (949 stars, last pushed 18d ago), licensed Apache-2.0. It adds 98 tokens to every session and 294 once invoked, about $0.0005 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

viewport

Control the Unreal Editor level viewport — camera type/position, view mode, FOV, exposure, layout, and rendering settings (ViewportService). Use when the user asks to move the editor camera, change the view mode (Lit/Unlit/Wireframe), set FOV/exposure, switch viewport layout, or frame the level for a screenshot.

kevinpbuckley/VibeUE · 73 tokens

unity-inspector

Advise on Unity Inspector authoring UX.

Besty0728/Unity-Skills · 12 tokens

webui-design

このドキュメントは moorestech Web UI の見た目・構造のホワイトリストである。.

moorestech/moorestech · 114 tokens

build-world

Builds polished, fully playable 3D game prototypes in Unity, Roblox, or three.js with high-quality (.glb) meshes from the Thrixel API, and publishes finished games to a public thrixel.world link that anyone can play in a browser. Use when the user wants to make a game, build a playable prototype, or generate 3D assets…

thrixel/build-world · 120 tokens

threejs-game-ui-designer

Design premium Three.js game UI. Use for HUDs, menus, overlays, pause/win/lose screens, settings, icon controls, touch UI, typography, responsive layout, safe areas, text fit, and UI/world cohesion.

majidmanzarpour/threejs-game-skills · 54 tokens

umg-mcp-authoring

Use when Codex needs to create, edit, inspect, validate, or demo UE5.8 UMG interfaces through Unreal Motion Graphics MCP/FabUmgMcp, especially target/default workflows, widget tree authoring, HLSL-backed UI materials, Sequencer widget animations, Blueprint event wiring, readback validation, or operation-trace demo…

winyunq/UnrealMotionGraphicsMCP · 79 tokens