design-brand-system

design-brand-system is a skill for Claude Code from modu-ai/moai-cowork. It costs 130 tokens per session (2,405 once invoked), scanned A, original, Apache-2.0.

A visual design-system guide for branded web projects. It defines reusable choices such as colors, typography, spacing, components, and design tokens, while checking contrast and other accessibility requirements.

In plain words
What is it for?
Use it to create a color palette, type system, spacing rules, component specifications, hero-first layouts, and accessible design tokens for a web project.
Why use it?
It helps keep pages visually consistent and gives developers clearer specifications to implement. It also identifies missing brand information before design work proceeds.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions Claude Code.

Part of the moai-designer plugin — 17 skills shipped together

Good fit Use it to create a color palette, type system, spacing rules, component specifications, hero-first layouts, and accessible design tokens for a web project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/modu-ai/moai-cowork/design-brand-system
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 modu-ai/moai-cowork --skill design-brand-system
Clone the repo
git clone --depth 1 https://github.com/modu-ai/moai-cowork

Made for: Claude Code.

Or install moai-designer, the plugin that ships this one along with the rest of its 17 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-brand-system

README.md
[![agentmods](https://agentmods.dev/badge/skills/modu-ai/moai-cowork/design-brand-system/github.svg)](https://agentmods.dev/skills/modu-ai/moai-cowork/design-brand-system)
Your own site
<a href="https://agentmods.dev/skills/modu-ai/moai-cowork/design-brand-system"><img src="https://agentmods.dev/badge/skills/modu-ai/moai-cowork/design-brand-system/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-brand-system

Your own site · 80×15
<a href="https://agentmods.dev/skills/modu-ai/moai-cowork/design-brand-system"><img src="https://agentmods.dev/badge/skills/modu-ai/moai-cowork/design-brand-system.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 130 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,405 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.00130 $0.02405
Opus 5 $0.00065 $0.01203
Sonnet 5 $0.00026 $0.00481
Haiku 4.5 $0.00013 $0.00241

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

Security

Grade A, and why

design-brand-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 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.

plugins/moai-designer/skills/design-brand-system/SKILL.md · 238 lines

How it starts

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

⚠️ 개발 런타임 전용 — 이 스킬은 MoAI-ADK(Claude Code) 환경을 전제한다. Claude Cowork(Desktop)에서는 .moai/config 의존으로 동작하지 않을 수 있다. Desktop 사용자는 moai-coworker:collab-brand-identity(브랜드 아이덴티티 산출물)를 사용한다.

design-brand-system

Visual design system skill for brand-aligned web projects. Absorbed from the retired v2.x *-design-system capability (per the design-system absorption policy) at v1.0.0. Enforces hero-first chaining, WCAG 2.1 AA contrast, and structured design token output for downstream implementation.


Quick Reference

Entry Conditions

Before generating design output, verify:

  1. .moai/project/brand/visual-identity.md exists and contains no _TBD_ markers.
  2. Copy scope is defined (from design-copywriting JSON output or inline brief).
  3. Target framework is confirmed (from .moai/config/sections/design.yaml default_framework).

If visual-identity.md has unresolved _TBD_ markers, stop and request brand interview completion.

If the defined color palette conflicts with generated design tokens, execution halts and a conflict report is returned (see Error Handling below).

Figma Integration

Figma integration is disabled by default. Check .moai/config/sections/design.yaml:

figma:
  enabled: false

If figma.enabled: true and a public Figma file URL is provided, extract design tokens from the Figma file. Otherwise use visual-identity.md as the sole source of truth.


Implementation Guide

Hero-First Chaining

The hero section establishes the visual tone for the entire site. All subsequent sections chain from it:

  1. Extract hero background color, typography, and spacing from visual-identity.md.
  2. Derive complementary section colors using the established contrast ratio rules.
  3. Apply consistent spacing scale across all sections (do not reset per section).
  4. Navigation and footer inherit hero's typographic scale.

Hero section requirements:

  • CTA button is visible above the fold on mobile (375px viewport, 667px height).
  • Headline contrast ratio against background: minimum 4.5:1 (WCAG AA).
  • Hero image or background: never pure white (#FFFFFF) unless brand explicitly specifies.

Read the full file on GitHub · 238 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. 8d ago First seen · 238 lines · 130 tokens per session scan A c5407a920aa6

Subscribe to this mod's changes

design-brand-system is a skill published in the GitHub repository modu-ai/moai-cowork (300 stars, last pushed 8d ago), licensed Apache-2.0. It adds 130 tokens to every session and 2,405 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-09-03.

Related

Other skills, from other repositories

instant-ui

Build a BenAI-branded HTML page in the neo-brutalist instant-ui design language (cream background, near-black ink, 3px hard borders, 6px zero-blur shadows, a blue/green/amber gradient stripe, system font plus SF Mono, weight-900 headings). Use for any BenAI landing page, offer, sales, or pricing page, onboarding or…

naveedharri/benai-skills · 217 tokens

colors

Color systems for web interfaces — OKLCH conversion and palette generation, contrast measurement (APCA/WCAG), gamut and P3 fallbacks, theming, one meaning per color. INVOKE PROACTIVELY when converting color values, building or extending a palette or token set, checking or reporting contrast, or theming light and dark…

PrabhdeepSingh/claude-plugins · 99 tokens

ui-polish

Design-engineering details that make an interface feel polished — border radius, optical alignment, shadows and elevation, animations and micro-interactions, press feedback, icons. INVOKE PROACTIVELY when building or reviewing UI components, adding motion or hover/active states, or when the user says "make it feel…

PrabhdeepSingh/claude-plugins · 109 tokens

layout

Layout structure for web interfaces — grouping, alignment, negative space, reading order, progressive disclosure, breakpoints, direction-aware (RTL) structure. INVOKE PROACTIVELY when structuring a page or component, spacing or aligning controls, deciding what collapses at small sizes, or reviewing frontend structure.…

PrabhdeepSingh/claude-plugins · 104 tokens

motion-system

Define the app's motion language before animating anything -- a small set of durations, easings, and named moves that every animation draws from, so the app feels designed instead of decorated. Use before writing the first animation in a project, or when existing motion feels scattered.

OneWave-AI/open-agent-stack · 58 tokens

polish-pass

The de-AI pass -- audit a vibe-coded app for template smell in design and copy, then fix it with editorial layout, purposeful motion, and human-sounding words. Use after any build session, before anyone else sees it.

OneWave-AI/open-agent-stack · 51 tokens