Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

ux-design-principles用户体验设计原则

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

220

周安装

9

GitHub Stars

1

下载量

71
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ux-design-principles(用户体验设计原则)
来源仓库:https://github.com/matthewharwood/fantasy-phonics
仓库路径:skills/ux-design-principles
安装命令:
npx skills add https://github.com/matthewharwood/fantasy-phonics --skill ux-design-principles
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/matthewharwood/fantasy-phonics --skill ux-design-principles

简介

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。

  • 使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。
  • 适用于研究检索类任务中的设计原则查询。
  • 需确保引用内容时效性与适用性。
  • ux-design-principles 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

UX Design Principles Skill

Psychological principles that guide design DECISIONS. For implementation patterns (colors, spacing, animations), see the corresponding ux-* skills.

Choice Architecture

Hick's Law: Decision Time

Decision time increases with the number and complexity of choices.

Do:

  • Reduce options when quick decisions matter
  • Break complex tasks into smaller steps
  • Highlight recommended or default options
  • Use progressive disclosure for advanced features

Don't:

  • Present all options at once without guidance
  • Oversimplify until purpose becomes unclear

Choice Overload

Too many choices overwhelm and paralyze.

Do:

  • Limit options when quick decisions are important
  • Provide comparison tools (e.g., side-by-side pricing)
  • Prioritize content and offer filters to narrow choices

Don't:

  • Present all possible options at once
  • Force users through large unfiltered selection lists

Serial Position Effect

Items at the beginning and end of lists are remembered best.

Do:

  • Place critical actions at the start or end of navigation
  • Put key information first and last in lists

Don't:

  • Bury important actions in the middle of menus
  • Give equal prominence to all items

Cognitive Load

Cognitive Load Principle

Reduce information users must hold in working memory.

Do:

  • Remove distracting elements that don't help task completion
  • Distinguish essential information from nice-to-have
  • Break complex information into digestible chunks

Don't:

  • Present excessive details or decorative clutter
  • Mix intrinsic complexity with unnecessary extraneous load

*Implementation: See ux-spacing-layout for visual chunking patterns.*

Law of Pragnanz (Simplicity)

People interpret complex images in the simplest form possible.

Do:

  • Present information in simple, ordered forms
  • Reduce visual complexity to aid comprehension

Don't:

  • Overwhelm users with ambiguous or complex graphics
  • Create layouts that require mental effort to parse

Tesler's Law (Conservation of Complexity)

Every process has irreducible complexity that must be handled somewhere.

Do:

  • Handle inherent complexity in design/development, not on users
  • Provide context-aware guidance within the interface
  • Accept that users are not always rational

Don't:

  • Push system complexity onto users
  • Build only for idealized, rational behavior

Occam's Razor

Simplest solution is usually best.

Do:

  • Eliminate unnecessary elements while maintaining function
  • Continually refine until nothing can be removed without harm

Don't:

  • Add features that complicate without clear user benefit
  • Solve simple problems with elaborate solutions

Attention & Perception

Selective Attention

Users naturally filter out irrelevant content.

Do:

  • Guide attention to relevant information
  • Minimize distractions
  • Ensure only one significant change occurs at a time

Don't:

  • Style important content like advertisements (banner blindness)
  • Introduce multiple simultaneous changes without cues
  • Place essential info in areas typically ignored (ad zones)

Von Restorff Effect (Isolation)

Distinctive items are remembered better.

Do:

  • Make important actions visually stand out
  • Use emphasis sparingly so items don't compete
  • Provide multiple contrast cues (shape, pattern, not just color)

Don't:

  • Rely exclusively on color to convey importance
  • Overuse emphasis (dilutes impact)
  • Use motion effects that trigger discomfort

*Implementation: See ux-color-system for emphasis patterns.*

User Expectations

Jakob's Law

Users transfer expectations from familiar products.

Do:

  • Design consistent with patterns users already know
  • Leverage existing mental models
  • When making major changes, offer temporary familiar alternatives

Don't:

  • Radically alter established interactions without guidance
  • Force users to relearn common patterns

Paradox of the Active User

Users jump into products without reading instructions.

