web-interface-guidelines

web-interface-guidelines is a skill for Codex from BjornMelin/dev-skills. It costs 72 tokens per session (1,882 once invoked), scanned A, original, no licence file.

A short checklist for reviewing web-interface code before committing changes, covering interaction, forms, layout, content, performance, and accessibility.

In plain words
What is it for?
Use it for a fast pre-commit review of frontend changes against web interface guidelines.
Why use it?
It helps catch common UI problems quickly during code review before they reach users.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it for a fast pre-commit review of frontend changes against web interface guidelines.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bjornmelin/dev-skills/web-interface-guidelines
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.

Any agent
npx skills add BjornMelin/dev-skills --skill web-interface-guidelines
Clone the repo
git clone --depth 1 https://github.com/BjornMelin/dev-skills

Made for: 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 web-interface-guidelines

README.md
[![agentmods](https://agentmods.dev/badge/skills/bjornmelin/dev-skills/web-interface-guidelines/github.svg)](https://agentmods.dev/skills/bjornmelin/dev-skills/web-interface-guidelines)
Your own site
<a href="https://agentmods.dev/skills/bjornmelin/dev-skills/web-interface-guidelines"><img src="https://agentmods.dev/badge/skills/bjornmelin/dev-skills/web-interface-guidelines/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.

agentmods 80×15 button for web-interface-guidelines

Your own site · 80×15
<a href="https://agentmods.dev/skills/bjornmelin/dev-skills/web-interface-guidelines"><img src="https://agentmods.dev/badge/skills/bjornmelin/dev-skills/web-interface-guidelines.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,882 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00072 $0.01882
Opus 5 $0.00036 $0.00941
Sonnet 5 $0.00014 $0.00376
Haiku 4.5 $0.00007 $0.00188

Measured 9d ago against content hash 61842b5d869b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

web-interface-guidelines 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 9d 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.

skills/web-interface-guidelines/SKILL.md · 189 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

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.

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. 9d ago First seen · 189 lines · 72 tokens per session scan A 61842b5d869b

Subscribe to this mod's changes

web-interface-guidelines is a skill published in the GitHub repository BjornMelin/dev-skills (7 stars, last pushed 4d ago), with no licence file. It adds 72 tokens to every session and 1,882 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-09-03.

Related

Other skills, from other repositories

vue-application-structure

Establishes or reviews the directory layout, component conventions, composable design, Pinia store structure, and Vue Router configuration for a Vue 3 TypeScript application. Invoked when the user asks to structure a Vue app, set up the project layout, or review Vue architecture.

soulcodex/agentic · 63 tokens

next-application-structure

Establishes or reviews directory layout, server/client boundaries, routing, data-fetching strategy, and testing structure for Next.js 14+ App Router TypeScript applications. Invoked when the user asks to structure a Next app, set App Router conventions, or review architecture for React parity.

soulcodex/agentic · 64 tokens

react-application-structure

Establishes or reviews the directory layout, feature boundaries, state design, routing approach, and data-fetching conventions for a React 18+ TypeScript application. Invoked when the user asks to structure a React app, set up a scalable architecture, or review React project organization.

soulcodex/agentic · 63 tokens

design-to-code

Elite render-to-code skill. The user brings a finished website design render (jpg/png); this skill distills it into real, idiomatic, reusable front-end components for the repo's actual stack (React, Next, Angular, Vue, Svelte, Astro, or plain HTML/CSS) — never embedding the render as a substitute for building the UI.…

jdanigo/hydraia · 158 tokens

react-patterns

React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components.

jdanigo/hydraia · 49 tokens

ui-styling

Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns…

jdanigo/hydraia · 90 tokens