artifact-design

artifact-design is a skill for Claude Code, Codex from Zfinix/aster. It costs 85 tokens per session (2,586 once invoked), scanned A, original, Apache-2.0.

A design guide for building user-facing pages and components, including websites, dashboards, reports, emails, and React, Vue, or Svelte interfaces. It tells the agent to find and follow the project's existing visual system before adding new design.

In plain words
What is it for?
It helps design, redesign, style, and build visual interfaces while matching existing components, spacing, themes, and conventions.
Why use it?
It reduces inconsistent styling and avoids adding frameworks or libraries when the project already has suitable patterns.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

Good fit It helps design, redesign, style, and build visual interfaces while matching existing components, spacing, themes, and conventions.

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

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/zfinix/aster/artifact-design"><img src="https://agentmods.dev/badge/skills/zfinix/aster/artifact-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,586 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.00085 $0.02586
Opus 5 $0.00043 $0.01293
Sonnet 5 $0.00017 $0.00517
Haiku 4.5 $0.00009 $0.00259

Measured today against content hash 08ec017269df, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

artifact-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 today.

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.

crates/aster-skills/builtins/artifact-design/SKILL.md · 217 lines

How it starts

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

Artifact design

Work like the design lead at a small studio known for versatility: every job gets a visual identity pitched at the treatment it actually calls for, chosen for this subject rather than stamped from a template.

Step 0: adopt what already exists

Before designing anything, find the system the project already has. Cheapest first:

rg -l "tailwind.config|theme.ts|tokens|:root\s*\{|@theme|design-system" --glob '!node_modules'
sed -n '1,80p' AGENTS.md CLAUDE.md 2>/dev/null

A tokens file, a theme, a component library, or existing sibling components outrank every default below. Read two or three neighbouring components and match their conventions: class strategy, spacing scale, naming, how variants are expressed. Precedence is always the user's own words, then the project's system, then your judgment. Only reach past the project when it has no answer.

New standalone page with no project to honor: pick the stack the request implies and keep it minimal. Most pages need no framework and no library. Load one only when it carries real weight, pinned to an exact version, and never paste a library's source into the page.

Calibrate the treatment

The question is never whether to design, only how loud. A memo, a plan, a status page, an internal tool: polished and quiet. Real typographic hierarchy, considered spacing, a proper palette, no gigantic hero, flourishes rare. A landing page, a launch post, a game, something the user will keep or share: editorial, opinionated, one real aesthetic risk.

When unsure, aim quiet. A well-composed page is never wrong; an over-designed one sometimes is.

Plan before code

Write down, in a few lines, the token system you are about to build to:

  • Color: 4 to 6 named hex values, including the neutrals.
  • Type: two or more roles. A display face used with restraint, a body face that complements it, a utility face for data and captions if the page has any.
  • Layout: the composition in one or two sentences.

Read the full file on GitHub · 217 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. today First seen · 217 lines · 0 tokens per session scan A 08ec017269df

Subscribe to this mod's changes

artifact-design is a skill published in the GitHub repository Zfinix/aster (78 stars, last pushed today), licensed Apache-2.0. It adds 85 tokens to every session and 2,586 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-09-10.

Related

Other skills, from other repositories

lemma-app-design

Design, redesign, and visually refine Lemma pod apps into distinctive, production-quality interfaces grounded in the pod's real users, domain, data, files, agents, workflows, and assets. Use when defining information architecture or DESIGN.md, choosing interaction and visual direction, improving interface copy…

lemma-work/lemma-platform · 122 tokens

speccrew-knowledge-techs-ui-analyze

Analyze existing frontend UI codebase to extract and summarize page styles, layout patterns, component usage, and design conventions. Generates comprehensive UI style guides for each platform (PC, Mobile, etc.) including page type classifications, component libraries, layout patterns, and styling conventions. Used to…

charlesmu99/speccrew · 76 tokens

speccrew-knowledge-bizs-ui-graph

Constructs knowledge graph data (nodes, edges, relationships) from UI analysis results using XML workflow blocks. Generates graph JSON files and completion markers for the bizs knowledge pipeline.

charlesmu99/speccrew · 47 tokens

speccrew-knowledge-bizs-ui-style-extract

Extract and aggregate UI design patterns (page types, components, layouts) from analyzed bizs feature documents using XML workflow blocks, outputting to techs ui-style-patterns directory.

charlesmu99/speccrew · 49 tokens

speccrew-knowledge-techs-generate-ui-style

Generate UI style analysis documents for a specific frontend platform using XML workflow blocks. Analyzes page types, components, layouts, and styling conventions from source code. Only applicable to frontend platforms (web, mobile, desktop).

charlesmu99/speccrew · 56 tokens

ApertureOscillation

3-pass scope oscillation that holds a question constant while shifting zoom — narrow/tactical, wide/strategic, then synthesis — to surface design tensions, scope recommendations, and coherence assessments invisible at any single zoom level. USE WHEN aperture oscillation, oscillate scope, zoom in and out, tactical vs…

danielmiessler/LifeOS · 102 tokens