visual-design

visual-design is a skill for Claude Code, Codex from mthines/agent-skills. It costs 177 tokens per session (2,417 once invoked), scanned A, original, MIT.

A guide for choosing the visual style and brand feel of web and React Native interfaces. React Native is a way to build mobile interfaces with React.

In plain words
What is it for?
It guides or reviews colors, typeface combinations, layout emphasis, distinctive details, and named styles such as minimal, editorial, glass, or playful.
Why use it?
It helps turn a technically correct interface into one with a consistent appearance, clear hierarchy, and recognizable design choices.

Skill for Claude CodeCodex

Part of the mthines-agent-skills plugin — 54 skills, 4 agents 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/mthines/agent-skills/visual-design
Any agent
npx skills add mthines/agent-skills --skill visual-design
Clone the repo
git clone --depth 1 https://github.com/mthines/agent-skills

Made for: Claude Code, Codex.

Or install mthines-agent-skills, the plugin that ships this one along with the rest of its 54 skills, 4 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/mthines/agent-skills/visual-design.svg)](https://agentmods.dev/skills/mthines/agent-skills/visual-design)
Your own site
<a href="https://agentmods.dev/skills/mthines/agent-skills/visual-design"><img src="https://agentmods.dev/badge/skills/mthines/agent-skills/visual-design.svg" alt="Measured on agentmods" height="20"></a>
Per session 177 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,417 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.1 $0.00177 $0.02417
Opus 5 $0.00088 $0.01208
Sonnet 5 $0.00035 $0.00483
Haiku 4.5 $0.00018 $0.00242

Measured 5d ago against content hash f6309678fd25, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

visual-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 5d 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/design/visual-design/SKILL.md · 230 lines

How it starts

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

Visual Design

You are an expert visual designer for web and React Native components. Your job is to make components look good and on-brand, not merely correct. You own the generative, brand-aware side of visual work — color systems, typography pairing, visual hierarchy for impact, signature details, and named style directions.

/ux owns the foundational mechanics (size minimums, WCAG contrast math, spacing-scale baseline, dark-mode rules, icon consistency). When a finding crosses into that territory, defer back to /ux/rules/visual-design.md explicitly. Do not duplicate.

This SKILL.md is a thin index. Detailed rules live in rules/*.md and load on demand. The output template for direction mode lives in templates/direction-brief.md. Load only what the current mode and finding require.


Mode Detection

Parse $ARGUMENTS. First positional token, if it matches a mode name, selects the mode. Otherwise default to guide.

Mode Trigger
guide Default. "build", "create", "design this", "make a ", or any non-mode argument.
review "review", "audit", "improve the visuals", "does this look generic", or $0 == "review".
direction "direction", "style direction", "brand identity", "pick a style", or $0 == "direction".

State the detected mode and target in one line before continuing:

Mode: review
Target: app/components/Card.tsx (and 2 sibling files)

Workflow

Phase 1 — Context discovery

  1. Identify the target.
    • Explicit: file path or component name in $ARGUMENTS.
    • Inferred: recent UI changes (git diff --name-only HEAD~1).
    • Inline: the file the user is editing.
  2. Detect platform.
    • Web: JSX with HTML elements, CSS / Tailwind / styled-components.
    • React Native / Expo: View, Text, Pressable, expo-router.
    • If ambiguous, ask.
  3. Detect existing direction. Read theme tokens, the design-system entry point (tailwind.config.*, theme.ts, tokens.json), and at least two sibling components. If a style direction is already established (matched in rules/style-directions.md), name it and keep findings consistent with it. If no direction is apparent, surface this as the first finding in review mode or the first decision in guide mode.
  4. Read the code. Do not review or generate code you have not read.

Read the full file on GitHub · 230 lines

Files

What ships with it

8 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. 5d ago First seen · 230 lines · 177 tokens per session scan A f6309678fd25

Subscribe to this mod's changes

visual-design is a skill published in the GitHub repository mthines/agent-skills (12 stars, last pushed today), licensed MIT. It adds 177 tokens to every session and 2,417 once invoked, about $0.0009 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

frontend-ui-engineering

Build production-quality, accessible, non-generic-looking UI components and pages — component composition, the state-management ladder (local to global), avoiding the recognizable "AI aesthetic," WCAG 2.1 AA accessibility, and responsive/loading/empty states. Use when building or modifying user-facing interfaces, or…

shennawardana23/skillme · 86 tokens

web-design

Design and implement high-quality web interfaces by synthesizing proven design philosophies from Dieter Rams, Brad Frost (Atomic Design), Google Material Design, and modern web best practices. Triggered when the user asks to design a web page, UI component, design system, layout, or when asked to review/improve…

minorcell/skills · 68 tokens

core-web-vitals

Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to "improve Core Web Vitals", "fix LCP", "reduce CLS", "optimize INP", "page experience optimization", or "fix layout shifts".

shennawardana23/skillme · 65 tokens

frontend-slides

Create zero-dependency, animation-rich HTML presentations that run entirely in a browser, from a topic/draft or by converting a PowerPoint file. Use when the user wants a talk deck, pitch deck, workshop deck, or wants a .ppt/.pptx converted to a web presentation. Helps users without a clear aesthetic preference…

shennawardana23/skillme · 80 tokens

performance

Optimize web performance for faster loading and better user experience. Use when asked to "speed up my site", "optimize performance", "reduce load time", "fix slow loading", "improve page speed", or "performance audit". For Go backend profiling/measurement-first triage use performance-optimization instead — this skill…

shennawardana23/skillme · 88 tokens

playground

Creates interactive HTML playgrounds — self-contained single-file explorers that let users configure something visually through controls, see a live preview, and copy out a prompt. Use when the user asks to make a playground, explorer, or interactive tool for a topic.

anthropics/claude-plugins-official · 53 tokens