design-standards

design-standards is a skill for Claude Code from rampstackco/claude-skills. It costs 122 tokens per session (2,178 once invoked), scanned A, original, MIT.

A set of practical standards for building and reviewing web pages and interface components. It covers visual hierarchy, spacing, color contrast, mobile layouts, reusable design values, and a final quality check.

In plain words
What is it for?
Building pages, sections, buttons, forms, and other interface components. It can also guide design reviews, layout fixes, accessibility-related checks, and preparation for release.
Why use it?
It helps catch interfaces that are difficult to read, inconsistent, poorly arranged, or hard to use on smaller screens. It gives teams shared criteria for judging design quality.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the rampstack-skills plugin — 103 skills shipped together

Good fit Building pages, sections, buttons, forms, and other interface components. It can also guide design reviews, layout fixes, accessibility-related checks, and preparation for release.

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

Made for: Claude Code.

Or install rampstack-skills, the plugin that ships this one along with the rest of its 103 skills.

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-standards

README.md
[![agentmods](https://agentmods.dev/badge/skills/rampstackco/claude-skills/design-standards.svg)](https://agentmods.dev/skills/rampstackco/claude-skills/design-standards)
Your own site
<a href="https://agentmods.dev/skills/rampstackco/claude-skills/design-standards"><img src="https://agentmods.dev/badge/skills/rampstackco/claude-skills/design-standards.svg" alt="Measured on agentmods" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,178 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00122 $0.02178
Opus 5 $0.00061 $0.01089
Sonnet 5 $0.00024 $0.00436
Haiku 4.5 $0.00012 $0.00218

Measured 8d ago against content hash 39d0e08ebf96, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

design-standards 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 8d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/design-standards/SKILL.md · 214 lines

How it starts

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

Design Standards

Production design standards for any web project. Stack-agnostic. Tool-agnostic. Covers tokens, contrast, hierarchy, spacing, mobile rules, and the pre-ship checklist.

This skill complements brand-identity (which defines the visual system) and brand-style-guide (which documents it). This skill is for the day-to-day work of applying those standards in real components and pages.


When to use

  • Building a new page, section, or component
  • Reviewing UI for quality, accessibility, or consistency
  • Setting up design tokens for a new project
  • Fixing layout, contrast, or hierarchy issues
  • Establishing a button or form standard
  • Pre-ship design review

When NOT to use

  • Defining a brand identity from scratch (use brand-identity)
  • Documenting a finished brand system (use brand-style-guide)
  • Building a formal component library (use design-system)
  • Frontend code architecture (use frontend-component-build)
  • Accessibility-only audits with WCAG remediation (use accessibility-audit)

Required inputs

  • The page or component being built or reviewed
  • The brand's design tokens (colors, type, spacing) - or willingness to define them
  • The target devices and viewports

If brand tokens are undefined, define a working set first using the template in references/design-tokens-template.md.


The framework: 6 standards

Six standards apply to every piece of UI. Hold the line on these and most design problems disappear.

1. Design tokens

Every project needs tokens defined before any UI gets built. Tokens are the source of truth.

Color tokens (minimum):

  • Primary brand color
  • Primary hover (typically 15 to 25 percent darker)
  • Background variants (surface, alt-section, hero/dark, footer)
  • Text scale (heading, body, muted, on-dark)
  • Semantic (success, warning, error, info)

Spacing tokens:

  • A consistent scale (e.g., 4, 8, 12, 16, 24, 32, 48, 64, 96)
  • Page max-width
  • Section vertical padding (large, medium, small)
  • Card padding
  • Grid gaps

Read the full file on GitHub · 214 lines

Files

What ships with it

3 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. 8d ago First seen · 214 lines · 122 tokens per session scan A 39d0e08ebf96

Subscribe to this mod's changes

design-standards is a skill published in the GitHub repository rampstackco/claude-skills (826 stars, last pushed 10d ago), licensed MIT. It adds 122 tokens to every session and 2,178 once invoked, about $0.0006 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-30.

Related

Other skills, from other repositories

ln-75-architecture-diagram-builder

Creates current or target architecture diagrams as the primary deliverable. Not for UI design, architecture audits, or invented structure.

levnikolaevich/claude-code-skills · 33 tokens

generic-react-ux-designer

Professional UI/UX design expertise for React applications. Covers design thinking, user psychology (Hick's/Fitts's/Jakob's Law), visual hierarchy, interaction patterns, accessibility, performance-driven design, and design critique. Use when designing features, improving UX, solving user problems, or conducting design…

travisjneuman/.claude · 69 tokens

frontend-enhancer

This skill should be used when enhancing the visual design and aesthetics of web applications. It provides modern UI components, design patterns, color palettes, animations, and layout templates. REQUIRES ui-research skill first. Use this skill for tasks like improving styling, creating responsive designs…

travisjneuman/.claude · 79 tokens

generic-design-system

Complete design system reference for any project - colors, typography, spacing, components, animations. Adapts to project theme and tech stack. Use when implementing UI, choosing colors, creating animations, or ensuring brand consistency. For new design systems, use ui-research skill first.

travisjneuman/.claude · 60 tokens

generic-fullstack-ux-designer

Professional UI/UX design expertise for full-stack applications. Covers design thinking, user psychology (Hick's/Fitts's/Jakob's Law), visual hierarchy, interaction patterns, accessibility, performance-driven design, and design critique. Use when designing features, improving UX, solving user problems, or conducting…

travisjneuman/.claude · 71 tokens

generic-react-design-system

Complete design system reference for React applications. Covers colors, typography, spacing, component patterns, glassmorphism effects, GPU-accelerated animations, and WCAG AA accessibility. Use when implementing UI, choosing colors, applying spacing, creating components, or ensuring brand consistency.

travisjneuman/.claude · 59 tokens