Borrowing it
Nothing to install: this file belongs to utensils/nxv. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/utensils/nxv/main/.agents/skills/nxv-design/SKILL.mdgit clone --depth 1 https://github.com/utensils/nxvWrote 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/utensils/nxv/nxv-design)<a href="https://agentmods.dev/skills/utensils/nxv/nxv-design"><img src="https://agentmods.dev/badge/skills/utensils/nxv/nxv-design/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/utensils/nxv/nxv-design"><img src="https://agentmods.dev/badge/skills/utensils/nxv/nxv-design.svg" alt="Reviewed on agentmods" width="80" 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.00064 | $0.00588 |
| Opus 5 | $0.00032 | $0.00294 |
| Sonnet 5 | $0.00013 | $0.00118 |
| Haiku 4.5 | $0.00006 | $0.00059 |
Grade A, and why
nxv-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 10d 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 — 25 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Read the README.md file within this skill, and explore the other available files.
If creating visual artifacts (slides, mocks, throwaway prototypes, etc.), copy assets out and create static HTML files for the user to view. If working on production code, you can copy assets and read the rules here to become an expert in designing with this brand.
If the user invokes this skill without any other guidance, ask them what they want to build or design, ask some questions, and act as an expert designer who outputs HTML artifacts or production code, depending on the need.
Quick orientation
- Look: "Blueprint" — dark-only, deep cool-navy canvas with a faint 48px engineering grid (masked to fade behind content), the colourful Nix snowflake as the hero mark, JetBrains Mono as the signature voice, one Nix-blue accent.
- Tokens: link
styles.css(it@imports everything intokens/). Reference semantic aliases —--surface-page,--surface-glass,--text,--accent,--border,--ring-focus,--grid-image— not raw hexes. All colour is oklch. - Fonts:
fonts/inter-var.woff2(UI/body) +fonts/jetbrains-mono-var.woff2(data/code/headings). Real binaries, no substitutes. - Assets:
assets/nix-snowflake.svg(hero mark + favicon),assets/nxv-logo-dark.svg/nxv-logo-light.svg(bracket monogram). - Icons: Lucide-style 2px-stroke line icons (
stroke="currentColor", no fill). No emoji, no icon font. - Voice: lowercase terminal-native labels, second-person imperative prose, dry wit, concrete numbers and real package names. Mono for anything machine-shaped. Eyebrows read like
// code comments.
Components
Compiled to _ds_bundle.js under window.NxvDesignSystem_0fa7ce. Core: Button, Chip, Kbd, StatusPill, Panel, Metric, SegmentedToggle, Callout, Toast. Product: SearchPrompt, Terminal, VersionBadge, PackageRow, PackageCard, VersionTimeline, ActivityBars. Each component has a .prompt.md with a usage example. ui_kits/search-app/ is a full interactive reference; Landing.html is the marketing page.
What ships with it
60 files 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.
- _adherence.oxlintrc.json 15 KB
- _ds_bundle.js 53 KB runs code
- _ds_manifest.json 17 KB
- assets/nix-snowflake.svg 4.4 KB
- assets/nxv-logo-dark.svg 721 B
- assets/nxv-logo-light.svg 721 B
- components/core/Button.d.ts 836 B runs code
- components/core/Button.jsx 2.7 KB
- components/core/Button.prompt.md 598 B
- components/core/Callout.d.ts 440 B runs code
- components/core/Callout.jsx 1.6 KB
- components/core/Callout.prompt.md 434 B
- components/core/Chip.d.ts 523 B runs code
- components/core/Chip.jsx 1.5 KB
- components/core/Chip.prompt.md 455 B
- components/core/CommandPalette.d.ts 883 B runs code
- components/core/CommandPalette.jsx 3.4 KB
- components/core/CommandPalette.prompt.md 554 B
- components/core/core.card.html 4.4 KB
- components/core/Kbd.d.ts 230 B runs code
- components/core/Kbd.jsx 723 B
- components/core/Kbd.prompt.md 198 B
- components/core/Metric.d.ts 451 B runs code
- components/core/Metric.jsx 1.0 KB
- components/core/Metric.prompt.md 407 B
- components/core/Pagination.d.ts 572 B runs code
- components/core/Pagination.jsx 1.4 KB
- components/core/Pagination.prompt.md 428 B
- components/core/Panel.d.ts 613 B runs code
- components/core/Panel.jsx 1.2 KB
- components/core/Panel.prompt.md 468 B
- components/core/SegmentedToggle.d.ts 639 B runs code
- components/core/SegmentedToggle.jsx 1.6 KB
- components/core/SegmentedToggle.prompt.md 274 B
- components/core/StatusPill.d.ts 365 B runs code
- components/core/StatusPill.jsx 1.2 KB
- components/core/StatusPill.prompt.md 332 B
- components/core/Toast.d.ts 402 B runs code
- components/core/Toast.jsx 1.2 KB
- components/core/Toast.prompt.md 295 B
- components/product/ActivityBars.d.ts 520 B runs code
- components/product/ActivityBars.jsx 1.1 KB
- components/product/ActivityBars.prompt.md 224 B
- components/product/PackageCard.d.ts 549 B runs code
- components/product/PackageCard.jsx 4.7 KB
- components/product/PackageCard.prompt.md 434 B
- components/product/PackageRow.d.ts 1.1 KB runs code
- components/product/PackageRow.jsx 4.2 KB
- components/product/PackageRow.prompt.md 628 B
- components/product/product.card.html 4.8 KB
- components/product/SearchPrompt.d.ts 758 B runs code
- components/product/SearchPrompt.jsx 2.9 KB
- components/product/SearchPrompt.prompt.md 414 B
- components/product/Terminal.d.ts 824 B runs code
- components/product/Terminal.jsx 2.0 KB
- components/product/Terminal.prompt.md 608 B
- components/product/VersionBadge.d.ts 477 B runs code
- components/product/VersionBadge.jsx 1.2 KB
- components/product/VersionBadge.prompt.md 293 B
- components/product/VersionTimeline.d.ts 728 B runs code
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.
- 10d ago First seen · 25 lines · 64 tokens per session scan A 71adc5c2f6ee
nxv-design is a skill published in the GitHub repository utensils/nxv (136 stars, last pushed 28d ago), licensed MIT. It adds 64 tokens to every session and 588 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-philosophy
Visual & UI philosophy (The 5 Pillars of Intentional UI). Understand deeply to avoid "AI slop" and create distinctive, memorable interfaces.
frontend-design
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Use whenever the task produces or modifies anything a user will see rendered — websites, landing pages, web apps, dashboards, React/HTML/Vue components, artifacts with visual output, style overhauls, or "make this…
frontend-design
Produce intentional, responsive, accessible UI work and perform visual QA instead of generic component assembly.
designlang-tokens
Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.
migrate-design-prototype
Reproduce a Claude Design prototype or design handoff (HTML/CSS, .dc.html export, tokens, screenshots) inside a Mendix app: build the palette with mxcli theme create --from, then apply classes in pages with MDL. Use when given a design artefact and asked to make the app look like it.
extract-design-system
Extract design primitives from a public website and generate starter token files for your project.