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.
npx skills add JNZader/repoforge --skill ui-polishgit clone --depth 1 https://github.com/JNZader/repoforgeWrote 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.
[](https://agentmods.dev/skills/jnzader/repoforge/ui-polish)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
- Run ALL 4 gates before merging frontend PRs
- Accessibility gate is NON-NEGOTIABLE — failures block merge
- Test at minimum 3 breakpoints: 375px, 768px, 1280px
- ALWAYS check prefers-reduced-motion for animations
- CLS > 0.1 or LCP > 2.5s are merge-blocking
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.
- 9d ago First seen · 101 lines · 50 tokens per session scan A 0a6e3dd326f9
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.
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.
frontend-design
Production-grade UI/UX guidance — not generic AI slop. Triggers on design, UI, frontend, component, styling, layout, make it look good.
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.
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.
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).…
claude-design
Design one-off HTML artifacts (landing, deck, prototype).