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

web-design-guidelines网页设计指南

Agent Skill

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

总安装

188

周安装

8

GitHub Stars

1

下载量

66
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

web-design-guidelines 依据 Vercel 标准审核 UI 代码的可访问性与设计一致性。

  • 适用于界面代码审查、UX 审计与最佳实践对标检查。
  • 自动读取远程指南文件并逐项比对规则,输出简明问题清单。
  • 涉及实际页面修改时,应通过浏览器截图验证文本溢出与响应式表现。
  • 不替代设计师判断,需结合品牌系统与用户任务综合评估。

SKILL.md

Web Interface Guidelines Review

Review files for compliance with Vercel's Web Interface Guidelines.

When to use this skill

  • UI code review: check compliance with Web Interface Guidelines
  • Accessibility check: when asked "check accessibility"
  • Design audit: when asked "audit design"
  • UX review: when asked "review UX"
  • Best practices review: when asked "check my site against best practices"

How It Works

  1. Fetch the latest guidelines from the source URL below
  2. Read the specified files (or prompt user for files/pattern)
  3. Check against all rules in the fetched guidelines
  4. Output findings in the terse file:line format

Guidelines Source

Fetch fresh guidelines before each review:

https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md

Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.

Instructions

Step 1: Fetch Guidelines

Use WebFetch:

WebFetch URL: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
Prompt: "Extract all UI rules and guidelines"

Step 2: Analyze Files

Read and analyze the files or patterns provided by the user.

Files to analyze:

  • React/Vue/Svelte components
  • HTML files
  • CSS/SCSS files
  • TypeScript/JavaScript files

Step 3: Apply Rules

Apply all rules from the fetched guidelines to the files and output violations.

Input Format

Required info

  • File or pattern: file path or glob pattern to review

Input examples

Review my UI code:
- File: src/components/Button.tsx
Check accessibility:
- Pattern: src/**/*.tsx

Output Format

Follow the format specified in the guidelines (typically file:line):

src/components/Button.tsx:15 - Button should have aria-label for icon-only buttons
src/components/Modal.tsx:42 - Modal should trap focus within itself
src/pages/Home.tsx:8 - Main content should be wrapped in <main> element

Usage

When a user provides a file or pattern argument:

  1. Fetch guidelines from the source URL above
  2. Read the specified files
  3. Apply all rules from the fetched guidelines
  4. Output findings using the format specified in the guidelines

If no files specified, ask the user which files to review.

Constraints

Required Rules (MUST)

  1. Use latest guidelines: fetch fresh guidelines from the source URL for every review
  2. Apply all rules: check every rule from the fetched guidelines
  3. Accurate locations: specify violation locations in file:line format

Prohibited (MUST NOT)

  1. Use stale cache: always fetch the latest guidelines
  2. Partial check: do not apply only some rules

Best practices

  1. Limit file scope: be careful about context overflow when reviewing too many files at once
  2. Prioritize: report critical issues first
  3. Suggest fixes: include how to fix along with each violation

References

Metadata

Version

  • Current version: 1.0.0
  • Last updated: 2026-01-22
  • Supported platforms: Claude, ChatGPT, Gemini
  • Source: vercel/agent-skills

Related Skills

Tags

#UI #review #web-interface #guidelines #vercel #design-audit #UX #frontend

Quick Start

Unity3D UI 리뷰 시나리오 (design-system 연동):

1. 리뷰 대상 파일 지정 (Unity3D UI 스크립트)
   Pattern: Assets/UI/**/*.cs, Assets/UI/**/*.uxml

2. design-system 스킬로 Unity3D 디자인 토큰 확인
   - 색상 팔레트, 타이포그래피, 스페이싱 기준

3. web-design-guidelines로 UI 코드 분석
   WebFetch: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md

4. Unity3D UI 특화 체크리스트
   - [ ] UIToolkit 접근성: focusable 속성 설정
   - [ ] 해상도 대응: flex-wrap, relative 단위 사용
   - [ ] 터치 타겟: 최소 44x44px (모바일 빌드)
   - [ ] 색상 대비: WCAG AA 기준 (4.5:1 이상)
   - [ ] 폰트 가독성: 최소 14sp

5. 결과 출력 (file:line 형식)
   Assets/UI/HUD.uxml:23 - 버튼 터치 타겟이 44px 미만
   Assets/UI/Inventory.cs:67 - 색상 하드코딩, design-system 토큰으로 교체 권장

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.54%
按下载量换算23

Claude

34.13%
按下载量换算23

Cursor

18.29%
按下载量换算12

Gemini CLI

9.3%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills