web-design

web-design is a skill for Claude Code, Codex from drewnekota/cetus. It costs 80 tokens per session (2,440 once invoked), scanned A, original, MIT.

A design guide for creating web pages and other visual documents with a deliberate visual style. It covers choosing an aesthetic direction and setting consistent colors, fonts, spacing, and shapes.

In plain words
What is it for?
It helps build websites, dashboards, reports, emails, slide decks, and interface components with a consistent visual system.
Why use it?
It prevents generated pages from looking generic or accidentally assembled from mismatched design choices.

Skill for Claude CodeCodex

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

Good fit It helps build websites, dashboards, reports, emails, slide decks, and interface components with a consistent visual system.

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

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

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

agentmods 80×15 button for web-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/drewnekota/cetus/web-design"><img src="https://agentmods.dev/badge/skills/drewnekota/cetus/web-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,440 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00080 $0.02440
Opus 5 $0.00040 $0.01220
Sonnet 5 $0.00016 $0.00488
Haiku 4.5 $0.00008 $0.00244

Measured 9d ago against content hash 4f4356afe5ac, 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 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.

src-tauri/cetus-skills/web-design/SKILL.md · 168 lines

How it starts

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

Web design

Your default web output regresses to the mean of the training set — and the mean is ugly: system fonts, a centered hero over a purple gradient, three identical cards, emoji headers. That look reads instantly as "AI-made". This skill exists to pull every page off that mean and onto something that looks deliberately designed. Follow the process; don't free-style from scratch.

Process (do these in order)

  1. Commit to one aesthetic direction. Before any markup, pick a single point of view that fits the content and name it in a comment. Examples:

    • Editorial — serif display, wide measure, strong hierarchy, ink-on-paper.
    • Technical / precise — mono or grotesk, tight grid, hairlines, data-dense.
    • Warm / organic — humanist sans, soft neutrals, generous radius, gentle.
    • Brutalist — flat, high-contrast, oversized type, raw structure.
    • Refined product — neutral grotesk, restrained accent, soft depth. Pick ONE and carry it through everything. Mixing directions = slop.
  2. Set tokens first. Define type, color, space, radius as CSS custom properties at the top (see baseline below). Build from tokens, never hardcode one-off values. Consistency is most of what "designed" means.

  3. Layout with a real grid + asymmetry. Use CSS grid. Constrain text measure to ~60–72ch. Do NOT center everything — anchor content, use deliberate asymmetry, let whitespace do work. Generous, uneven spacing reads as intentional; uniform padding reads as a template.

  4. Compose components from the patterns below, restyled to your direction.

  5. Self-review against the checklist, then — when it matters — open the page in the browser, look at it, and fix whatever reads as cheap before sending.

Typography (80% of the result)

  • Load a real typeface from a CDN. Never ship the system default. Good, free, characterful pairings:
    • Editorial: Fraunces or Libre Caslon Text display + Inter / Newsreader body.
    • Technical: Space Grotesk + IBM Plex Mono, or Geist + Geist Mono.
    • Warm: Bricolage Grotesque + Instrument Sans.
    • Refined: General Sans / Satoshi (Fontshare) for both. Use at most two families.
  • Type scale with real contrast. Display should be dramatically larger than body (use clamp() for fluid display). A flat scale where h1≈h2≈body is the #1 tell of an undesigned page.
  • Body: line-height 1.5–1.7, measure ≤72ch, weight 400, generous paragraph spacing. Headings: tighter line-height (1.05–1.2), often a heavier or contrasting weight, slightly negative letter-spacing on large display sizes.

Read the full file on GitHub · 168 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. 9d ago First seen · 168 lines · 80 tokens per session scan A 4f4356afe5ac

Subscribe to this mod's changes

web-design is a skill published in the GitHub repository drewnekota/cetus (143 stars, last pushed today), licensed MIT. It adds 80 tokens to every session and 2,440 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.