design-skill

design-skill is a skill for Claude Code, Codex from Overbrilliant/ob-1. It costs 82 tokens per session (28,752 once invoked), scanned A, original, Apache-2.0.

A design guide for creating user interfaces and other visual work, including websites, mobile screens, dashboards, emails, games, and animations.

In plain words
What is it for?
Use it before building or restyling a UI, data visualisation, game scene, animation, or other visual experience.
Why use it?
It helps avoid generic-looking results by covering choices such as layout, type, colour, components, states, motion, and accessibility.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it before building or restyling a UI, data visualisation, game scene, animation, or other visual experience.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/overbrilliant/ob-1/design/github.svg)](https://agentmods.dev/skills/overbrilliant/ob-1/design)
Your own site
<a href="https://agentmods.dev/skills/overbrilliant/ob-1/design"><img src="https://agentmods.dev/badge/skills/overbrilliant/ob-1/design/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-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/overbrilliant/ob-1/design"><img src="https://agentmods.dev/badge/skills/overbrilliant/ob-1/design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 28,752 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.00082 $0.28752
Opus 5.5 $0.00033 $0.11501
Sonnet 5 $0.00016 $0.05750
Haiku 4.5 $0.00008 $0.02875

Measured today against content hash 125e21eea5f8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-23, from the pricing page.

Security

Grade A, and why

design-skill 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 today.

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-skill.md · 1,869 lines

How it starts

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

Design Skill

The complete UI/frontend design playbook for ob1 — load this whenever you design or build any user interface.

It is one continuous flow: orchestration → foundations → components & states → behavior & quality → patterns → review. Always begin with Frontend Design (the two-pass method: plan a grounded token system, critique it, then code), then pull in the sections you need. Cross-references like "the color-system section" point to headings below; this file is fully self-contained.

Sections

  1. Frontend Designfrontend-design
  2. Anti-Slopanti-slop
  3. Visual Hierarchyvisual-hierarchy
  4. Design Tokensdesign-tokens
  5. Color Systemcolor-system
  6. Typographytypography
  7. Spacing & Layoutspacing-and-layout
  8. Depth & Imagerydepth-and-imagery
  9. Component Statescomponent-states
  10. Loading, Empty & Error Statesloading-empty-error-states
  11. Forms & Inputsforms-and-inputs
  12. Data Tablesdata-tables
  13. Motion & Animationmotion-and-animation
  14. Accessibilityaccessibility
  15. Responsive Designresponsive-design
  16. Tailwind v4 + shadcn/uitailwind-and-shadcn
  17. Landing Page Designlanding-page-design
  18. Dashboard Designdashboard-design
  19. Screenshot Critique Loopscreenshot-critique-loop
  20. Design Reviewdesign-review

Frontend Design

Entry point for any "build/design a UI" request. Never start coding immediately. Run two passes: plan (no code) → critique (kill clichés) → build. Ground every choice in the subject's real-world domain — a tax app is not a candy app. Spend boldness in ONE place; keep the surroundings quiet. When in doubt, remove one accessory.

Pass 1 — Plan (no markup yet)

Invent a compact token system and show it to the user BEFORE writing any HTML/JSX. Five parts:

  1. Color — 4-6 named hex tokens, derived from the subject. e.g. for a fishing-trip planner: --deep:#0B3C5D --tide:#328CC1 --sand:#F4E4C1 --hull:#1C1C1C --coral:#E84A27. One accent only. Defer ratios/scales to the color-system section.
  2. Type triad — name 3 real fonts with roles + sizes: display (e.g. Fraunces 700, 48px/52px), body (Inter 400, 16px/26px), utility (IBM Plex Mono 500, 13px). Defer scale to the typography section.
  3. Spacing — one 8pt scale: 4 8 12 16 24 32 48 64 96. Pick the page gutter (e.g. 24) and the section rhythm (e.g. 64). Defer to the spacing-and-layout section.
  4. Wireframe — ASCII the layout so structure is argued before pixels:
    ┌──────────────────────────────┐
    │ logo      nav        [CTA]    │  56px bar
    ├──────────────────────────────┤
    │  H1 display                   │
    │  sub · body                   │  hero, 64 pad
    │  [signature element]          │
    ├───────────────┬──────────────┤
    │ card          │ card         │  3-up @ ≥1024
    └───────────────┴──────────────┘
    
  5. Signature element — ONE memorable thing tied to the domain (a tide-line divider, a boarding-pass ticket stub, a ledger rule). Everything else stays calm. Describe it in one sentence.

Read the full file on GitHub · 1,869 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. today First seen · 1,869 lines · 82 tokens per session scan A 125e21eea5f8

Subscribe to this mod's changes

design-skill is a skill published in the GitHub repository Overbrilliant/ob-1 (16 stars, last pushed yesterday), licensed Apache-2.0. It adds 82 tokens to every session and 28,752 once invoked, about $0.0003 per session on Opus 5.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-23.

Related

Other skills, from other repositories

frontend-design

Production-grade UI/UX guidance — not generic AI slop. Triggers on design, UI, frontend, component, styling, layout, make it look good.

AyushParkara/syntra · 36 tokens

frontend-design

Produce intentional, responsive, accessible UI work and perform visual QA instead of generic component assembly.

Hmbown/CodeWhale · 21 tokens

frontend-philosophy

Visual & UI philosophy (The 5 Pillars of Intentional UI). Understand deeply to avoid "AI slop" and create distinctive, memorable interfaces.

kdcokenny/ocx · 36 tokens

uicraft

Create, improve, audit, and polish distinctive production-grade web interfaces, including marketing/landing pages and personal portfolio sites. Use for UI or frontend design, responsive layouts, typography, color, motion, UX copy, accessibility, performance, design-system alignment, onboarding, edge cases, or visual…

rojim666/SztuCode · 152 tokens

ardot-design-to-code

Use this skill for Ardot canvas tasks that convert a design into frontend code, or extract a design system / style guide from a website. Covers: design-to-code, design → HTML/CSS/JS, export as webpage, pixel-perfect reproduction, generate an Application from a design, slide transitions, responsive scaling; and website…

rojim666/SztuCode · 199 tokens

ardot-ui-design

A workflow for designing user interfaces in the Ardot canvas, including websites, web apps, dashboards, mobile screens, forms, tables, and design systems. A user interface is the screens and controls people use to operate software.

rojim666/SztuCode · 217 tokens