openbmb/pilotdeck · Archived

web-design-guidelines

前端 UI 审查?

First seen Jun 18, 2026

Installation

$ npx skills add openbmb/pilotdeck --skill web-design-guidelines

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from openbmb/pilotdeck.

npx skills add openbmb/pilotdeck

Browse all from openbmb/pilotdeck

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4.0K
License LICENSE
Default branch main
Open issues 53
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,262 B
  • docs SUMMARY.md 141 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 12 installs

SKILL.md

Web Design Guidelines

Use this skill after building or modifying web UI. It helps the agent review whether the interface is usable, readable, responsive, and polished.

Checklist

  1. Layout: consistent alignment, predictable grid, no accidental crowding.
  2. Typography: readable sizes, clear hierarchy, line length under control.
  3. Color: sufficient contrast, semantic states, no random palette mixing.
  4. Interaction: clear hover/focus/active/disabled states.
  5. Responsiveness: mobile, tablet, and desktop layouts remain usable.
  6. Accessibility: keyboard focus, labels, alt text, contrast, reduced motion where relevant.
  7. Product states: loading, empty, error, offline, and success states exist when needed.
  8. Polish: spacing, borders, shadows, icon sizes, and copy tone feel consistent.

Output

When reviewing, return: pass/fail summary, top issues, concrete fixes, and files/components likely affected.

PilotDeck Migration Note

  • Source inspiration: Vercel Agent Skills web design guidance and common UI QA practice.
  • This is a PilotDeck-native draft, not a verbatim copy.