agentsclimarketplace

Design system

Skill ethan-ngai/skills/skills/design-system

Practical, composable agent skills for engineering work and personal development.

Install
npx -y skills add ethan-ngai/skills --skill design-system

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Anchor every frontend visual decision to DESIGN.md and fundamental design principles. Use when starting a UI project, writing or editing UI code, changing an existing design, or reviewing a frontend for design adherence.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.3 KB, as published. Nobody here has run it

Design system

Every visual decision anchors to DESIGN.md at the project root — the single source of truth, so each value in the code traces back to a token. See the guide for its structure.

Pick the branch:

Principles

Color

Specifications are given in light mode — invert for dark.

Reason in a tonal palette where 0 is pure black and 1000 is pure white. Prefer a perceptually uniform colorspace like OKLCH.

Dark mode. Design it alongside light mode. Space darker neutrals 2–3x farther apart, dim text by 100–200, brighten borders by ~100, and cut non-neutral saturation by ~100 (colors read more saturated in dark).

Neutrals — 65–90% of a page:

  • Surfaces: 3–5 shades (background, surface, overlay) separated by 10–20; reserve pure white for text/search fields. Ghost buttons use the background shade, rising in shade with importance.
  • Borders: soft contrast against background (~150).
  • Text: subtext ~600, body 780–850, headings 850–900.
  • Drop shadows: subtle (100–200), high blur, light mode only.

Theming — per neutral in OKLCH, drop lightness 0.03, raise chroma 0.02, then set hue to the theme.

Brand — one color as a tonal palette of 5–11 shades (50–950): main at 500/600, accent buttons 100 above main, link text 100 below.

Semantics — fix lightness and chroma in OKLCH, vary hue: info (gray), success (green–teal), warning (yellow–orange), error (red).

Typography

Font familiesCombinations
1Sans-serif
2Two sans-serifs; display heading + sans-serif body; sans-serif + serif

Add a monospace family for machine values or code — default JetBrains Mono.

Size the scale by multiplying the smallest font by sqrt(golden ratio) recursively. Line height: body 150%, headers 110–130%. Build hierarchy from 4–7 weight+size+color combos.

Use icons where they carry established, cross-software meaning.

Animation and components

Give every interaction (hover, click) and event (popover appear/dismiss) a reaction. Reach for sleek micro-animations:

  • Slide-in transform on a button's text/icon on hover or click
  • Confetti on success (sparingly)
  • Semantic toast notifications
  • Tooltips on textless buttons
  • Empty and loading states

Enforcement

Centralize control through inheritance, global styles, and token variables, so one edit propagates everywhere. In Tailwind, override @theme and use @layer.

Verify DESIGN.md formatting via npx @google/design.md lint DESIGN.md.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.