Do:

  • Expect users to start using immediately
  • Provide contextual help, tooltips, and guidance in-place

Don't:

  • Force users to read manuals before using
  • Hide help or make it difficult to find

Aesthetic-Usability Effect

Beautiful design is perceived as more usable.

Do:

  • Design interfaces that look appealing and polished
  • Use aesthetics to create positive first impressions

Don't:

  • Rely on visual polish to hide fundamental usability problems
  • Assume beauty compensates for broken functionality

Progress & Motivation

Goal-Gradient Effect

People work faster as they sense completion is near.

Do:

  • Display progress toward goals
  • Provide "artificial progress" (e.g., start at 10% complete)

Don't:

  • Leave users unsure how far they've progressed
  • Hide progress information

*Implementation: See ux-feedback-patterns for progress indicator patterns.*

Zeigarnik Effect

Incomplete tasks stay in memory and motivate continuation.

Do:

  • Clearly signify that more content/steps are available
  • Provide artificial progress toward goals
  • Show progress indicators

Don't:

  • Leave tasks without visible progress indicators
  • Hide future steps or content

*Implementation: See ux-feedback-patterns for progress patterns.*

Parkinson's Law

Tasks expand to fill available time.

Do:

  • Set clear, reasonable time expectations
  • Reduce task duration below what users expect
  • Use time-saving features (autofill, shortcuts)

Don't:

  • Allow simple processes to take longer than necessary
  • Present long forms without automation

*Implementation: See ux-form-design for autofill patterns.*

Experience Design

Peak-End Rule

Experiences are judged by peak moments and endings.

Do:

  • Design memorable peaks and strong endings
  • Identify when your product is most helpful and add delight
  • Minimize negative peaks (bad moments are remembered vividly)

Don't:

  • Neglect the conclusion of user journeys
  • Leave negative events unaddressed

Pareto Principle (80/20)

A small number of causes produce majority of outcomes.

Do:

  • Identify and focus on high-impact areas
  • Allocate resources where they benefit most users

Don't:

  • Distribute efforts evenly across all tasks
  • Over-invest in low-impact areas

Input & Error Handling

Postel's Law (Robustness)

Be tolerant of input, strict in output.

Do:

  • Anticipate various user inputs and behaviors
  • Translate diverse input to meet system requirements
  • Provide clear feedback for edge cases

Don't:

  • Rigidly enforce narrow input formats
  • Send malformed or ambiguous output

*Implementation: See ux-form-design for validation patterns.*

Cognitive Bias Awareness

Cognitive Bias Principle

Mental shortcuts influence decision making.

Do:

  • Recognize that heuristics save mental effort but can skew judgment
  • Raise awareness of your own biases during design
  • Challenge assumptions with your team

Don't:

  • Ignore biases like confirmation bias
  • Seek only information supporting preconceived beliefs

Quick Reference Matrix

SituationApply
Too many optionsHick's Law, Choice Overload
Complex taskTesler's Law, Cognitive Load
Users skip instructionsParadox of Active User
Low completion ratesGoal-Gradient, Zeigarnik
Poor first impressionsAesthetic-Usability
Users confused by changesJakob's Law
Important items ignoredSerial Position, Selective Attention
Long task timesParkinson's Law
Poor memories of experiencePeak-End Rule
Resource allocationPareto Principle
Input validation issuesPostel's Law
Overly complex designOccam's Razor, Pragnanz

Related Skills

  • ux-spacing-layout: Visual chunking, grouping (Law of Proximity/Common Region)
  • ux-color-system: Emphasis, similarity (Von Restorff, Law of Similarity)
  • ux-animation-motion: Response timing (Doherty Threshold)
  • ux-accessibility: Touch targets, focus (Fitts's Law)
  • ux-feedback-patterns: Progress, loading states (Working Memory)
  • ux-user-flow: Navigation, mental models (Flow)
  • ux-form-design: Input tolerance, validation (Postel's Law)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.97%
按下载量换算27

Claude

27.63%
按下载量换算20

Cursor

16.41%
按下载量换算12

Gemini CLI

9.94%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills