polish-ui

polish-ui is a skill for Claude Code, Codex from fpindej/netrock. It costs 53 tokens per session (1,023 once invoked), scanned A, original, MIT.

A workflow for designing or refining a website interface and checking it in a real browser. It combines visual direction, implementation guidance, accessibility and design checks, and testing at different screen sizes and themes.

In plain words
What is it for?
Use it when building a page, matching a screenshot or mockup, or improving how a route or component looks and works.
Why use it?
It helps turn a rough or inconsistent interface into a checked result, while catching problems that static code checks cannot reveal.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/fpindej/netrock/polish-ui.svg)](https://agentmods.dev/skills/fpindej/netrock/polish-ui)
Your own site
<a href="https://agentmods.dev/skills/fpindej/netrock/polish-ui"><img src="https://agentmods.dev/badge/skills/fpindej/netrock/polish-ui.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,023 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.00053 $0.01023
Opus 5 $0.00026 $0.00511
Sonnet 5 $0.00011 $0.00205
Haiku 4.5 $0.00005 $0.00102

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

Security

Grade A, and why

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

.claude/skills/polish-ui/SKILL.md · 42 lines

How it starts

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

Polish or build a frontend surface to a high design standard, then prove it in a real browser.

This skill composes user-level skills installed at ~/.claude/skills/: design-taste-frontend, image-to-code, web-design-guidelines, playwright-cli, and the aesthetic packs shadcn, clean, premium. If any are missing, install them first:

npx skills add leonxlnx/taste-skill --skill design-taste-frontend --skill image-to-code -g -a claude-code -y
npx skills add vercel-labs/agent-skills --skill web-design-guidelines -g -a claude-code -y
npx skills add microsoft/playwright-cli --skill playwright-cli -g -a claude-code -y
npx skills add bergside/awesome-design-skills --skill shadcn --skill clean --skill premium -g -a claude-code -y

Arguments

  • Target: a route (/settings), a component path, or an image/mockup file. If omitted, ask what surface to work on.
  • Style (optional): shadcn (default - matches this app), clean, or premium. The style pack informs direction only; the app's existing tokens and components always win. Unified UX is a hard rule - never make one page feel like a different product.

Steps

  1. Set design direction: Invoke the design-taste-frontend skill and the chosen style pack skill. Distill their guidance into a short brief scoped to the target: hierarchy, spacing rhythm, typography, restraint. Filter out anything that conflicts with project hard rules (shadcn-svelte components, existing tokens, logical CSS, 44px touch targets, no overflow).

  2. If the target is an image or mockup: Invoke the image-to-code skill for its analysis method (section-by-section, readable reference views, no cards-inside-cards). Translate the output into Svelte 5 terms - the implementation must use runes, interface Props + $props(), shadcn-svelte components, and feature folders. Ignore the skill's instructions about generating images with Codex tooling; analyze the provided image instead.

  3. Implement via delegation: Pass the distilled brief to frontend-engineer (Delegation Rule applies - the orchestrator does not write src/ code). Include the specific taste/style constraints in the agent prompt so the direction survives the handoff.

Read the full file on GitHub · 42 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. 5d ago First seen · 42 lines · 53 tokens per session scan A 5e61c57a8a1d

Subscribe to this mod's changes

polish-ui is a skill published in the GitHub repository fpindej/netrock (231 stars, last pushed 4d ago), licensed MIT. It adds 53 tokens to every session and 1,023 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-30.