openbmb/pilotdeck · Archived

frontend-design

前端界面设计原则:视觉层次、布局、色彩、间距、响应式和避?

First seen Jun 12, 2026

Installation

$ npx skills add openbmb/pilotdeck --skill frontend-design

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,275 B
  • docs SUMMARY.md 131 B

History

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

SKILL.md

Frontend Design

Use this skill when creating or reviewing frontend UI where visual quality matters.

Workflow

  1. Clarify the product context, target user, and page goal.
  2. Establish visual hierarchy before writing code: primary action, secondary action, supporting content.
  3. Choose a deliberate visual direction instead of generic gradients and cards.
  4. Use consistent spacing, type scale, color tokens, border radius, shadows, and component rhythm.
  5. Design responsive states, loading states, empty states, error states, and disabled states.
  6. Verify the result in a browser or preview surface when available.

Review Checklist

  • The page has a clear focal point and primary action.
  • Components align to a consistent grid.
  • Typography has enough contrast and hierarchy.
  • Color is meaningful, not decorative noise.
  • The UI works at common mobile/tablet/desktop widths.
  • Empty/loading/error states are intentional.

PilotDeck Migration Note

  • Source inspiration: Anthropic frontend-design skill and general frontend design best practices.
  • This is a PilotDeck-native draft, not a verbatim copy.