ui-verify

ui-verify is a skill for Claude Code, Codex from muzafferkadir/nextjs-loop-engineering-starter. It costs 73 tokens per session (495 once invoked), scanned A, original, MIT.

A visual check for web-interface changes that takes screenshots of routes and compares them with a design checklist.

In plain words
What is it for?
Use it after changing application screens or components, before opening a pull request, or when checking whether a page looks right.
Why use it?
It catches visual problems that automated tests may miss, such as overflow, poor spacing, weak hierarchy, or missing loading and error states.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it after changing application screens or components, before opening a pull…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/muzafferkadir/nextjs-loop-engineering-starter/ui-verify
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.

Any agent
npx skills add muzafferkadir/nextjs-loop-engineering-starter --skill ui-verify
Clone the repo
git clone --depth 1 https://github.com/muzafferkadir/nextjs-loop-engineering-starter

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/muzafferkadir/nextjs-loop-engineering-starter/ui-verify.svg)](https://agentmods.dev/skills/muzafferkadir/nextjs-loop-engineering-starter/ui-verify)
Your own site
<a href="https://agentmods.dev/skills/muzafferkadir/nextjs-loop-engineering-starter/ui-verify"><img src="https://agentmods.dev/badge/skills/muzafferkadir/nextjs-loop-engineering-starter/ui-verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 495 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00073 $0.00495
Opus 5 $0.00036 $0.00247
Sonnet 5 $0.00015 $0.00099
Haiku 4.5 $0.00007 $0.00049

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

Security

Grade A, and why

ui-verify 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.

.agents/skills/ui-verify/SKILL.md · 61 lines

What it actually says

ui-verify — Visual Inspection Skill

Look at the UI you changed, with your own eyes, before verification. Automated checks catch broken code; this catches broken design.


When

  • After implementing any UI change (loop-build step 3)
  • When a human asks "does it look right?"
  • Before opening any PR that touches src/app/ or src/components/

How

  1. Ensure deterministic data (skip if the DB is untouched this session):
    pnpm db:reset
    
  2. Ensure the dev server is running (in the background):
    pnpm dev
    
  3. Screenshot the routes you changed (and any route that shares changed components):
    pnpm snap /tasks /login
    
  4. Read each PNG in .loop/screenshots/ and inspect it against the checklist below.
  5. Fix and repeat until the checklist passes, then continue to the verifier.

Inspection Checklist

  • Layout: nothing overflows, wraps oddly, or overlaps at 1280×800
  • Alignment: elements share consistent edges; spacing follows the Tailwind scale (no eyeballed pixel values)
  • Hierarchy: the most important element reads first; text contrast is sufficient (muted text only for secondary info)
  • Tokens: colors look consistent with the rest of the app (semantic tokens — if something looks "off-palette", it's probably hardcoded)
  • States: empty state, loading skeleton, and error boundary still render correctly if you touched them
  • Both themes: if the project has dark mode, snap and check both

Report

Summarize in one short block what you inspected and what you fixed:

UI verify: /tasks — fixed badge overflow on long titles; empty state OK; spacing OK.

Include this line in the PR body under "Visual check".

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 · 61 lines · 73 tokens per session scan A c4fe4208d14c

Subscribe to this mod's changes

ui-verify is a skill published in the GitHub repository muzafferkadir/nextjs-loop-engineering-starter (10 stars, last pushed 2mo ago), licensed MIT. It adds 73 tokens to every session and 495 once invoked, about $0.0004 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.