Aesthetic Web Design

Aesthetic Web Design is a skill for Claude Code, Codex from EliasOulkadi/shokunin. It costs 113 tokens per session (5,094 once invoked), scanned A, original, MIT.

A set of design rules for creating or improving websites, web apps, dashboards, and other user interfaces.

In plain words
What is it for?
Use it when designing a marketing page, product interface, admin dashboard, developer tool, or reusable UI component.
Why use it?
It helps choose a suitable visual style, typography, colors, spacing, and interaction patterns for the type of interface being built.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions OpenCode.

Good fit Use it when designing a marketing page, product interface, admin dashboard, developer tool, or reusable UI component.

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

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 Aesthetic Web Design

README.md
[![agentmods](https://agentmods.dev/badge/skills/eliasoulkadi/shokunin/aesthetic-web/github.svg)](https://agentmods.dev/skills/eliasoulkadi/shokunin/aesthetic-web)
Your own site
<a href="https://agentmods.dev/skills/eliasoulkadi/shokunin/aesthetic-web"><img src="https://agentmods.dev/badge/skills/eliasoulkadi/shokunin/aesthetic-web/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 Aesthetic Web Design

Your own site · 80×15
<a href="https://agentmods.dev/skills/eliasoulkadi/shokunin/aesthetic-web"><img src="https://agentmods.dev/badge/skills/eliasoulkadi/shokunin/aesthetic-web.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,094 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.00113 $0.05094
Opus 5 $0.00056 $0.02547
Sonnet 5 $0.00023 $0.01019
Haiku 4.5 $0.00011 $0.00509

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

Security

Grade A, and why

Aesthetic 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 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.

.pack/skills/aesthetic-web/SKILL.md · 468 lines

How it starts

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

Register Distinction

Every design task is either Brand or Product.

Register Scope Bar Approach
Brand Marketing, landing pages, campaign surfaces, portfolios, long-form content. Design IS the product. Distinctiveness. Must stand out from competitors. Full creative range. Editorial, luxury, brutalist, cinematic — any visual lane.
Product App UI, admin, dashboards, developer tools. Design SERVES the product. Earned familiarity. Users of Linear, Stripe, Vercel should trust it. Restrained. Clean. Fast. One palette. Predictable patterns.

Identify before designing. Priority: (1) task cue ("landing page" vs "dashboard"), (2) surface in focus, (3) project context. First match wins.


1. Typography — The Main Visual Element

Display fonts by direction

Editorial serif (Structured.money, Cori Corinne, Steep.app):

  • Canela (preferred, premium license) — high contrast, editorial
  • DM Serif Display (free) — elegant, sharp serifs
  • Cormorant Garamond (free) — ultra-high contrast, ultra-luxury
  • Playfair Display (free) — classic editorial
  • Fraunces (free) — optical-size variable, editorial/vintage

Bold display sans (Leonardo.AI, Monopo):

  • Neue Haas Grotesk Display — definitive display grotesque
  • Cabinet Grotesk (free) — wide, excellent for oversized headlines
  • Bebas Neue (free) — all-caps condensed
  • Anton (free) — punchy, condensed
  • Space Grotesk (free) — tech/futuristic

Body/UI text (never as display, never Inter as headline):

  • DM Sans (free, pairs with DM Serif Display)
  • Geist (free, clean, modern)
  • Inter (free, body text only)

Oversized typography

.display-hero {
  font-size: clamp(80px, 12vw, 180px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.bleed-text {
  font-size: clamp(120px, 18vw, 280px);
  line-height: 0.85;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: -0.04em;
}

.mixed-headline {
  font-size: clamp(40px, 6vw, 96px);
  font-weight: 600;
  line-height: 1.05;
}
.mixed-headline em {
  font-style: italic;
  font-weight: 400;
}

Read the full file on GitHub · 468 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. 11d ago First seen · 468 lines · 113 tokens per session scan A fa648b8d79c7

Subscribe to this mod's changes

Aesthetic Web Design is a skill published in the GitHub repository EliasOulkadi/shokunin (113 stars, last pushed 1mo ago), licensed MIT. It adds 113 tokens to every session and 5,094 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

animate

Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive.

arnabdeypolimi/claude_code_setup · 53 tokens

adapt

Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility.

arnabdeypolimi/claude_code_setup · 51 tokens

normalize

Audits and realigns UI to match design system standards, spacing, tokens, and patterns. Use when the user mentions consistency, design drift, mismatched styles, tokens, or wants to bring a feature back in line with the system.

arnabdeypolimi/claude_code_setup · 50 tokens

web-design-reviewer

This skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like "review website design", "check the UI", "fix the layout", "find design problems". Detects issues with responsive design, accessibility, visual consistency, and layout breakage…

Galaxy-Dawn/claude-scholar · 74 tokens

ui-web

Web UI - glassmorphism, Tailwind, dark mode, accessibility.

alinaqi/maggy · 17 tokens

mulmoterminal-theme

Build a colour scheme of your own for MulmoTerminal — one that joins Midnight, Nord, Daylight and Solarized in Settings' theme picker and can then be pinned per project. Writes themes in /.mulmoterminal/config.json, the whole-app palette (panels, borders, accent, text), which has no UI for creating one — Settings only…

receptron/mulmoterminal · 168 tokens