frontend-design

frontend-design is a skill for Claude Code, Codex from drag88/claude-dev-framework. It costs 20 tokens per session (1,765 once invoked), scanned A, original, MIT.

A design guide for building web pages and interfaces with a restrained visual style, clear typography, limited colors, whitespace, and frosted-glass effects.

In plain words
What is it for?
Use it when creating or styling web pages, components, dashboards, landing pages, or React and HTML/CSS interfaces.
Why use it?
It gives implementation work a consistent visual direction and helps avoid generic-looking web interfaces.

Skill for Claude CodeCodex

Part of the cdf plugin — 13 skills, 20 commands, 11 agents, 4 hooks shipped together

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.

agentmods
npx agentmods add skills/drag88/claude-dev-framework/frontend-design
Any agent
npx skills add drag88/claude-dev-framework --skill frontend-design
Clone the repo
git clone --depth 1 https://github.com/drag88/claude-dev-framework

Made for: Claude Code, Codex.

Or install cdf, the plugin that ships this one along with the rest of its 13 skills, 20 commands, 11 agents, 4 hooks.

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 frontend-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/drag88/claude-dev-framework/frontend-design.svg)](https://agentmods.dev/skills/drag88/claude-dev-framework/frontend-design)
Your own site
<a href="https://agentmods.dev/skills/drag88/claude-dev-framework/frontend-design"><img src="https://agentmods.dev/badge/skills/drag88/claude-dev-framework/frontend-design.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,765 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00020 $0.01765
Opus 5 $0.00010 $0.00882
Sonnet 5 $0.00004 $0.00353
Haiku 4.5 $0.00002 $0.00177

Measured 3d ago against content hash 273fc9057e02, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

frontend-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 3d 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/frontend-design/SKILL.md · 210 lines

How it starts

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

Frontend Design

This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. The goal is to implement real working code with exceptional attention to aesthetic details and creative choices.

When to Activate

  • Building web components, pages, or applications
  • Creating landing pages or marketing sites
  • Designing dashboards or admin interfaces
  • Styling or beautifying any web UI
  • Creating HTML/CSS layouts or React components
  • When visual design quality matters

User Preferences (Default Style)

Unless explicitly overridden, apply these preferences:

Preference Direction
Typography Helvetica (or Helvetica Neue) as primary font
Aesthetic Minimalist — clean, restrained, essential
Visual Style Glassmorphism — frosted glass, backdrop blur, subtle transparency
Approach Less is more — every element must earn its place

Minimalist Execution

  • Whitespace as design element — generous, intentional negative space
  • Limited color palette — 2-3 colors maximum, one accent
  • Typography-driven hierarchy — size and weight, not decoration
  • Subtle depth — glassmorphism over heavy shadows
  • Refined details — precision in spacing, alignment, micro-interactions
  • No visual clutter — remove anything that doesn't serve a purpose

Glassmorphism Implementation

/* Glass card pattern */
.glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}

/* Dark variant */
.glass-dark {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

Key glassmorphism principles:

  • Subtle blur (8-16px) — not overwhelming
  • Low-opacity backgrounds (0.1-0.3)
  • Thin, semi-transparent borders
  • Works best with colorful or image backgrounds behind
  • Maintain text contrast for accessibility

Read the full file on GitHub · 210 lines

Files

What ships with it

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

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. 3d ago First seen · 210 lines · 20 tokens per session scan A 273fc9057e02

Subscribe to this mod's changes

frontend-design is a skill published in the GitHub repository drag88/claude-dev-framework (2 stars, last pushed 1mo ago), licensed MIT. It adds 20 tokens to every session and 1,765 once invoked, about $0.0001 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-31.

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

image-to-code

Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards…

Leonxlnx/taste-skill · 116 tokens

material-ui-tailwind

Integrates Material UI with Tailwind CSS v4 using cascade layers (enableCssLayer, @layer order) and documents Tailwind v3 interoperability (preflight, important, injectFirst, portals). Use when combining MUI with Tailwind utilities, slotProps className, or theme token bridges.

mui/material-ui · 67 tokens

openbot-screen-layout

The default layout for every OpenBot configuration screen — PageShell and its prose/wide widths, PageSection and PageRows, Item row composition, the settings-row pattern where a summary and a chevron open a dialog, and the size and variant vocabulary. This is what a new screen looks like unless an instruction says…

CopilotKit/OpenBot · 183 tokens

better-typography

Focuses on type scale, spacing, sizing, variable fonts, OpenType features, wrapping, truncation and other details that make typography feel great across your product.

jakubkrehel/skills · 38 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