web-design-guidelines

web-design-guidelines is a skill for Claude Code, Codex from bugrabilge/bilge-development-kit. It costs 39 tokens per session (1,648 once invoked), scanned A, original, MIT.

A guide to designing and reviewing web interfaces for different screen sizes, accessibility, browser compatibility, layout, and loading speed.

In plain words
What is it for?
Use it to create responsive layouts, check WCAG accessibility requirements, review cross-browser behavior, establish design-system rules, and improve Core Web Vitals (web performance measures).
Why use it?
It helps prevent interfaces that are difficult to use, fail accessibility checks, break in some browsers, or perform poorly.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create responsive layouts, check WCAG accessibility requirements, review cross-browser behavior, establish design-system rules, and improve Core Web Vitals (web performance measures).

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bugrabilge/bilge-development-kit/web-design-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 bugrabilge/bilge-development-kit --skill web-design-guidelines
Clone the repo
git clone --depth 1 https://github.com/bugrabilge/bilge-development-kit

Made for: Claude Code, 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-design-guidelines

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/bugrabilge/bilge-development-kit/web-design-guidelines"><img src="https://agentmods.dev/badge/skills/bugrabilge/bilge-development-kit/web-design-guidelines.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,648 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 original 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.00039 $0.01648
Opus 5 $0.00019 $0.00824
Sonnet 5 $0.00008 $0.00330
Haiku 4.5 $0.00004 $0.00165

Measured 5d ago against content hash 327be885dfa9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

web-design-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 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.

skills/web-design-guidelines/SKILL.md · 151 lines

How it starts

The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Web Design Guidelines

"The web is for everyone; design with inclusivity, clarity, and resilience as your compass."

When to Use

  • Designing responsive web layouts
  • Auditing sites for WCAG accessibility compliance
  • Reviewing cross-browser compatibility issues
  • Establishing design system foundations
  • Optimizing web performance and Core Web Vitals
  • Creating mobile-first or adaptive interfaces

Responsive Design

Mobile-First Approach

  • Start with the smallest viewport and enhance upward
  • Base styles serve mobile; use min-width media queries to add complexity
  • Touch targets must be at least 44x44 CSS pixels (WCAG 2.5.5)
  • Test at 320px, 375px, 768px, 1024px, 1440px breakpoints

Fluid Layouts

  • Use relative units (%, vw, rem) instead of fixed px for widths
  • Use clamp() for fluid typography: font-size: clamp(1rem, 2.5vw, 2rem)
  • Set max-width on content containers (typically 1200-1440px) to prevent ultra-wide stretching
  • Use CSS Grid for two-dimensional layouts; Flexbox for one-dimensional alignment

Breakpoint Strategy

  • Define breakpoints based on content, not device names
  • Common system: sm (640px), md (768px), lg (1024px), xl (1280px), 2xl (1536px)
  • Avoid more than 4-5 breakpoints; complexity grows quickly
  • Test between breakpoints, not just at them

Images and Media

  • Use srcset and sizes for responsive images
  • Serve WebP/AVIF with fallback to JPEG/PNG
  • Set explicit width and height attributes to prevent layout shift
  • Use aspect-ratio CSS property for responsive video/embed containers

Accessibility (WCAG 2.1 AA)

Perceivable

  • Color contrast ratio: 4.5:1 for normal text, 3:1 for large text (18px+ bold or 24px+)
  • Never rely on color alone to convey information; use icons, patterns, or text alongside
  • Provide alt text for informational images; use alt="" for decorative images
  • Captions for video; transcripts for audio content
  • Ensure text can be resized to 200% without loss of content or functionality

Operable

  • All functionality available via keyboard
  • No keyboard traps; users can always Tab or Escape out
  • Provide skip navigation links for screen reader users
  • Avoid content that flashes more than 3 times per second
  • Give users enough time to read and act; avoid auto-advancing carousels without pause controls

Read the full file on GitHub · 151 lines

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. 5d ago First seen · 151 lines · 39 tokens per session scan A 327be885dfa9

Subscribe to this mod's changes

web-design-guidelines is a skill published in the GitHub repository bugrabilge/bilge-development-kit (10 stars, last pushed 4mo ago), licensed MIT. It adds 39 tokens to every session and 1,648 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-09-03.

Related

Other skills, from other repositories

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens

frontend-ui-dark-ts

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.

microsoft/skills · 48 tokens

reveal-hover-effect

Build cursor-following spotlight reveals that expose a second aligned image through a soft radial mask. Use for hover-to-color, before-and-after, x-ray, material, texture, product-detail, and illustrated hero effects where a desaturated or embossed base image should remain visible while another treatment follows an…

MengTo/Skills · 66 tokens

frontend-visual-qa

Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…

daymade/claude-code-skills · 145 tokens

better-colors

Helps you build a color system and answer anything about color in your project. You can generate palettes, use semantic tokens, convert between formats, check contrast and more.

jakubkrehel/skills · 38 tokens