frontend-design

frontend-design is a skill for Claude Code from aiatelie/ai-atelie. It costs 140 tokens per session (2,463 once invoked), scanned A, original, MIT.

A design guide for changing AI Atelie's visible interface, including its editor, canvas, toolbars, sidebars, dialogs, settings, and project screens. It defines the project's visual rules and requires checking its atelier design references first.

In plain words
What is it for?
Guiding edits to web/src components and styles, especially CSS modules, global styles, themes, and other user-facing interface elements.
Why use it?
It keeps changes to the host interface consistent with the product's typography, colors, spacing, and other established conventions.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

Good fit Guiding edits to web/src components and styles, especially CSS modules, global styles, themes, and other user-facing interface elements.

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

Made for: Claude Code.

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/aiatelie/ai-atelie/frontend-design/github.svg)](https://agentmods.dev/skills/aiatelie/ai-atelie/frontend-design)
Your own site
<a href="https://agentmods.dev/skills/aiatelie/ai-atelie/frontend-design"><img src="https://agentmods.dev/badge/skills/aiatelie/ai-atelie/frontend-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 frontend-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/aiatelie/ai-atelie/frontend-design"><img src="https://agentmods.dev/badge/skills/aiatelie/ai-atelie/frontend-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 140 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,463 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.00140 $0.02463
Opus 5 $0.00070 $0.01231
Sonnet 5 $0.00028 $0.00493
Haiku 4.5 $0.00014 $0.00246

Measured 12d ago against content hash b237463e83f9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, 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 12d 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.

.claude/skills/frontend-design/SKILL.md · 98 lines

How it starts

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

frontend-design (dev-time)

A contributor workflow for editing AI Atelie's own chrome — the parts of the host app a user sees regardless of what they're designing inside the canvas. Dev-time only; does not load into adapter sessions spawned by the editor.

If you're editing the canvas frame, the chat sidebar, the toolbar, the projects screen, the settings dialog, or any CSS module under web/src/, this skill applies. If you're editing a SKILL.md under skills/<name>/ that governs user-generated designs, this skill does NOT apply — that's the product skill, a different surface.

Read the atelier first

atelier/ is AI Atelie's canonical craft rulebook. Tokens in web/src/index.css decide what the brand looks like; the atelier files decide how a competent designer uses them.

The frontmatter craft.requires declares which sections this skill depends on. Pull these into context before touching chrome — they are the floor, not aspiration:

Atelier file What it covers When you need it
atelier/typography.md Type scale, line height, ALL CAPS tracking floor (≥0.06em), font pairing, three-weight system, line length Any text on screen
atelier/color.md Palette structure (70-90% neutrals / 5-10% brand / 0-5% semantic / <1% effect), ≤2 visible --brand uses per screen, ink scale by job, contrast minimums, semantic naming Any styled surface
atelier/anti-ai-slop.md The 7 P0 cardinal sins (lint-enforced): no Tailwind indigo, no two-stop trust gradients, no emoji-as-icons, no hardcoded display fonts, no rounded-card-with-left-border, no invented metrics, no filler copy. Plus soft tells and a chrome-PR checklist Every chrome PR
atelier/state-coverage.md Empty / loading / error states for any data-fetching surface Anything that lists, fetches, or paginates
atelier/animation-discipline.md Motion tokens, prefers-reduced-motion, when motion earns its place Anything that animates
atelier/accessibility-baseline.md Contrast, keyboard, focus rings, ARIA on chrome Any interactive control

Read the full file on GitHub · 98 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. 12d ago First seen · 98 lines · 140 tokens per session scan A b237463e83f9

Subscribe to this mod's changes

frontend-design is a skill published in the GitHub repository aiatelie/ai-atelie (8 stars, last pushed 3mo ago), licensed MIT. It adds 140 tokens to every session and 2,463 once invoked, about $0.0007 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

web-prototype

General-purpose desktop web prototype. Single self-contained HTML file built by copying the seed assets/template.html and pasting section layouts from references/layouts.md. Default for any landing / marketing / docs / SaaS page when no more specific skill matches.

nexu-io/open-design · 59 tokens

velar-luxury-real-estate

Use this plugin when the user wants a high-end luxury real-estate / architecture landing page with cinematic scroll choreography: a typewriter preloader that lifts away, a scroll-driven house image that rises from below and scales up while pinning to a dark statement section, a sticky dark stats band with count-up…

nexu-io/open-design · 119 tokens

web-prototype-taste-brutalist

Swiss industrial-print web prototype. Newsprint canvas, monolithic black grotesque, viewport-bleeding numerals, hairline grid dividers, hazard-red accent, ASCII syntax decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Swiss Industrial Print mode).

nexu-io/open-design · 70 tokens

web-prototype-taste-soft

Apple-tier soft web prototype. Silver/cream canvas, double-bezel cards, button-in-button CTAs, generous squircle radii, spring motion, ambient mesh. Distilled from Leonxlnx/taste-skill soft-skill + sections 4–8 of taste-skill.

nexu-io/open-design · 69 tokens

mockup-device-3d

Static iPhone and MacBook 3D-style showcase with real HTML embedded on screens, glass-lens refraction, and 360-degree turntable composition.

nexu-io/open-design · 39 tokens

web-prototype-taste-editorial

Editorial-minimalist web prototype. Warm monochrome canvas, serif display + grotesque body, 1px hairline borders, muted pastel chips, generous macro-whitespace, ambient micro-motion. Distilled from Leonxlnx/taste-skill minimalist-skill.

nexu-io/open-design · 64 tokens