Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问clear审计通过

design-guide设计指南

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

1,198

周安装

48

GitHub Stars

15

下载量

388
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/mosif16/codex-skills --skill design-guide

简介

design-guide 用于辅助前端页面、组件、样式和交互逻辑的开发与维护,支持 React、Next.js、Vue、Tailwind、CSS 等框架。

  • 适用于生成或审查前端代码、整理组件结构、定位布局问题的场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用该技能。
  • 使用时需结合项目现有设计系统,避免生成孤立片段;涉及页面改动时应配合本地预览和构建检查。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Design Guide

Comprehensive design system ensuring every UI you build looks modern, professional, and consistent across all platforms (SwiftUI, Android Studio, web applications).

Bundled Resources

This skill includes additional reference materials:

  • references/color-palettes.md - Detailed color schemes, accent color options, and platform-specific color implementation examples. Reference when choosing or implementing colors.
  • references/component-templates.md - Ready-to-use code templates for buttons, cards, forms, and navigation across SwiftUI, Android Compose, and React. Reference when implementing specific components.

Core Design Principles

1. Clean and Minimal

  • Embrace white space generously
  • Avoid cluttered interfaces
  • One primary action per screen/section
  • Remove unnecessary decorative elements
  • Let content breathe

2. Color Palette

Neutral Base:

  • Use grays and off-whites as foundation
  • White: #FFFFFF
  • Light gray: #F5F5F5, #EEEEEE
  • Medium gray: #9E9E9E, #757575
  • Dark gray: #424242, #212121
  • True black sparingly: #000000

