web-design-guidelines-apply

Installation
SKILL.md

Web Design Guidelines Apply

Overview

Implement or update UI while preserving the intended design direction and shared standards. Use this skill to keep the build aligned with the chosen interface instead of drifting toward generic defaults.

Workflow

  1. Start from an approved design direction; if none exists, infer one explicitly from the product context before changing code.
  2. Check the project for a local design system or style guide. Look for files such as docs/**/design-system.md, DESIGN_SYSTEM.md, docs/**/style-guide.md, theme files (theme.ts, theme/index.ts), or any file referenced in the project's CLAUDE.md as the design system. If found, read it first — its explicit decisions take precedence over universal plugin guidance on specifics; the plugin guidance fills gaps.
  3. Read the relevant files under references/core/, references/design/, and references/frameworks/ that materially affect the surface you are building.
  4. Implement semantics, keyboard interaction, loading states, error states, responsive behavior, and performance together rather than as separate cleanup passes.
  5. Before finishing, check empty, loading, dense, error, destructive, and narrow-width behavior.
  6. Confirm the implementation still matches the chosen design direction and the host product language.

Reference Map

All paths below are relative to this file's directory. Resolve them as {dir_of_SKILL.md}/{path} before reading.

Related skills
Installs
5
GitHub Stars
6
First Seen
Apr 7, 2026