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 fpindej/netrock --skill review-designgit 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/review-design)<a href="https://agentmods.dev/skills/fpindej/netrock/review-design"><img src="https://agentmods.dev/badge/skills/fpindej/netrock/review-design.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00030 | $0.01867 |
| Opus 5 | $0.00015 | $0.00933 |
| Sonnet 5 | $0.00006 | $0.00373 |
| Haiku 4.5 | $0.00003 | $0.00187 |
Grade A, and why
review-design 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 8d 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 — 146 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reviews frontend components for design quality, UI/UX best practices, and project standards.
Argument: file path, component name, or glob pattern. If omitted, reviews all files changed on the current branch vs the repo default branch.
References
- Design tokens and standards - colors, spacing, breakpoints, touch targets
Steps
- Resolve scope: If argument provided, find matching
.sveltefiles. If omitted, get changed files viagit diff $(git symbolic-ref --short refs/remotes/origin/HEAD 2>/dev/null || echo origin/master) --name-only -- '*.svelte' - Read every file in scope in full - understand the complete component, not just fragments
- If screenshots for this change exist under
docs/sessions/assets/, Read them too and judge the rendered result, not just the classes
- If screenshots for this change exist under
- Read the design tokens reference for project standards
- Check the parent layout/page that renders each component - understand the context it lives in
- Cross-reference related components - check siblings in the same feature folder for consistency
Design Checklist
Responsive Design
- Mobile-first: base styles target 320px, then
sm:/md:/lg:/xl:breakpoints - No hardcoded widths that break on small screens (except
max-w-*constraints) - Padding scales with breakpoints (
p-4 sm:p-6 lg:p-8) - flat large padding wastes mobile space - Content grids use
lg:grid-cols-2(notxl:) sincemax-w-7xlensures sufficient width - Dialog grids start with
grid-cols-1base before responsive breakpoints - Full-height layouts use
h-dvhnoth-screen - Flex children with text have
min-w-0, icons/badges haveshrink-0 - Text doesn't overflow containers - check long names, emails, URLs with
truncateorbreak-all
Touch & Interaction
- All interactive elements meet 44px minimum touch target (
min-h-11orh-11) - Buttons use default size with
w-full sm:w-autopattern - Button wrapper uses
flex flex-col gap-2 sm:flex-row sm:justify-end - No
size="sm"orsize="lg"on action/submit buttons - Action buttons are right-aligned (not left-aligned or centered)
- Clickable text elements (links styled as text) still meet touch target minimums
- Disabled states are visually distinct and non-interactive
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 146 lines · 30 tokens per session scan A 282a72529f83
review-design is a skill published in the GitHub repository fpindej/netrock (232 stars, last pushed 7d ago), licensed MIT. It adds 30 tokens to every session and 1,867 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-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).…
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality and accessible markup. Use this skill when the user asks to build or beautify web components, pages, applications, landing pages, dashboards, artifacts, or React/HTML/CSS UI. Generates creative, polished code that avoids generic AI…
modern-css
Proactively apply when creating design systems, component libraries, or any frontend application. Triggers on CSS Grid, Subgrid, Flexbox, Container Queries, :has(), @layer, @scope, CSS nesting, @property, @function, if(), oklch, color-mix, light-dark, relative color, @starting-style, scroll-driven animations, view…
shadcn-sveltekit-design
Use when building, redesigning, beautifying, or refactoring SvelteKit pages and reusable components with shadcn-svelte, Bits UI, or the shadcn-svelte MCP. Trigger on landing pages, dashboards, marketing sites, app shells, forms, navbars, tables, dialogs, responsive layouts, theming, icon selection, and requests to…
创建主题
A set of rules for creating or changing frontend visual themes through configuration. It covers colors, interface components, effects, backgrounds, naming, accessibility, and how preset themes are registered.
cratis-components-styling
Style and theme an application built on Cratis Components — the stylesheet imports an app must make, the --cratis- design-token layer and the PrimeReact token chain behind it, choosing between the baseline theme, a styled preset, a custom palette, and fully unstyled, dark mode, the PrimeReact pass-through prop, and…