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 navikt/copilot --skill web-design-reviewergit clone --depth 1 https://github.com/navikt/copilotWrote 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/navikt/copilot/web-design-reviewer)<a href="https://agentmods.dev/skills/navikt/copilot/web-design-reviewer"><img src="https://agentmods.dev/badge/skills/navikt/copilot/web-design-reviewer/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/navikt/copilot/web-design-reviewer"><img src="https://agentmods.dev/badge/skills/navikt/copilot/web-design-reviewer.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.00089 | $0.02287 |
| Opus 5 | $0.00044 | $0.01144 |
| Sonnet 5 | $0.00018 | $0.00457 |
| Haiku 4.5 | $0.00009 | $0.00229 |
Grade A, and why
web-design-reviewer 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 11d 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 — 281 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Nettside-designgjennomgang
Visuell inspeksjon og validering av designkvalitet på nettsider. Identifiserer og fikser problemer på kildekodenivå.
Anvendelse
- Statiske nettsider (HTML/CSS/JS)
- SPA-rammeverk som React / Vue / Angular / Svelte
- Fullstack-rammeverk som Next.js / Nuxt / SvelteKit
- Andre webapplikasjoner
Forutsetninger
Påkrevd
-
Nettsiden må kjøre
- Lokal utviklingsserver (f.eks.
http://localhost:3000) - Staging-miljø
- Produksjon (kun for gjennomgang uten endringer)
- Lokal utviklingsserver (f.eks.
-
Browser-automatisering må være tilgjengelig
- Screenshots
- Sidenavigasjon
- DOM-informasjon
-
Tilgang til kildekode (ved feilretting)
- Prosjektet må finnes i workspace
Arbeidsflyt
flowchart TD
A[Steg 1: Informasjonsinnhenting] --> B[Steg 2: Visuell inspeksjon]
B --> C[Steg 3: Feilretting]
C --> D[Steg 4: Verifikasjon]
D --> E{Flere feil?}
E -->|Ja| B
E -->|Nei| F[Ferdig rapport]
Steg 1: Informasjonsinnhenting
1.1 URL-bekreftelse
Hvis URL ikke er oppgitt, spør:
Oppgi URL-en til nettsiden som skal gjennomgås (f.eks.
http://localhost:3000)
1.2 Prosjektstruktur
Ved feilretting, finn ut følgende:
| Element | Eksempel |
|---|---|
| Rammeverk | React / Vue / Next.js etc.? |
| Styling | CSS / SCSS / Tailwind / CSS-in-JS? |
| Kildeplassering | Hvor ligger stil- og komponentfiler? |
| Omfang | Spesifikke sider eller hele nettstedet? |
1.3 Automatisk prosjektdeteksjon
Forsøk automatisk deteksjon fra filer i workspace:
Deteksjonsmål:
├── package.json → Rammeverk og avhengigheter
├── tsconfig.json → TypeScript-bruk
├── tailwind.config → Tailwind CSS
├── next.config → Next.js
├── vite.config → Vite
├── nuxt.config → Nuxt
└── src/ eller app/ → Kildekatalog
1.4 Identifisering av stilmetode
| Metode | Deteksjon | Redigeringsmål |
|---|---|---|
| Ren CSS | *.css-filer |
Global CSS eller komponent-CSS |
| SCSS/Sass | *.scss, *.sass |
SCSS-filer |
| CSS Modules | *.module.css |
Modul-CSS-filer |
| Tailwind CSS | tailwind.config.* |
className i komponenter |
| styled-components | styled. i koden |
JS/TS-filer |
| Emotion | @emotion/-imports |
JS/TS-filer |
| CSS-in-JS (annet) | Inline-stiler | JS/TS-filer |
What ships with it
3 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.
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.
- 11d ago First seen · 281 lines · 89 tokens per session scan A 1cb4e5b4bad7
web-design-reviewer is a skill published in the GitHub repository navikt/copilot (54 stars, last pushed today), licensed MIT. It adds 89 tokens to every session and 2,287 once invoked, about $0.0004 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
shadcn-ui
Provides complete shadcn/ui component library patterns including installation, configuration, and implementation of accessible React components. Use when setting up shadcn/ui, installing components, building forms with React Hook Form and Zod, customizing themes with Tailwind CSS, or implementing UI patterns like…
tailwind-design-system
Skill for creating and managing a Design System using Tailwind CSS and shadcn/ui. Use when defining design tokens, setting up theming with CSS variables, building a consistent UI component library, initializing a design system configuration, or wrapping shadcn/ui components into design system primitives.
tailwind-css-patterns
Provides comprehensive Tailwind CSS utility-first styling patterns including responsive design, layout utilities, flexbox, grid, spacing, typography, colors, and modern CSS best practices. Use when styling React/Vue/Svelte components, building responsive layouts, implementing design systems, or optimizing CSS workflow.
apply-mantel-styles
Provides guidelines for applying Mantel's brand styles to diagrams and frontend components. Use when asked to create visuals that need to align with Mantel's branding.
frontend-blueprint
AI frontend specialist and design consultant that guides users through a structured discovery process before generating any code. Collects visual references, design tokens, typography, icons, layout preferences, and brand guidelines to ensure the final output matches the user's vision with high fidelity. Use when the…
design-shiny-ui
Design Shiny application UIs using bslib for theming, layoutcolumns for responsive grids, value boxes, cards, and custom CSS/SCSS. Covers page layouts, accessibility, and brand consistency. Use when building a new Shiny app UI from scratch, modernizing an existing app from fluidPage to bslib, applying brand theming…