design-system-review

design-system-review is a skill for Codex from aditya-ariosity/ux-ui-skills. It costs 105 tokens per session (1,203 once invoked), scanned A, original, MIT.

A review guide for a shared design system: the tokens, components, libraries, and rules used across products.

In plain words
What is it for?
Use it to assess component libraries, Storybook, Figma libraries, token architecture, and system governance.
Why use it?
It finds inconsistencies, accessibility problems, missing states, and gaps between design files and production code.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to assess component libraries, Storybook, Figma libraries, token architecture, and system governance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aditya-ariosity/ux-ui-skills/design-system-review
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 aditya-ariosity/ux-ui-skills --skill design-system-review
Clone the repo
git clone --depth 1 https://github.com/aditya-ariosity/ux-ui-skills

Made for: 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-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/aditya-ariosity/ux-ui-skills/design-system-review/github.svg)](https://agentmods.dev/skills/aditya-ariosity/ux-ui-skills/design-system-review)
Your own site
<a href="https://agentmods.dev/skills/aditya-ariosity/ux-ui-skills/design-system-review"><img src="https://agentmods.dev/badge/skills/aditya-ariosity/ux-ui-skills/design-system-review/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 design-system-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/aditya-ariosity/ux-ui-skills/design-system-review"><img src="https://agentmods.dev/badge/skills/aditya-ariosity/ux-ui-skills/design-system-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,203 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.00105 $0.01203
Opus 5 $0.00053 $0.00602
Sonnet 5 $0.00021 $0.00241
Haiku 4.5 $0.00011 $0.00120

Measured yesterday against content hash a0600bf2c453, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

design-system-review 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 yesterday.

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.

design-system-review/SKILL.md · 133 lines

How it starts

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

Design System Review

Review the system as a product and an operating model, not a screenshot library. A healthy system creates shared decisions, accessible defaults, predictable behavior, and a credible path from design to production.

1. Define the system boundary

Establish:

  • products, platforms, brands, themes, locales, and teams served;
  • available evidence: token files, component code, Storybook, Figma libraries, documentation, usage analytics, product screenshots, issue logs;
  • source of truth for tokens, components, content, and release status;
  • expected consumers and valid extension points;
  • maturity stage: inventory, emerging library, adopted system, or multi-brand platform.

Do not equate visual inconsistency with system failure until intent and ownership are known.

2. Build an evidence inventory

Sample real product usage, not only pristine documentation. Create:

Pattern | Instances | Intended source | Observed variants | State gaps | Accessibility risk | Adoption signal | Owner

Synthetic example: Button | 24 product instances | Shared component | Five colors; three focus treatments | Focus and loading | Missing focus | 17/24 use shared | UI platform

Trace representative components from semantic token to design asset to code to product. Record drift at the layer where it originates.

3. Review four layers

Foundations and tokens

Read references/tokens-and-theming.md. Inspect semantic naming, primitive separation, themes and aliases, accessibility-critical typography and motion, deprecation, and distribution.

Components and patterns

Read references/component-contract.md. Inspect anatomy, variants, states, semantics, keyboard and responsive behavior, API boundaries, escape hatches, and test coverage.

Documentation and tooling

Inspect discoverability, realistic examples, rationale, design-code linkage, migration guidance, release notes, and executable stories or tests.

Read the full file on GitHub · 133 lines

Files

What ships with it

6 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. yesterday Changed · +9 lines · +30 tokens per session a0600bf2c453
  2. 8d ago First seen · 124 lines · 75 tokens per session scan A 3a5d90c8c228

Subscribe to this mod's changes

design-system-review is a skill published in the GitHub repository aditya-ariosity/ux-ui-skills (2 stars, last pushed 2d ago), licensed MIT. It adds 105 tokens to every session and 1,203 once invoked, about $0.0005 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-04.

Related

Other skills, from other repositories

design-with-claude

Use when design work needs a product designer's eye: auditing a codebase for design-system gaps, fixing WCAG contrast and unlabeled inputs, choosing type scales or spacing steps, reviewing UI that looks generic or AI-generated, or designing forms, tables, dashboards, navigation, checkout, onboarding, dark mode, and…

imsaif/design-with-claude · 0 tokens

Design

A comprehensive design operating system synthesized from 10 canonical design books. Covers research, typography, color theory, composition, branding, logo design, storytelling, web design, creative process, and professional practice.

frhscopex/design-skill-os · 42 tokens

Design

A comprehensive design operating system synthesized from 10 canonical design books. Covers research, typography, color theory, composition, branding, logo design, storytelling, web design, creative process, and professional practice.

frhscopex/design-skill-os · 42 tokens

hps-bauhaus

A visual-design fundamentals course for new brand designers — grid, type, color, and the exercises that build the eye. Built as a decision-grade professional training deck for junior designers, new hires.

nexu-io/open-design · 45 tokens

html-ppt-zhangzara-pink-script

A wedding-anniversary tribute photo essay — a decade in scenes, the turning points, and the quiet meaning of staying. Built as a decision-grade story deck for couple, family, friends.

nexu-io/open-design · 50 tokens

html-ppt-zhangzara-blue-professional

OpenDesign's QBR for the executive committee: what moved, what stalled, and the resource reallocation ask. Built as a decision-grade corporate strategy deck for executive committee.

nexu-io/open-design · 47 tokens