ui-polish

ui-polish is a skill for Claude Code from JNZader/repoforge. It costs 50 tokens per session (755 once invoked), scanned A, original, MIT.

Four review checklists for frontend changes: visual consistency, accessibility, search metadata, and animation performance. Accessibility means making an interface usable with different abilities and input methods.

In plain words
What is it for?
Use it after implementing or reviewing UI changes and before merging frontend pull requests.
Why use it?
It catches common problems before a frontend change is merged, including poor contrast, missing labels, keyboard barriers, broken mobile layouts, and missing page metadata.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it after implementing or reviewing UI changes and before merging frontend pull requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jnzader/repoforge/ui-polish
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 JNZader/repoforge --skill ui-polish
Clone the repo
git clone --depth 1 https://github.com/JNZader/repoforge

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/jnzader/repoforge/ui-polish/github.svg)](https://agentmods.dev/skills/jnzader/repoforge/ui-polish)
Your own site
<a href="https://agentmods.dev/skills/jnzader/repoforge/ui-polish"><img src="https://agentmods.dev/badge/skills/jnzader/repoforge/ui-polish/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ui-polish

Your own site · 80×15
<a href="https://agentmods.dev/skills/jnzader/repoforge/ui-polish"><img src="https://agentmods.dev/badge/skills/jnzader/repoforge/ui-polish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 755 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.00050 $0.00755
Opus 5 $0.00025 $0.00378
Sonnet 5 $0.00010 $0.00151
Haiku 4.5 $0.00005 $0.00076

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

Security

Grade A, and why

ui-polish 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 9d 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.

own/skills/ui-polish/SKILL.md · 101 lines

How it starts

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

Purpose

Four quality gate checklists for frontend. Run after implementation, before merge.


Gate 1: Baseline Visual Review

  • Consistent spacing (design system scale)
  • Typography hierarchy (h1 > h2 > h3, no skips)
  • Color contrast WCAG AA (4.5:1 text, 3:1 large)
  • Responsive: 375px, 768px, 1280px
  • No horizontal overflow
  • Loading states for async ops
  • Empty states designed
  • Error states designed
  • Truncation handled (ellipsis, line clamp)

Gate 2: Accessibility

  • All interactive elements keyboard-reachable
  • Visible focus indicators
  • Skip-to-content link
  • Images have alt text (decorative: alt="")
  • Form inputs have labels (not just placeholders)
  • ARIA roles correct (not overused)
  • Color not the only information channel
  • Touch targets 44x44px minimum
  • aria-live for dynamic content
  • Modals trap focus, restore on close

Gate 3: Metadata & SEO

  • Unique page title per page
  • Meta description < 160 chars
  • OG tags: title, description, image
  • Twitter card tags
  • Canonical URL
  • Favicons (16, 32, 180, 192, 512)
  • robots.txt
  • sitemap.xml for public pages
  • JSON-LD structured data
  • html lang attribute

Gate 4: Motion & Performance

  • Animations use transform/opacity only
  • CLS < 0.1
  • Respects prefers-reduced-motion
  • Transitions < 300ms for feedback
  • No blocking animations on page load
  • Images lazy-loaded below fold
  • LCP < 2.5s
  • FID < 100ms
  • Bundle size checked

Report Format

| Gate | Passed | Total | Status |
|------|--------|-------|--------|
| Visual | 8/9 | 9 | warning |
| Accessibility | 10/10 | 10 | pass |
| Metadata | 9/10 | 10 | warning |
| Performance | 9/9 | 9 | pass |

Critical Rules

  1. Run ALL 4 gates before merging frontend PRs
  2. Accessibility gate is NON-NEGOTIABLE — failures block merge
  3. Test at minimum 3 breakpoints: 375px, 768px, 1280px
  4. ALWAYS check prefers-reduced-motion for animations
  5. CLS > 0.1 or LCP > 2.5s are merge-blocking

Read the full file on GitHub · 101 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. 9d ago First seen · 101 lines · 50 tokens per session scan A 0a6e3dd326f9

Subscribe to this mod's changes

ui-polish is a skill published in the GitHub repository JNZader/repoforge (5 stars, last pushed 15d ago), licensed MIT. It adds 50 tokens to every session and 755 once invoked, about $0.0003 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

theme-builder

Create or customize a site theme interactively. Walks through site purpose, audience, visual direction, and design specifics before generating a complete base.html template with all SEO, accessibility, search, pagination, and i18n requirements.

seite-sh/seite · 49 tokens

frontend-design

Production-grade UI/UX guidance — not generic AI slop. Triggers on design, UI, frontend, component, styling, layout, make it look good.

AyushParkara/syntra · 36 tokens

accessibility-wcag

Accesibilidad WCAG 2.2 nivel AA aplicada: semántica HTML, ARIA cuando hace falta, navegación por teclado, foco visible, contraste, textos alternativos, formularios accesibles. Cargá al crear o auditar UI.

contactandrewchl-wq/turtle-mcp · 58 tokens

ui-ux-pro-max

Guía integral de UI/UX para web y mobile. Sistemas de color, tipografía pareada, jerarquía visual, espaciado 8-pt, estados de interacción, dark mode, accesibilidad de contraste, y patrones por tipo de producto (landing, dashboard, e-commerce, SaaS, app móvil). Cargá esta skill al diseñar o implementar interfaz visible.

contactandrewchl-wq/turtle-mcp · 85 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

ronmkr/PromptBook · 77 tokens

claude-design

Design one-off HTML artifacts (landing, deck, prototype).

NousResearch/hermes-agent · 16 tokens