design-system

design-system is a skill for Claude Code, Codex from yogasw/wick. It costs 66 tokens per session (1,921 once invoked), scanned A, original, MIT.

A project-specific set of rules for building and styling user-interface elements such as buttons, forms, cards, dialogs, and layouts. It defines the allowed font, spacing system, colors, themes, responsive behavior, and icons.

In plain words
What is it for?
Use it whenever you create or edit UI components, CSS, Tailwind classes, design tokens, themes, page layouts, or responsive breakpoints.
Why use it?
It keeps new interface code consistent with the project's existing visual language. It prevents different components from using mismatched styles or spacing.

Skill for Claude CodeCodex

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/yogasw/wick/design-system
Any agent
npx skills add yogasw/wick --skill design-system
Clone the repo
git clone --depth 1 https://github.com/yogasw/wick

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/yogasw/wick/design-system.svg)](https://agentmods.dev/skills/yogasw/wick/design-system)
Your own site
<a href="https://agentmods.dev/skills/yogasw/wick/design-system"><img src="https://agentmods.dev/badge/skills/yogasw/wick/design-system.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,921 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.00066 $0.01921
Opus 5 $0.00033 $0.00960
Sonnet 5 $0.00013 $0.00384
Haiku 4.5 $0.00007 $0.00192

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

Security

Grade A, and why

design-system 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 4d 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/design-system/SKILL.md · 155 lines

How it starts

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

Design System

Enforces the project's visual language whenever Claude writes or edits UI code — templ components, Tailwind classes, CSS tokens, theme files, or tailwind.config.*. Every rule below is derived from the living token set in tailwind.config.js and web/src/input.css.

When this skill activates

  • Creating, editing, or refactoring a UI component (button, input, card, modal, dialog, tab, list, badge, notification, nav, layout, etc.)
  • Writing or updating CSS, Tailwind classes, design tokens, theme variables, or tailwind.config.*
  • Choosing colors, font sizes, spacing, padding, margins, border-radius, shadows, or icon sizes
  • Building a page layout, grid, container, or responsive breakpoint

Skip for purely backend / non-visual work.

Core rules

  1. Inter font only. All text uses Inter via font-sans. No other typeface in the UI.

  2. 8-pixel grid. Spacing, padding, margin, width, and height are multiples of 8 (8, 16, 24, 32, 40, 48, 56, 64, 72, 80). The sub-8 exceptions 4px, 12px, and 20px are allowed when 8-grid is too coarse.

  3. Named tokens only. Every color maps to a Tailwind token defined in tailwind.config.js (see tokens.md). Raw hex is allowed only inside the token definition itself.

  4. Accent vs. status separation. green-* is the primary accent color — never reuse it for "success." navy-* is for dark surfaces and login — never reuse it for "info." Status intent uses the dedicated ramps: pos-*, prog-*, cau-*, neg-*, error-*, warning-*, link-*.

  5. Text from Black ramp. All body/title/paragraph text uses black-600 through black-900. Never color body text with green or navy.

  6. Dark + light mode required. Every color class must have a dark: counterpart. Use the themed CSS-variable tokens (navy-*, black-*, white-*) so themes work automatically. See the "Theming" section below.

  7. Mobile-first and responsive. Build for narrow viewports first, then layer sm: / md: / lg: overrides. Test mentally at ≤375px before declaring done.

Read the full file on GitHub · 155 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. 4d ago First seen · 155 lines · 66 tokens per session scan A bc0ee9721d77

Subscribe to this mod's changes

design-system is a skill published in the GitHub repository yogasw/wick (5 stars, last pushed today), licensed MIT. It adds 66 tokens to every session and 1,921 once invoked, about $0.0003 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

omh-accessibility-audit

This is a Hermes-native accessibility-audit workflow skill.

rlaope/oh-my-hermes · 82 tokens

design-negotiation

Advocate for design quality, scope, and timeline with partners and leadership using evidence and shared goals. Use in the conversation itself. For the commercial vocabulary behind it, use business-design (ux-strategy).

Owl-Listener/designer-skills · 48 tokens

n8n:content-design

Product content designer for UI copy. Use when writing, reviewing, or auditing user-facing text: button labels, error messages, tooltips, empty states, modal copy, placeholder text, confirmation dialogs, onboarding flows, or i18n strings. Also use when the user says /copy, /content, or /ux-copy.

n8n-io/n8n · 73 tokens

version-control-strategy

Define version control for design files, components, and libraries — branching, naming, and release. Use when file history is chaotic. For design system contribution rules, use design-system-governance (design-systems).

Owl-Listener/designer-skills · 50 tokens

design-system-adoption

Create adoption strategy and enablement materials to drive design system usage. Use when the system exists but teams ignore it. For contribution and versioning rules, use design-system-governance (design-systems).

Owl-Listener/designer-skills · 48 tokens

ux-writing

Write interface copy — microcopy, error messages, empty states, and CTAs. Use when the words are the deliverable. For content structure and ownership, use content-strategy (ux-strategy).

Owl-Listener/designer-skills · 46 tokens