Accent Color:

  • Choose ONE accent color for your app
  • Use sparingly for CTAs, important actions, and key information
  • Good accent options: Emerald (#10B981), Indigo (#6366F1), Rose (#F43F5E), Amber (#F59E0B)
  • NEVER use generic purple/blue gradients

Color Usage Rules:

  • 80% neutral, 15% secondary neutral, 5% accent
  • Backgrounds: light grays or white
  • Text: dark grays on light backgrounds
  • Interactive elements: accent color
  • Borders/dividers: very light gray (#E5E5E5)

3. Spacing System (8px Grid)

Always use multiples of 8:

  • 8px: Tight spacing (icon padding, inline elements)
  • 16px: Standard spacing (button padding, form field gaps)
  • 24px: Section spacing (card internal padding)
  • 32px: Component spacing (between cards, sections)
  • 48px: Major section breaks
  • 64px: Screen-level spacing (margins)

Application:

  • Padding: 16px or 24px for most containers
  • Margins: 32px between major sections
  • Gap between elements: 16px standard, 8px for tight groups
  • Never use arbitrary values like 13px or 27px

4. Typography

Hierarchy:

  • H1: 32px - 40px, bold, rare (page titles only)
  • H2: 24px - 28px, semibold (section headers)
  • H3: 20px - 24px, semibold (subsections)
  • Body: 16px - 18px, regular (MINIMUM 16px for readability)
  • Small: 14px, regular (captions, metadata)
  • Tiny: 12px, regular (legal text only, use rarely)

Font Rules:

  • Maximum 2 font families per project
  • One for headings (can be display font)
  • One for body text (must be highly readable)
  • Recommended pairings:

- Inter + Inter (single family, different weights) - SF Pro Display + SF Pro Text (Apple platforms) - Roboto + Roboto (Android) - System fonts always acceptable

Line Height:

  • Headings: 1.2 - 1.3
  • Body: 1.5 - 1.6
  • Small text: 1.4

5. Shadows

Subtle, not heavy:

  • Small shadow: 0 1px 3px rgba(0,0,0,0.12)
  • Medium shadow: 0 4px 6px rgba(0,0,0,0.1)
  • Large shadow: 0 10px 15px rgba(0,0,0,0.1)
  • Floating shadow: 0 20px 25px rgba(0,0,0,0.1)

When to use:

  • Cards: subtle shadow or border, not both
  • Buttons: very subtle shadow on hover
  • Modals/dialogs: medium shadow
  • Dropdowns: medium shadow
  • Avoid: heavy drop shadows, inner shadows, multiple shadows

6. Rounded Corners

Border Radius Guidelines:

  • Small elements (buttons, inputs): 6px - 8px
  • Cards, containers: 8px - 12px
  • Large panels: 12px - 16px
  • Circular (avatars, icon buttons): 50% or 9999px

Don't overdo it:

  • Not everything needs rounded corners
  • Sharp corners acceptable for:

- Screen edges - Full-width sections - Data tables - Navigation bars

7. Interactive States

Every interactive element MUST have:

Buttons:

  • Default: base color, subtle shadow
  • Hover: slightly darker (10%), lift shadow
  • Active: pressed appearance, darker (20%)
  • Disabled: 40% opacity, no hover, no pointer cursor
  • Focus: visible outline (2px accent color, 2px offset)

Form Fields:

  • Default: light gray border (#E5E5E5)
  • Focus: accent color border (2px), remove shadow
  • Error: red border, error text below
  • Disabled: gray background, no interaction
  • Valid: subtle green checkmark (optional)

Links:

  • Default: accent color, underline on hover
  • Visited: slightly muted accent
  • Never: blue #0000FF (unless that's your accent)

Cards:

  • Default: subtle shadow or border
  • Hover: lift effect, slightly stronger shadow
  • Active: immediate feedback

8. Mobile-First Thinking

Always design for mobile first, then scale up:

  • Touch targets minimum 44x44px (iOS), 48x48px (Android)
  • Adequate spacing between tappable elements (min 8px)
  • Thumb-friendly navigation (bottom of screen)
  • Single column layouts on mobile
  • Responsive breakpoints:

- Mobile: < 640px - Tablet: 640px - 1024px - Desktop: > 1024px

Component Patterns

Buttons

Primary Button (main action):

Background: Accent color
Text: White
Padding: 12px 24px (vertical, horizontal)
Border radius: 8px
Shadow: 0 1px 3px rgba(0,0,0,0.12)
Font: 16px, semibold
Hover: Darken 10%, lift shadow

Secondary Button (alternative action):

Background: White
Text: Accent color
Border: 1px solid accent color
Padding: 12px 24px
Border radius: 8px
Hover: Light accent background (10% opacity)

Ghost Button (tertiary action):

Background: Transparent
Text: Dark gray
No border
Padding: 12px 24px
Hover: Light gray background

Bad Button Examples:

  • ❌ Gradient backgrounds
  • ❌ Multiple colors in one button
  • ❌ Tiny padding (looks cramped)
  • ❌ No hover state
  • ❌ Text too small (< 14px)

Cards

Standard Card:

Background: White
Border: 1px solid #E5E5E5 OR subtle shadow (not both)
Border radius: 12px
Padding: 24px
Margin bottom: 16px

OR

Background: White
Shadow: 0 4px 6px rgba(0,0,0,0.1)
Border radius: 12px
Padding: 24px
Margin bottom: 16px

Card Content Spacing:

  • Title to subtitle: 8px
  • Subtitle to content: 16px
  • Content sections: 24px
  • Content to actions: 24px

Bad Card Examples:

  • ❌ Both border AND shadow
  • ❌ Heavy shadows
  • ❌ Inconsistent padding
  • ❌ Too many colors

Forms

Form Field:

Label: 14px, semibold, dark gray, margin bottom 8px
Input:
  - Height: 44px minimum
  - Padding: 12px 16px
  - Border: 1px solid #E5E5E5
  - Border radius: 8px
  - Background: White
  - Font: 16px
  - Focus: Accent border, no shadow

Error state:
  - Border: Red
  - Helper text: Red, 14px, margin top 4px

Field spacing: 24px between fields

Form Layout:

  • Labels above inputs (not beside)
  • Clear required indicators
  • Group related fields
  • Adequate spacing (24px minimum)
  • Submit button: full width on mobile, auto on desktop

Bad Form Examples:

  • ❌ Labels inside inputs (placeholder text is not a label)
  • ❌ Tiny text (< 16px)
  • ❌ Cramped spacing
  • ❌ No error states
  • ❌ Unclear required fields

Navigation

Top Navigation:

Height: 64px
Background: White
Border bottom: 1px solid #E5E5E5
Padding: 0 32px (desktop), 0 16px (mobile)
Logo: 32px height
Links: 16px, medium weight, dark gray
Active link: Accent color

Bottom Navigation (Mobile):

Height: 56px
Background: White
Shadow: 0 -4px 6px rgba(0,0,0,0.1)
Icons: 24px, centered
Labels: 12px (optional)
Active: Accent color

Design Quality Checklist

Before considering any UI complete, verify:

Layout:

  • Adequate white space throughout
  • Consistent spacing using 8px grid
  • Not cluttered or cramped
  • Clear visual hierarchy

Colors:

  • Neutral base colors (grays/whites)
  • Only ONE accent color
  • NO gradients (unless specifically requested)
  • Sufficient contrast (WCAG AA minimum)

Typography:

  • Clear hierarchy (size + weight)
  • Body text minimum 16px
  • Maximum 2 font families
  • Readable line heights

Interactive Elements:

  • Clear hover states
  • Clear active states
  • Clear disabled states
  • Clear focus states (keyboard navigation)

Components:

  • Buttons have proper padding
  • Forms have clear labels and spacing
  • Cards use border OR shadow, not both
  • Shadows are subtle

Mobile:

  • Touch targets minimum 44x44px
  • Works on small screens
  • Adequate spacing for touch

Platform-Specific Notes

SwiftUI

  • Use .padding() with explicit values from 8px grid
  • Use Color with hex initializers for consistent colors
  • Leverage @Environment(\.colorScheme) for dark mode
  • Use SF Symbols for icons (always consistent)

Android Studio

  • Use dp units (1dp ≈ 1px on mdpi)
  • Material Design 3 components acceptable but customize colors
  • Use dimens.xml for spacing constants
  • Leverage Compose for modern UI

Web (HTML/CSS/React)

  • Use CSS variables for colors and spacing
  • Mobile-first media queries
  • Use semantic HTML
  • Leverage Tailwind CSS classes following this guide

Anti-Patterns to Avoid

NEVER do these:

  • ❌ Rainbow gradients everywhere
  • ❌ Different colors on every element
  • ❌ Purple/blue gradients by default
  • ❌ Tiny unreadable text (< 16px body)
  • ❌ Inconsistent spacing (random values)
  • ❌ Heavy drop shadows
  • ❌ Overly rounded everything
  • ❌ Missing interactive states
  • ❌ Both borders AND shadows on same element
  • ❌ Cluttered layouts with no white space
  • ❌ More than 2 font families
  • ❌ Touch targets smaller than 44px

Quick Reference

Spacing: 8, 16, 24, 32, 48, 64px Typography: 16px minimum body, max 2 fonts Colors: Neutral base + ONE accent Shadows: Subtle only Border radius: 6-12px most elements Interactive states: Always include hover, active, disabled, focus

Always reference this guide before creating any UI component. Consistency is key to professional design.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Antigravity

29.04%
按下载量换算113

Claude Code

24.23%
按下载量换算94

Gemini CLI

19.08%
按下载量换算74

trae

12.67%
按下载量换算49

Codex

6.79%
按下载量换算26

OpenCode

3.58%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills