ui-visual-consistency

ui-visual-consistency is a skill for Claude Code, Codex from joinwell52-AI/CodeFlowMu-open. It costs 48 tokens per session (199 once invoked), scanned A, original, MIT.

A visual review checklist for user interfaces, covering layout, typography, controls, components, and responsive behavior.

In plain words
What is it for?
Use it to review panels, dialogs, tables, filters, cards, buttons, and icons against existing component patterns.
Why use it?
It catches inconsistent designs, unreadable text, unfamiliar controls, and layouts that become unclear or overlap on smaller screens.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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/joinwell52-ai/codeflowmu-open/ui-visual-consistency
Any agent
npx skills add joinwell52-AI/CodeFlowMu-open --skill ui-visual-consistency
Clone the repo
git clone --depth 1 https://github.com/joinwell52-AI/CodeFlowMu-open

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/joinwell52-ai/codeflowmu-open/ui-visual-consistency.svg)](https://agentmods.dev/skills/joinwell52-ai/codeflowmu-open/ui-visual-consistency)
Your own site
<a href="https://agentmods.dev/skills/joinwell52-ai/codeflowmu-open/ui-visual-consistency"><img src="https://agentmods.dev/badge/skills/joinwell52-ai/codeflowmu-open/ui-visual-consistency.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 199 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.00048 $0.00199
Opus 5 $0.00024 $0.00100
Sonnet 5 $0.00010 $0.00040
Haiku 4.5 $0.00005 $0.00020

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

Security

Grade A, and why

ui-visual-consistency 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.

skills/ui-visual-consistency/SKILL.md · 36 lines

What it actually says

UI Visual Consistency

When to use

Use during UI review or before accepting a UI design/patch.

Rules

  • Match existing component patterns.
  • Keep text readable and non-overlapping.
  • Use familiar controls for common actions.
  • Keep operational tools calm, dense, and scannable.

Required output

Use docs/skills/ui-playbook/visual-consistency.md.

Forbidden actions

  • Do not create card-in-card layouts.
  • Do not rely on viewport-scaled text.
  • Do not accept UI copy that misstates state.

Minimal example

Issue: action label wraps into icon
Impact: mobile overlap
Fix: icon-only button with tooltip
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 · 36 lines · 48 tokens per session scan A 52422a76e976

Subscribe to this mod's changes

ui-visual-consistency is a skill published in the GitHub repository joinwell52-AI/CodeFlowMu-open (2 stars, last pushed 12d ago), licensed MIT. It adds 48 tokens to every session and 199 once invoked, about $0.0002 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

ijfw-ui-spec

Use when the user says: 'ui spec', 'design contract', 'ui audit setup', 'lock the design', 'visual contract', 'ui review setup', or '/ijfw-ui-spec'. Produces UI-SPEC.md as the visual design contract before any frontend or visual-artifact build, and dispatches ijfw-ui-auditor as the final 6-pillar gate.

FerroxLabs/ijfw · 83 tokens

Add Claude design-system and accessibility workflows with UX/UI Agent Skills

Use UX/UI Agent Skills when Claude should generate tokens, component specs, accessibility audits, and framework-specific UI code from a repeatable design workflow.

agentskillexchange/skills · 42 tokens

design-system-architecture

设计系统架构专家 Owner — 当任务涉及设计系统、主题、Token、组件变体、Figma/代码同步、UI 一致性、可访问性、国际化、品牌视觉或组件库治理时使用;要求把视觉规则沉淀为可复用、可验证的系统契约。.

devcodex-labs/devcodex · 72 tokens

ui-designer

Design and build UI. Calibrates creativity, restrains over-design, reuses the existing design system.

Ozzeron/prompt-pack · 26 tokens

frontend-system-design

Produce a staff-grade frontend system-design RFC for the active task: a 12-section design document (problem, requirements, architecture, data model, API and interface contract, rendering and delivery, state management, performance budget, accessibility, security, rollout, trade-offs) covering web and mobile, persisted…

Mozurok/fhorja.dev · 200 tokens

a11y-audit

Senior accessibility auditor mapping a UI surface (screen, flow, or component set) to WCAG 2.2 at a named conformance level (A, AA, AAA). Produces ACCESSIBILITYAUDIT.md, a per-criterion conformance ledger that splits machine-checkable rows from a manual-review queue, with severity and concrete remediation per finding.…

Mozurok/fhorja.dev · 189 tokens