소스 정보
- 저장소
- tomevault-io/skills-registry
- 최근 소스 활동
- 2026년 5월 11일 15:30
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill web-design-guidelines명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | web-design-guidelines |
| description | | Use when this capability is needed. |
Review UI code according to Vercel Web Interface Guidelines.
/web-design-guidelines src/components/Button.tsx
/web-design-guidelines "src/**/*.tsx"
/web-design-guidelines # prompt for file
aria-label<label> or aria-labelonKeyDown/onKeyUp)<button> for actions, <a>/<Link> for navigation (no <div onClick>)alt (use alt="" for decorative)aria-hidden="true"aria-live="polite"<button>, <a>, <label>, <table>)<h1>–<h6>; include skip link to main contentscroll-margin-topfocus-visible:ring-* or equivalentoutline-none / outline: none requires alternative focus indicator:focus-visible over :focus (prevents focus ring on click):focus-within on compound controls for group focusautocomplete and meaningful nametype (email, tel, url, number) and inputmodeonPaste + preventDefault)htmlFor or wrap control)spellCheck={false})… and show example patternautocomplete="off" on non-auth fields (prevent password manager trigger)beforeunload or router guard)prefers-reduced-motion (provide reduced version or disable)transform/opacity (compositor-friendly)transition: all—list properties explicitlytransform-origin<g> wrapper, transform-box: fill-box; transform-origin: center… instead of ..." " instead of straight "10 MB, ⌘ K, brand names…: "Loading…", "Saving…"font-variant-numeric: tabular-numstext-wrap: balance or text-pretty (prevent widows)truncate, line-clamp-*, or break-wordsmin-w-0 (allow text truncation)<img> requires explicit width and height (prevent CLS)loading="lazy"priority or fetchpriority="high"virtua, content-visibility: auto)getBoundingClientRect, offsetHeight, etc.)<link rel="preconnect"> for CDN/asset domains<link rel="preload" as="font"> with font-display: swap<a>/<Link> (support Cmd/Ctrl+click, middle-click)useState)touch-action: manipulation (prevent double-tap zoom delay)-webkit-tap-highlight-color intentionallyoverscroll-behavior: containinert on dragged elementautoFocus carefully—desktop only, single primary input; avoid on mobileenv(safe-area-inset-*) for notchoverflow-x-hidden on container, fix content overflowcolor-scheme: dark on <html> (fixes scrollbar, inputs)<meta name="theme-color"> matches page background<select>: explicit background-color and color (Windows dark mode)Intl.DateTimeFormat instead of hardcoded formatIntl.NumberFormat instead of hardcoded formatAccept-Language / navigator.languages instead of IPvalue requires onChange (or use defaultValue for uncontrolled)suppressHydrationWarning only where truly neededhover: state (visual feedback)& over "and" when space-constraineduser-scalable=no or maximum-scale=1 (disables zoom)onPaste with preventDefaulttransition: alloutline-none without focus-visible alternativeonClick navigation without <a><div> or <span> with click handler (must use <button>).map() without virtualizationaria-labelIntl.*)autoFocus without clear justificationAI-generated UI that looks generic must be flagged and reworked. These patterns indicate low-effort AI output:
Group by file. Use file:line format (VS Code clickable). Concise findings.
## src/Button.tsx
src/Button.tsx:42 - icon button missing aria-label
src/Button.tsx:18 - input lacks label
src/Button.tsx:55 - animation missing prefers-reduced-motion
src/Button.tsx:67 - transition: all → list properties
## src/Modal.tsx
src/Modal.tsx:12 - missing overscroll-behavior: contain
src/Modal.tsx:34 - "..." → "…"
## src/Card.tsx
✓ pass
State issue + location. Skip explanation if fix is obvious. No preamble.
/react-best-practices - React/Next.js performance optimization/a11y - Deep accessibility analysis/frontend-design - Frontend UI generation/responsive - Responsive design reviewConverted and distributed by TomeVault — claim your Tome and manage your conversions.