Token导航 LogoToken导航TokenDH.com
开发规范需要联网github未标认证来源可访问许可证需确认审计提醒

web-design-guidelines网页设计指南

Agent Skill

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

总安装

2,032

周安装

83

GitHub Stars

11

下载量

657
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:web-design-guidelines(网页设计指南)
来源仓库:https://github.com/akillness/oh-my-skills
仓库路径:skills/web-design-guidelines
安装命令:
npx skills add https://github.com/akillness/oh-my-skills --skill web-design-guidelines
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/akillness/oh-my-skills --skill web-design-guidelines

简介

用于整体界面质量评估和改进,识别布局摩擦点和视觉一致性偏差。

  • 适合产品级 UI 审查,提供结构优化、配色建议和组件层级调整方案。
  • 使用时需关联品牌规范和用户任务流,避免堆砌装饰元素而忽略功能优先级。
  • 安装命令:npx skills add https://github.com/akillness/oh-my-skills --skill web-design-guidelines
  • 涉及页面改动时,应通过截图或本地预览验证文本溢出和对齐表现,确保响应式适配。

SKILL.md

Web Design Guidelines

Use this skill when the question is "how good is this interface overall, what is creating friction, and what should we fix first?"

This is the repo's broad interface audit / design-review anchor. It is not just a vendor-rule fetcher and it is not a replacement for specialized neighboring skills.

Read references/review-modes-and-categories.md before handling a broad page or flow review. Read references/handoff-boundaries.md when deciding whether the work belongs here, web-accessibility, responsive-design, ui-component-patterns, design-system, or react-best-practices. Read references/ui-audit-packet-template.md before writing a final review packet.

When to use this skill

  • Review a landing page, dashboard, signup flow, settings page, or marketing site for broad interface quality
  • Turn "review my UI" or "audit this UX" into a structured audit instead of scattered opinions
  • Judge hierarchy, clarity, spacing, consistency, component-state quality, CTA emphasis, and task friction together
  • Check whether a screen or flow is ready for implementation, release, or stakeholder review
  • Compare a page against broad interface heuristics and practical implementation guidelines
  • Convert mixed findings into one prioritized UI audit packet with explicit handoffs

When not to use this skill

  • The main task is accessibility remediation, keyboard/focus behavior, labels, semantic HTML, or manual-vs-automated WCAG verification → use web-accessibility
  • The main task is viewport adaptation, overflow, breakpoint strategy, or container-aware layout behavior → use responsive-design
  • The main task is reusable primitive / slot / variant API design or controlled-vs-uncontrolled component architecture → use ui-component-patterns
  • The main task is system-level token governance, visual language, or component-library foundations → use design-system
  • The main task is React rendering, hydration, state churn, bundle/runtime behavior, or performance debugging → use react-best-practices or performance-optimization
  • The task is only to paste automated tool output with no design judgment; run the tool directly, then return here to interpret and prioritize

Core idea

Broad UI review works best when you:

  1. define the review surface,
  2. classify findings into stable categories,
  3. separate broad interface issues from specialist remediation lanes,
  4. prioritize by user friction and launch risk,
  5. leave behind one concise audit packet.

Do not pretend one checklist, linter, or vendor guideline is the whole answer. Use rule sources and heuristics as inputs, then make a judgment call.

Instructions

Step 1: Frame the review surface

Before judging the UI, identify what kind of surface is being reviewed.

Classify one or more:

  • Marketing / landing page — narrative hierarchy, CTA emphasis, scanability, proof, visual trust
  • Application screen / dashboard — information density, task flows, states, navigation clarity, recoverability
  • Form / onboarding / checkout flow — field clarity, sequencing, error prevention, progress feedback, confirmation
  • Settings / admin / CRUD surface — labels, destructive-action clarity, defaults, success/error feedback, table/filter complexity
  • Component cluster — consistency and state behavior across repeated controls, but not full component API design

Quick frame:

Review surface:
- Type: application screen + multi-step form
- Primary job: create a new workspace
- Main user risk: hidden next step, weak error recovery, inconsistent button hierarchy

If the request spans too many pages, choose a representative flow or top-priority screens first.

Step 2: Choose the review mode

Pick one primary mode so the review stays bounded.

Modes:

  • Launch-readiness audit — broad pre-release review with severity and fix ordering
  • Polish / consistency audit — spacing, hierarchy, copy emphasis, component/state consistency
  • Flow-friction audit — task completion obstacles, ambiguous steps, error handling, dead ends
  • Heuristic audit — evaluate against broad interaction heuristics such as visibility, clarity, control, consistency, and recovery
  • Rule-overlay audit — apply an external checklist or source such as Vercel Web Interface Guidelines on top of the broader audit

Good default:

Primary mode: launch-readiness audit
Secondary lens: rule-overlay using Vercel Web Interface Guidelines

Step 3: Review by stable categories

Do not dump random opinions. Group findings into categories.

