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 agentmods add skills/fpindej/netrock/polish-uinpx skills add fpindej/netrock --skill polish-uigit clone --depth 1 https://github.com/fpindej/netrockWrote 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/fpindej/netrock/polish-ui)<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>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 | $0.00053 | $0.01023 |
| Opus 5 | $0.00026 | $0.00511 |
| Sonnet 5 | $0.00011 | $0.00205 |
| Haiku 4.5 | $0.00005 | $0.00102 |
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.
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, orpremium. 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
-
Set design direction: Invoke the
design-taste-frontendskill 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). -
If the target is an image or mockup: Invoke the
image-to-codeskill 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. -
Implement via delegation: Pass the distilled brief to
frontend-engineer(Delegation Rule applies - the orchestrator does not writesrc/code). Include the specific taste/style constraints in the agent prompt so the direction survives the handoff.
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.
- 5d ago First seen · 42 lines · 53 tokens per session scan A 5e61c57a8a1d
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.
Other skills, from other repositories
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).…
api-design
Guidelines for RESTful API design, endpoint naming conventions, and standardizing JSON responses.
python
Enforces FastAPI, Dependency Injection, and general Python coding standards based on the repository structure.
react
Guidelines for the React frontend, TanStack ecosystem, and React 19 standards. Use when modifying the UI.
python-testing
Guidelines for Python testing using pytest and pytest-asyncio. Use when writing or debugging backend tests.
react-testing
Frontend testing standards using Vitest, React Testing Library, and Playwright. Use when writing UI tests.