Use these buckets:

  • Hierarchy and scanability — visual priority, section ordering, whitespace, grouping, headline/CTA emphasis
  • Clarity and language — labels, CTA wording, helper text, error text, jargon, next-step clarity
  • Consistency and component behavior — repeating patterns, button styles, icon use, field treatment, hover/focus/disabled/loading states
  • Interaction feedback and recovery — success/error/loading states, empty states, confirmation, undo/cancel, progress visibility
  • Navigation and wayfinding — orientation, section labels, breadcrumbs/tabs, location awareness, exit paths
  • Responsiveness basics — mobile readability, touch target sanity, overflow, stacking, density changes
  • Accessibility basics — contrast sanity, visible focus, semantic structure, keyboard reachability, meaning not encoded by color alone
  • Performance and trust signals — slow hero/media, jittery interactions, layout shifts, heavy assets, inconsistent loading behavior

If a category has no material problem, say so briefly instead of forcing findings.

Step 4: Decide whether the issue stays here or routes out

This skill owns the broad interface audit, not every specialized fix.

Typical route-outs:

  • Accessibility-only or a11y-heavy remediationweb-accessibility
  • Viewport/container adaptation and layout overflowresponsive-design
  • Reusable component or primitive API redesignui-component-patterns
  • Token system / library-wide design governancedesign-system
  • Render/runtime/perf debugging in React codereact-best-practices or performance-optimization

Use this rule:

  • keep the diagnosis and prioritization here,
  • route the specialist remediation plan outward when one lane clearly dominates.

Example:

Finding: icon-only buttons are inconsistent and two lack accessible names.
- Keep here: note inconsistency and review impact
- Route out: accessibility remediation details to `web-accessibility`

Step 5: Use external rule sources as overlays, not as the entire method

You may use an external rule source, but only as an overlay.

Useful overlays:

  • Vercel Web Interface Guidelines — practical web implementation checks across accessibility, focus, forms, motion, performance, and responsive behavior
  • Usability heuristics — visibility, match to user language, control, consistency, error prevention, recovery
  • Tool output — Lighthouse, axe, design lint, visual regression notes, analytics/heatmaps if provided

Do not say "the audit is complete because the rules file was fetched". Instead say:

Overlay evidence:
- Vercel guideline overlap: focus visibility, form semantics, state clarity
- Heuristic overlap: consistency, error prevention, user control
- Tool overlap: contrast and performance warnings

Step 6: Prioritize by friction, not by category count

Use severity that matches user impact.

Suggested scale:

  • Critical — blocks task completion, causes likely abandonment, or creates strong mistrust
  • High — causes confusion, repeated mistakes, or missing feedback in a core flow
  • Medium — weakens clarity, consistency, or efficiency but does not fully block the flow
  • Low — polish issue, small inconsistency, or cleanup worth batching

Also label fix effort if helpful:

  • low effort / high return
  • medium effort / high return
  • large redesign / structural follow-up

Step 7: Produce a short audit packet

The output should help someone act, not just admire your opinions.

Preferred format:

# UI Audit Packet

## Surface
- Screen/flow:
- Review mode:
- Primary user job:

## Top findings
1. [Severity] ...
2. [Severity] ...
3. [Severity] ...

## Findings by category
### Hierarchy and scanability
- ...

### Clarity and language
- ...

### Consistency and states
- ...

## Recommended next moves
- Quick wins:
- Follow-up redesigns:
- Route-outs:

## Route-outs
- `web-accessibility`: ...
- `responsive-design`: ...

If the user asked for terse review notes, keep the categories but compress each bullet.

Examples

Example 1: broad launch-readiness review

Input: "Review this signup flow before launch. I need hierarchy, CTA, state, mobile, and accessibility basics checked."

Good response shape:

  • classify the surface as onboarding / form flow
  • choose launch-readiness audit as the primary mode
  • group findings into hierarchy, clarity, states, responsiveness basics, and accessibility basics
  • prioritize the top blockers
  • route keyboard/focus remediation to web-accessibility only if it becomes a specialist follow-up

Example 2: polish review with route-outs

Input: "Audit this dashboard UI for consistency. Buttons, badges, loading states, and mobile layout feel uneven."

Good response shape:

  • choose polish / consistency audit
  • keep component/state inconsistency in this skill
  • route repeated mobile overflow issues to responsive-design
  • avoid turning the task into a full design-system rewrite

Step 8: Keep the boundary explicit in your final answer

End broad reviews with a sentence that prevents overlap drift.

Examples:

  • "This packet covers broad interface quality; detailed keyboard/focus fixes should move to web-accessibility."
  • "The main responsive overflow issues are identified here, but the layout adaptation plan belongs in responsive-design."
  • "Component inconsistency is flagged here; reusable primitive/API redesign belongs in ui-component-patterns."

Output checklist

Before finishing, verify that you included:

  • the review surface,
  • the chosen review mode,
  • categorized findings,
  • prioritization,
  • explicit route-outs when needed,
  • one concise audit packet instead of scattered observations.

Best practices

  1. Start from the user task or page goal, not from a random list of visual nits.
  2. Use categories to organize the audit so findings can be handed off.
  3. Treat accessibility and responsiveness as part of broad review, but route specialist remediation out when they dominate.
  4. Prefer 5 strong findings over 25 weak bullets.
  5. Use external rule sets as overlays, not substitutes for judgment.
  6. Distinguish quick wins from structural redesign follow-up.
  7. Keep launch-risk and user-friction language concrete.

References

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.66%
按下载量换算241

Claude

30.7%
按下载量换算202

Cursor

19.69%
按下载量换算129

Gemini CLI

9.2%
按下载量换算60

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills